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.41975'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.92984 2.07564 -2.22506'/> |
56 | <fieldValue name='coneTranslation' value='-0.92286 2.06371 -2.27298'/> |
57 | <fieldValue name='rotation' value='-40.33118 0 -5.87974 1.81219'/> |
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.00720'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.57313 2.40800 -1.86560'/> |
67 | <fieldValue name='coneTranslation' value='-0.30969 2.60053 -1.75794'/> |
68 | <fieldValue name='rotation' value='31.56068 0 -77.22195 0.97600'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='0.12200'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.99768 2.16512 -1.99699'/> |
78 | <fieldValue name='coneTranslation' value='-0.93529 2.10132 -2.03986'/> |
79 | <fieldValue name='rotation' value='5.28258 -0.00000 7.68873 0.87051'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='0.41656'/> |
88 | <fieldValue name='cylinderTranslation' value='-1.15273 2.15372 -1.95155'/> |
89 | <fieldValue name='coneTranslation' value='-1.19758 2.16019 -1.93489'/> |
90 | <fieldValue name='rotation' value='14.37216 -0.00000 38.69754 1.43640'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='0.46137'/> |
99 | <fieldValue name='cylinderTranslation' value='-1.05257 2.00146 -2.19382'/> |
100 | <fieldValue name='coneTranslation' value='-1.08117 1.96336 -2.24604'/> |
101 | <fieldValue name='rotation' value='-34.08366 0 18.66650 2.14008'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.00720'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.57223 2.40742 -1.86678'/> |
111 | <fieldValue name='coneTranslation' value='-0.30818 2.59955 -1.75992'/> |
112 | <fieldValue name='rotation' value='31.32523 0 -77.40205 0.97739'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='0.96631'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.08228 2.33783 -1.60706'/> |
122 | <fieldValue name='coneTranslation' value='-1.16458 2.47964 -1.32859'/> |
123 | <fieldValue name='rotation' value='83.26974 -0.00000 24.60829 1.11650'/> |
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.01704'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.84218 2.43784 -1.63932'/> |
133 | <fieldValue name='coneTranslation' value='-0.76194 2.65170 -1.37609'/> |
134 | <fieldValue name='rotation' value='76.81691 0 -23.41303 0.91017'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.34224'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.87736 2.17358 -2.16587'/> |
144 | <fieldValue name='coneTranslation' value='-0.87204 2.17668 -2.17513'/> |
145 | <fieldValue name='rotation' value='-28.49288 0 -16.37617 1.28788'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='0.94155'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.51971 2.27743 -2.09727'/> |
155 | <fieldValue name='coneTranslation' value='-0.22957 2.37751 -2.14603'/> |
156 | <fieldValue name='rotation' value='-14.77312 0 -87.90521 1.24289'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='0.52761'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.73979 2.26547 -2.06731'/> |
166 | <fieldValue name='coneTranslation' value='-0.65343 2.32042 -2.08459'/> |
167 | <fieldValue name='rotation' value='-8.78151 0 -43.89087 1.01290'/> |
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.01998'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.53277 2.05161 -2.29305'/> |
177 | <fieldValue name='coneTranslation' value='-0.24010 2.00069 -2.47810'/> |
178 | <fieldValue name='rotation' value='-53.92882 0 -85.29353 1.71681'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.98840'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.77276 1.84841 -2.38743'/> |
188 | <fieldValue name='coneTranslation' value='-0.64665 1.66083 -2.63359'/> |
189 | <fieldValue name='rotation' value='-72.80409 0 -37.29693 2.16675'/> |
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.01595'/> |
198 | <fieldValue name='cylinderTranslation' value='-1.37798 1.89555 -1.85115'/> |
199 | <fieldValue name='coneTranslation' value='-1.66483 1.73782 -1.73315'/> |
200 | <fieldValue name='rotation' value='34.45084 -0.00000 83.74851 2.04125'/> |
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.40963'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.85000 2.29840 -2.00831'/> |
210 | <fieldValue name='coneTranslation' value='-0.82609 2.33616 -2.00500'/> |
211 | <fieldValue name='rotation' value='3.01953 0 -21.84876 0.56859'/> |
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.96950'/> |
220 | <fieldValue name='cylinderTranslation' value='-1.16384 1.74362 -2.24032'/> |
221 | <fieldValue name='coneTranslation' value='-1.30091 1.48757 -2.38563'/> |
222 | <fieldValue name='rotation' value='-43.38199 0 40.92048 2.47905'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='0.59376'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.87946 1.96574 -2.26037'/> |
232 | <fieldValue name='coneTranslation' value='-0.84268 1.89194 -2.36962'/> |
233 | <fieldValue name='rotation' value='-47.39264 0 -15.95607 2.14024'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.98944'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.86841 1.79568 -2.38050'/> |
243 | <fieldValue name='coneTranslation' value='-0.80696 1.57232 -2.62210'/> |
244 | <fieldValue name='rotation' value='-71.41829 0 -18.16560 2.30138'/> |
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.02000'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.53289 2.05139 -2.29320'/> |
254 | <fieldValue name='coneTranslation' value='-0.24030 2.00032 -2.47835'/> |
255 | <fieldValue name='rotation' value='-53.95906 0 -85.26920 1.71723'/> |
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.41656'/> |
264 | <fieldValue name='cylinderTranslation' value='-1.15273 2.15372 -1.95154'/> |
265 | <fieldValue name='coneTranslation' value='-1.19758 2.16019 -1.93489'/> |
266 | <fieldValue name='rotation' value='14.37224 -0.00000 38.69752 1.43640'/> |
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.01592'/> |
275 | <fieldValue name='cylinderTranslation' value='-1.37797 1.89511 -1.85173'/> |
276 | <fieldValue name='coneTranslation' value='-1.66480 1.73708 -1.73413'/> |
277 | <fieldValue name='rotation' value='34.33533 -0.00000 83.74514 2.04223'/> |
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.03609'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.30558 2.11077 -1.63845'/> |
287 | <fieldValue name='coneTranslation' value='-1.54495 2.10038 -1.37239'/> |
288 | <fieldValue name='rotation' value='76.99074 -0.00000 69.26836 1.59983'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='1.02324'/> |
297 | <fieldValue name='cylinderTranslation' value='-1.29383 1.74576 -2.09668'/> |
298 | <fieldValue name='coneTranslation' value='-1.52378 1.48457 -2.14705'/> |
299 | <fieldValue name='rotation' value='-14.65559 0 66.91731 2.40809'/> |
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.01707'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.84273 2.43769 -1.63900'/> |
309 | <fieldValue name='coneTranslation' value='-0.76288 2.65145 -1.37554'/> |
310 | <fieldValue name='rotation' value='76.88067 0 -23.30156 0.91058'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='0.54728'/> |
319 | <fieldValue name='cylinderTranslation' value='-1.10709 1.94180 -2.16182'/> |
320 | <fieldValue name='coneTranslation' value='-1.16850 1.86538 -2.21930'/> |
321 | <fieldValue name='rotation' value='-27.68303 0 29.57061 2.30832'/> |
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.54429'/> |
330 | <fieldValue name='cylinderTranslation' value='-1.02791 2.28992 -1.81746'/> |
331 | <fieldValue name='coneTranslation' value='-1.05621 2.35755 -1.73260'/> |
332 | <fieldValue name='rotation' value='41.18884 -0.00000 13.73389 0.92349'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.80786'/> |
341 | <fieldValue name='cylinderTranslation' value='-1.19463 2.22841 -1.71160'/> |
342 | <fieldValue name='coneTranslation' value='-1.33679 2.29037 -1.52330'/> |
343 | <fieldValue name='rotation' value='62.36091 -0.00000 47.07883 1.31397'/> |
344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
345 | <fieldValue name='ballRadius' value='0.02'/> |
346 | <fieldValue name='traceEnabled' value='false'/> |
347 | <fieldValue name='displayMode'/> |
348 | <fieldValue name='transparency' value='0'/> |
349 | </ProtoInstance> |
350 | <ProtoInstance name='Arc'> |
351 | <fieldValue name='cylinderHeight' value='0.53021'/> |
352 | <fieldValue name='cylinderTranslation' value='2.38620 2.05730 -1.22206'/> |
353 | <fieldValue name='coneTranslation' value='2.35863 2.12862 -1.14996'/> |
354 | <fieldValue name='rotation' value='36.37490 -0.00000 13.90986 0.82493'/> |
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.23058'/> |
363 | <fieldValue name='cylinderTranslation' value='2.44741 1.82463 -1.50610'/> |
364 | <fieldValue name='coneTranslation' value='2.45065 1.84509 -1.46648'/> |
365 | <fieldValue name='rotation' value='-20.43313 0 1.66681 2.04619'/> |
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.53074'/> |
374 | <fieldValue name='cylinderTranslation' value='2.38832 2.05591 -1.21953'/> |
375 | <fieldValue name='coneTranslation' value='2.36155 2.12680 -1.14630'/> |
376 | <fieldValue name='rotation' value='36.88230 -0.00000 13.48531 0.83294'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.50656'/> |
385 | <fieldValue name='cylinderTranslation' value='2.43889 1.73876 -1.61523'/> |
386 | <fieldValue name='coneTranslation' value='2.43268 1.68770 -1.69305'/> |
387 | <fieldValue name='rotation' value='-42.25933 0 3.37138 2.15002'/> |
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.48148'/> |
396 | <fieldValue name='cylinderTranslation' value='2.60388 1.72347 -1.29296'/> |
397 | <fieldValue name='coneTranslation' value='2.65357 1.67184 -1.25573'/> |
398 | <fieldValue name='rotation' value='22.19663 0 -29.62706 2.26452'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='0.62329'/> |
407 | <fieldValue name='cylinderTranslation' value='1.39385 -2.07698 0.07487'/> |
408 | <fieldValue name='coneTranslation' value='1.52322 -2.14716 0.03834'/> |
409 | <fieldValue name='rotation' value='-15.01693 0 -53.17309 2.05193'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.37360'/> |
418 | <fieldValue name='cylinderTranslation' value='1.09435 -2.07871 0.26158'/> |
419 | <fieldValue name='coneTranslation' value='1.08952 -2.09966 0.27760'/> |
420 | <fieldValue name='rotation' value='22.32484 -0.00000 6.72671 2.46762'/> |
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.22741'/> |
429 | <fieldValue name='cylinderTranslation' value='1.44701 -1.95080 -0.37400'/> |
430 | <fieldValue name='coneTranslation' value='1.68286 -1.96413 -0.76135'/> |
431 | <fieldValue name='rotation' value='-104.79123 0 -63.80544 1.60020'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.71150'/> |
440 | <fieldValue name='cylinderTranslation' value='1.17823 -2.11121 -0.15366'/> |
441 | <fieldValue name='coneTranslation' value='1.20589 -2.20940 -0.32073'/> |
442 | <fieldValue name='rotation' value='-60.72431 0 -10.05021 2.09628'/> |
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.61778'/> |
451 | <fieldValue name='cylinderTranslation' value='1.13597 -2.24043 0.17615'/> |
452 | <fieldValue name='coneTranslation' value='1.13982 -2.38873 0.18877'/> |
453 | <fieldValue name='rotation' value='5.23828 0 -1.59703 3.05283'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='1.50258'/> |
462 | <fieldValue name='cylinderTranslation' value='0.99437 -1.40593 0.66865'/> |
463 | <fieldValue name='coneTranslation' value='0.88921 -0.99130 1.07687'/> |
464 | <fieldValue name='rotation' value='103.73797 -0.00000 26.72256 0.79368'/> |
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.23681'/> |
473 | <fieldValue name='cylinderTranslation' value='1.58133 -1.79068 -0.24591'/> |
474 | <fieldValue name='coneTranslation' value='1.91739 -1.68536 -0.53935'/> |
475 | <fieldValue name='rotation' value='-79.17273 0 -90.67020 1.33897'/> |
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.70098'/> |
484 | <fieldValue name='cylinderTranslation' value='1.26967 -1.76165 -0.12113'/> |
485 | <fieldValue name='coneTranslation' value='1.34668 -1.66865 -0.26847'/> |
486 | <fieldValue name='rotation' value='-54.21809 0 -28.33723 1.06077'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='1.17086'/> |
495 | <fieldValue name='cylinderTranslation' value='0.69357 -2.06804 -0.21844'/> |
496 | <fieldValue name='coneTranslation' value='0.37789 -2.16635 -0.48615'/> |
497 | <fieldValue name='rotation' value='-73.67872 0 86.88215 1.80399'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.68451'/> |
506 | <fieldValue name='cylinderTranslation' value='1.43275 -1.77701 0.15062'/> |
507 | <fieldValue name='coneTranslation' value='1.59503 -1.69407 0.15097'/> |
508 | <fieldValue name='rotation' value='0.13177 0 -60.95225 1.09834'/> |
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.68464'/> |
517 | <fieldValue name='cylinderTranslation' value='1.39809 -1.74404 0.05715'/> |
518 | <fieldValue name='coneTranslation' value='1.54194 -1.64353 0.00772'/> |
519 | <fieldValue name='rotation' value='-18.56176 0 -54.02073 0.98690'/> |
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.69887'/> |
528 | <fieldValue name='cylinderTranslation' value='1.46105 -1.94738 0.25463'/> |
529 | <fieldValue name='coneTranslation' value='1.64162 -1.95531 0.31138'/> |
530 | <fieldValue name='rotation' value='20.93480 0 -66.61395 1.61266'/> |
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.68197'/> |
539 | <fieldValue name='cylinderTranslation' value='1.09259 -1.75590 0.43934'/> |
540 | <fieldValue name='coneTranslation' value='1.07380 -1.66202 0.59293'/> |
541 | <fieldValue name='rotation' value='57.87553 -0.00000 7.07874 1.02550'/> |
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.67592'/> |
550 | <fieldValue name='cylinderTranslation' value='0.93196 -2.13767 0.33382'/> |
551 | <fieldValue name='coneTranslation' value='0.82874 -2.24556 0.43063'/> |
552 | <fieldValue name='rotation' value='36.77218 -0.00000 39.20421 2.22221'/> |
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.69512'/> |
561 | <fieldValue name='cylinderTranslation' value='0.94639 -2.19494 0.01182'/> |
562 | <fieldValue name='coneTranslation' value='0.84839 -2.33642 -0.06273'/> |
563 | <fieldValue name='rotation' value='-27.62863 0 36.31956 2.42544'/> |
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.19283'/> |
572 | <fieldValue name='cylinderTranslation' value='1.16047 -2.02248 0.13618'/> |
573 | <fieldValue name='coneTranslation' value='1.13904 -1.96331 0.14527'/> |
574 | <fieldValue name='rotation' value='-2.75468 0 -6.49626 2.76696'/> |
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.62590'/> |
583 | <fieldValue name='cylinderTranslation' value='1.21668 -2.23162 0.17733'/> |
584 | <fieldValue name='coneTranslation' value='1.26003 -2.37769 0.19071'/> |
585 | <fieldValue name='rotation' value='5.47461 0 -17.73880 2.84046'/> |
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='1.09232'/> |
594 | <fieldValue name='cylinderTranslation' value='0.71591 -2.06486 -0.18327'/> |
595 | <fieldValue name='coneTranslation' value='0.42456 -2.15827 -0.41887'/> |
596 | <fieldValue name='rotation' value='-66.64524 0 82.41382 1.81510'/> |
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='1.09239'/> |
605 | <fieldValue name='cylinderTranslation' value='1.13457 -1.71803 0.65213'/> |
606 | <fieldValue name='coneTranslation' value='1.13923 -1.56621 1.00720'/> |
607 | <fieldValue name='rotation' value='100.43510 0 -1.31776 1.16677'/> |
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='1.09172'/> |
616 | <fieldValue name='cylinderTranslation' value='1.65813 -1.92311 0.27963'/> |
617 | <fieldValue name='coneTranslation' value='2.03288 -1.91630 0.37129'/> |
618 | <fieldValue name='rotation' value='25.93417 0 -106.02905 1.55313'/> |
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.65624'/> |
627 | <fieldValue name='cylinderTranslation' value='1.35128 -2.10743 0.31516'/> |
628 | <fieldValue name='coneTranslation' value='1.46569 -2.19693 0.39980'/> |
629 | <fieldValue name='rotation' value='33.03990 0 -44.65869 2.13218'/> |
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='1.19047'/> |
638 | <fieldValue name='cylinderTranslation' value='1.69463 -1.79670 0.02870'/> |
639 | <fieldValue name='coneTranslation' value='2.10896 -1.69721 -0.05997'/> |
640 | <fieldValue name='rotation' value='-24.25241 0 -113.32885 1.34017'/> |
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.67592'/> |
649 | <fieldValue name='cylinderTranslation' value='0.93196 -2.13767 0.33382'/> |
650 | <fieldValue name='coneTranslation' value='0.82874 -2.24556 0.43063'/> |
651 | <fieldValue name='rotation' value='36.77218 -0.00000 39.20421 2.22221'/> |
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.67919'/> |
660 | <fieldValue name='cylinderTranslation' value='1.23508 -2.07348 0.43987'/> |
661 | <fieldValue name='coneTranslation' value='1.29172 -2.14790 0.59320'/> |
662 | <fieldValue name='rotation' value='57.98306 0 -21.42010 1.99806'/> |
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.17688'/> |
671 | <fieldValue name='cylinderTranslation' value='1.06059 -1.97799 0.11483'/> |
672 | <fieldValue name='coneTranslation' value='1.11512 -1.94139 0.14325'/> |
673 | <fieldValue name='rotation' value='-7.02483 0 13.47928 2.10764'/> |
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.68465'/> |
682 | <fieldValue name='cylinderTranslation' value='1.10341 -2.19128 0.37300'/> |
683 | <fieldValue name='coneTranslation' value='1.09032 -2.32897 0.49179'/> |
684 | <fieldValue name='rotation' value='44.60788 -0.00000 4.91487 2.42676'/> |
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='1.13730'/> |
693 | <fieldValue name='cylinderTranslation' value='0.74299 -2.22260 -0.15192'/> |
694 | <fieldValue name='coneTranslation' value='0.46632 -2.43090 -0.36886'/> |
695 | <fieldValue name='rotation' value='-60.37568 0 76.99871 2.10565'/> |
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.19304'/> |
704 | <fieldValue name='cylinderTranslation' value='1.21592 -1.96570 0.12762'/> |
705 | <fieldValue name='coneTranslation' value='1.15808 -1.94403 0.14231'/> |
706 | <fieldValue name='rotation' value='-4.46808 0 -17.58629 1.91906'/> |
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.65439'/> |
715 | <fieldValue name='cylinderTranslation' value='1.18622 -1.96324 0.47048'/> |
716 | <fieldValue name='coneTranslation' value='1.21597 -1.97882 0.63427'/> |
717 | <fieldValue name='rotation' value='64.10506 0 -11.64675 1.66411'/> |
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='1.11289'/> |
726 | <fieldValue name='cylinderTranslation' value='1.35897 -2.18915 -0.28655'/> |
727 | <fieldValue name='coneTranslation' value='1.52354 -2.37182 -0.59755'/> |
728 | <fieldValue name='rotation' value='-87.30200 0 -46.19745 2.04966'/> |
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.69073'/> |
737 | <fieldValue name='cylinderTranslation' value='1.32425 -1.73824 -0.05722'/> |
738 | <fieldValue name='coneTranslation' value='1.42958 -1.63384 -0.16841'/> |
739 | <fieldValue name='rotation' value='-41.43484 0 -39.25236 0.97252'/> |
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='1.23599'/> |
748 | <fieldValue name='cylinderTranslation' value='1.58201 -1.79343 -0.24547'/> |
749 | <fieldValue name='coneTranslation' value='1.91849 -1.69017 -0.53852'/> |
750 | <fieldValue name='rotation' value='-79.08553 0 -90.80592 1.34338'/> |
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.78590'/> |
759 | <fieldValue name='cylinderTranslation' value='0.88490 -2.07450 -0.12432'/> |
760 | <fieldValue name='coneTranslation' value='0.74079 -2.15852 -0.28692'/> |
761 | <fieldValue name='rotation' value='-54.85628 0 48.61691 1.93982'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='0.93467'/> |
770 | <fieldValue name='cylinderTranslation' value='1.42782 -2.27627 0.04750'/> |
771 | <fieldValue name='coneTranslation' value='1.62500 -2.50218 -0.01989'/> |
772 | <fieldValue name='rotation' value='-20.49255 0 -59.96646 2.39654'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='1.07317'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.31205 -2.25903 -1.48326'/> |
782 | <fieldValue name='coneTranslation' value='-0.38483 -2.20051 -1.84808'/> |
783 | <fieldValue name='rotation' value='-103.96482 0 20.74050 1.41476'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.86096'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.55805 -2.49829 -1.16023'/> |
793 | <fieldValue name='coneTranslation' value='-0.77778 -2.59622 -1.28388'/> |
794 | <fieldValue name='rotation' value='-39.35860 0 69.94112 1.94128'/> |
795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
796 | <fieldValue name='ballRadius' value='0.02'/> |
797 | <fieldValue name='traceEnabled' value='false'/> |
798 | <fieldValue name='displayMode'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | </ProtoInstance> |
801 | <ProtoInstance name='Arc'> |
802 | <fieldValue name='cylinderHeight' value='1.08371'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.60060 -2.19392 -1.30650'/> |
804 | <fieldValue name='coneTranslation' value='-0.87703 -2.08927 -1.54826'/> |
805 | <fieldValue name='rotation' value='-68.61235 0 78.45091 1.29318'/> |
806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
807 | <fieldValue name='ballRadius' value='0.02'/> |
808 | <fieldValue name='traceEnabled' value='false'/> |
809 | <fieldValue name='displayMode'/> |
810 | <fieldValue name='transparency' value='0'/> |
811 | </ProtoInstance> |
812 | <ProtoInstance name='Arc'> |
813 | <fieldValue name='cylinderHeight' value='0.61623'/> |
814 | <fieldValue name='cylinderTranslation' value='0.02541 -2.27288 -0.77513'/> |
815 | <fieldValue name='coneTranslation' value='0.13778 -2.23944 -0.68461'/> |
816 | <fieldValue name='rotation' value='37.66081 0 -46.75070 1.34312'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.36623'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.14075 -2.45358 -1.09230'/> |
826 | <fieldValue name='coneTranslation' value='-0.13222 -2.46761 -1.10857'/> |
827 | <fieldValue name='rotation' value='-25.77339 0 -13.51827 2.22313'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.30035'/> |
836 | <fieldValue name='cylinderTranslation' value='-0.24621 -2.48121 -0.92035'/> |
837 | <fieldValue name='coneTranslation' value='-0.24373 -2.47214 -0.92317'/> |
838 | <fieldValue name='rotation' value='8.61718 -0.00000 7.57241 2.74970'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.69516'/> |
847 | <fieldValue name='cylinderTranslation' value='0.04775 -2.26970 -0.73997'/> |
848 | <fieldValue name='coneTranslation' value='0.18596 -2.23045 -0.61936'/> |
849 | <fieldValue name='rotation' value='44.69430 0 -51.21903 1.36000'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.31957'/> |
858 | <fieldValue name='cylinderTranslation' value='-0.31652 -2.40722 -1.06156'/> |
859 | <fieldValue name='coneTranslation' value='-0.31638 -2.40714 -1.06143'/> |
860 | <fieldValue name='rotation' value='-19.62540 0 21.63582 1.98838'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='1.05613'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.73099 -2.36970 -0.89307'/> |
870 | <fieldValue name='coneTranslation' value='-1.09528 -2.38871 -0.84402'/> |
871 | <fieldValue name='rotation' value='14.07434 -0.00000 104.52881 1.62247'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='0.53493'/> |
880 | <fieldValue name='cylinderTranslation' value='-0.38309 -2.53211 -1.03430'/> |
881 | <fieldValue name='coneTranslation' value='-0.45330 -2.60833 -1.06277'/> |
882 | <fieldValue name='rotation' value='-14.17231 0 34.94822 2.35918'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='1.00175'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.64162 -2.54615 -0.81632'/> |
892 | <fieldValue name='coneTranslation' value='-0.93649 -2.68480 -0.71620'/> |
893 | <fieldValue name='rotation' value='29.42285 -0.00000 86.65534 1.98968'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.05613'/> |
902 | <fieldValue name='cylinderTranslation' value='-0.73099 -2.36969 -0.89307'/> |
903 | <fieldValue name='coneTranslation' value='-1.09528 -2.38869 -0.84402'/> |
904 | <fieldValue name='rotation' value='14.07379 -0.00000 104.52942 1.62245'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.78063'/> |
913 | <fieldValue name='cylinderTranslation' value='0.07483 -2.42744 -0.70862'/> |
914 | <fieldValue name='coneTranslation' value='0.24192 -2.47760 -0.55826'/> |
915 | <fieldValue name='rotation' value='50.96385 0 -56.63413 1.79037'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.07318'/> |
924 | <fieldValue name='cylinderTranslation' value='-0.31206 -2.25901 -1.48326'/> |
925 | <fieldValue name='coneTranslation' value='-0.38486 -2.20047 -1.84808'/> |
926 | <fieldValue name='rotation' value='-103.96397 0 20.74393 1.41471'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='1.03651'/> |
935 | <fieldValue name='cylinderTranslation' value='-0.16249 -2.39050 -1.47741'/> |
936 | <fieldValue name='coneTranslation' value='-0.13080 -2.42374 -1.83271'/> |
937 | <fieldValue name='rotation' value='-102.79552 0 -9.17009 1.66370'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.86331'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.44991 -2.48572 -1.29121'/> |
947 | <fieldValue name='coneTranslation' value='-0.60194 -2.57590 -1.49750'/> |
948 | <fieldValue name='rotation' value='-65.55560 0 48.31346 1.90919'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='1.08864'/> |
957 | <fieldValue name='cylinderTranslation' value='-0.72815 -2.22594 -1.07532'/> |
958 | <fieldValue name='coneTranslation' value='-1.09516 -2.14370 -1.15432'/> |
959 | <fieldValue name='rotation' value='-22.37676 0 103.96120 1.35514'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.02846'/> |
968 | <fieldValue name='cylinderTranslation' value='0.21674 -2.27933 -0.68102'/> |
969 | <fieldValue name='coneTranslation' value='0.50955 -2.23587 -0.48648'/> |
970 | <fieldValue name='rotation' value='56.48326 0 -85.01594 1.44779'/> |
971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
972 | <fieldValue name='ballRadius' value='0.02'/> |
973 | <fieldValue name='traceEnabled' value='false'/> |
974 | <fieldValue name='displayMode'/> |
975 | <fieldValue name='transparency' value='0'/> |
976 | </ProtoInstance> |
977 | <ProtoInstance name='Arc'> |
978 | <fieldValue name='cylinderHeight' value='1.08371'/> |
979 | <fieldValue name='cylinderTranslation' value='-0.60060 -2.19392 -1.30650'/> |
980 | <fieldValue name='coneTranslation' value='-0.87702 -2.08927 -1.54827'/> |
981 | <fieldValue name='rotation' value='-68.61291 0 78.45048 1.29318'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.50969'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.26926 -2.49160 -1.16088'/> |
991 | <fieldValue name='coneTranslation' value='-0.29193 -2.54712 -1.23436'/> |
992 | <fieldValue name='rotation' value='-39.48784 0 12.18338 2.19611'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='0.57164'/> |
1001 | <fieldValue name='cylinderTranslation' value='0.58476 0.39986 2.45306'/> |
1002 | <fieldValue name='coneTranslation' value='0.58587 0.46630 2.55990'/> |
1003 | <fieldValue name='rotation' value='48.54169 0 -0.50161 1.01450'/> |
1004 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1005 | <fieldValue name='ballRadius' value='0.02'/> |
1006 | <fieldValue name='traceEnabled' value='false'/> |
1007 | <fieldValue name='displayMode'/> |
1008 | <fieldValue name='transparency' value='0'/> |
1009 | </ProtoInstance> |
1010 | <ProtoInstance name='Arc'> |
1011 | <fieldValue name='cylinderHeight' value='1.54810'/> |
1012 | <fieldValue name='cylinderTranslation' value='0.72151 -0.31509 1.69885'/> |
1013 | <fieldValue name='coneTranslation' value='0.83197 -0.76252 1.29307'/> |
1014 | <fieldValue name='rotation' value='-102.30164 0 -27.85018 2.38716'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='1.16927'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.20799 0.69777 2.22676'/> |
1024 | <fieldValue name='coneTranslation' value='-0.06385 1.02377 2.23867'/> |
1025 | <fieldValue name='rotation' value='3.28023 -0.00000 74.85334 0.69552'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.96465'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.16832 0.39497 2.41027'/> |
1035 | <fieldValue name='coneTranslation' value='-0.10830 0.49257 2.54386'/> |
1036 | <fieldValue name='rotation' value='39.98234 -0.00000 82.78731 1.26318'/> |
1037 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1038 | <fieldValue name='ballRadius' value='0.02'/> |
1039 | <fieldValue name='traceEnabled' value='false'/> |
1040 | <fieldValue name='displayMode'/> |
1041 | <fieldValue name='transparency' value='0'/> |
1042 | </ProtoInstance> |
1043 | <ProtoInstance name='Arc'> |
1044 | <fieldValue name='cylinderHeight' value='0.99590'/> |
1045 | <fieldValue name='cylinderTranslation' value='0.99950 0.52038 2.22357'/> |
1046 | <fieldValue name='coneTranslation' value='1.28268 0.70460 2.23254'/> |
1047 | <fieldValue name='rotation' value='2.64334 0 -83.44966 0.99426'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='0.60415'/> |
1056 | <fieldValue name='cylinderTranslation' value='0.45137 0.48013 2.35411'/> |
1057 | <fieldValue name='coneTranslation' value='0.38981 0.58887 2.42172'/> |
1058 | <fieldValue name='rotation' value='28.75141 -0.00000 26.17686 0.69919'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='1.16524'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.46295 0.81902 2.19597'/> |
1068 | <fieldValue name='coneTranslation' value='0.37641 1.23256 2.18553'/> |
1069 | <fieldValue name='rotation' value='-2.87743 0 23.86081 0.20775'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.38390'/> |
1078 | <fieldValue name='cylinderTranslation' value='0.64693 0.42922 2.19777'/> |
1079 | <fieldValue name='coneTranslation' value='0.65770 0.45923 2.19568'/> |
1080 | <fieldValue name='rotation' value='-2.51683 0 -12.93511 0.35039'/> |
1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1082 | <fieldValue name='ballRadius' value='0.02'/> |
1083 | <fieldValue name='traceEnabled' value='false'/> |
1084 | <fieldValue name='displayMode'/> |
1085 | <fieldValue name='transparency' value='0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Arc'> |
1088 | <fieldValue name='cylinderHeight' value='0.67484'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.67568 -0.03940 2.06207'/> |
1090 | <fieldValue name='coneTranslation' value='0.72481 -0.19101 1.98410'/> |
1091 | <fieldValue name='rotation' value='-29.65637 0 -18.68520 2.59543'/> |
1092 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1093 | <fieldValue name='ballRadius' value='0.02'/> |
1094 | <fieldValue name='traceEnabled' value='false'/> |
1095 | <fieldValue name='displayMode'/> |
1096 | <fieldValue name='transparency' value='0'/> |
1097 | </ProtoInstance> |
1098 | <ProtoInstance name='Arc'> |
1099 | <fieldValue name='cylinderHeight' value='0.36782'/> |
1100 | <fieldValue name='cylinderTranslation' value='0.42297 0.28758 2.29376'/> |
1101 | <fieldValue name='coneTranslation' value='0.40226 0.29260 2.30460'/> |
1102 | <fieldValue name='rotation' value='16.68104 -0.00000 31.85790 1.35910'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='1.16516'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.46294 0.81899 2.19628'/> |
1112 | <fieldValue name='coneTranslation' value='0.37639 1.23248 2.18608'/> |
1113 | <fieldValue name='rotation' value='-2.81396 0 23.86346 0.20772'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='0.58156'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.73067 0.23052 2.45973'/> |
1123 | <fieldValue name='coneTranslation' value='0.79742 0.22224 2.57189'/> |
1124 | <fieldValue name='rotation' value='49.87494 0 -29.68307 1.63415'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='0.08611'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.61995 0.26464 2.22399'/> |
1134 | <fieldValue name='coneTranslation' value='0.51756 0.22198 2.18695'/> |
1135 | <fieldValue name='rotation' value='2.72782 0 -7.53923 1.19745'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='0.67484'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.67568 -0.03940 2.06207'/> |
1145 | <fieldValue name='coneTranslation' value='0.72481 -0.19101 1.98410'/> |
1146 | <fieldValue name='rotation' value='-29.65637 0 -18.68520 2.59543'/> |
1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1148 | <fieldValue name='ballRadius' value='0.02'/> |
1149 | <fieldValue name='traceEnabled' value='false'/> |
1150 | <fieldValue name='displayMode'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | </ProtoInstance> |
1153 | <ProtoInstance name='Arc'> |
1154 | <fieldValue name='cylinderHeight' value='0.17842'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.65858 0.29358 2.22218'/> |
1156 | <fieldValue name='coneTranslation' value='0.59802 0.25815 2.21280'/> |
1157 | <fieldValue name='rotation' value='2.36572 0 -15.26434 1.04663'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.39691'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.72434 0.38502 2.23640'/> |
1167 | <fieldValue name='coneTranslation' value='0.75187 0.41139 2.24145'/> |
1168 | <fieldValue name='rotation' value='5.20987 0 -28.41598 0.81520'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.38069'/> |
1177 | <fieldValue name='cylinderTranslation' value='0.50692 0.16057 2.36117'/> |
1178 | <fieldValue name='coneTranslation' value='0.49491 0.14648 2.38521'/> |
1179 | <fieldValue name='rotation' value='30.16362 -0.00000 15.06702 2.05359'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='1.17144'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.83833 0.77229 2.15043'/> |
1189 | <fieldValue name='coneTranslation' value='1.02446 1.15268 2.10687'/> |
1190 | <fieldValue name='rotation' value='-11.98500 0 -51.21517 0.46566'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.62233'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.86454 0.36004 2.27957'/> |
1200 | <fieldValue name='coneTranslation' value='1.00168 0.41402 2.31320'/> |
1201 | <fieldValue name='rotation' value='13.84332 0 -56.45733 1.20565'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.41050'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.68413 0.42710 2.21290'/> |
1211 | <fieldValue name='coneTranslation' value='0.70659 0.46638 2.21347'/> |
1212 | <fieldValue name='rotation' value='0.50975 0 -20.37478 0.51956'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='ballRadius' value='0.02'/> |
1215 | <fieldValue name='traceEnabled' value='false'/> |
1216 | <fieldValue name='displayMode'/> |
1217 | <fieldValue name='transparency' value='0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Arc'> |
1220 | <fieldValue name='cylinderHeight' value='0.41678'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.54533 0.13022 2.37760'/> |
1222 | <fieldValue name='coneTranslation' value='0.53675 0.10265 2.41644'/> |
1223 | <fieldValue name='rotation' value='33.44905 -0.00000 7.38587 2.17688'/> |
1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1225 | <fieldValue name='ballRadius' value='0.02'/> |
1226 | <fieldValue name='traceEnabled' value='false'/> |
1227 | <fieldValue name='displayMode'/> |
1228 | <fieldValue name='transparency' value='0'/> |
1229 | </ProtoInstance> |
1230 | <ProtoInstance name='Arc'> |
1231 | <fieldValue name='cylinderHeight' value='0.88067'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.89951 0.10734 2.48090'/> |
1233 | <fieldValue name='coneTranslation' value='1.10149 0.01719 2.65314'/> |
1234 | <fieldValue name='rotation' value='54.10923 0 -63.45097 1.89817'/> |
1235 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1236 | <fieldValue name='ballRadius' value='0.02'/> |
1237 | <fieldValue name='traceEnabled' value='false'/> |
1238 | <fieldValue name='displayMode'/> |
1239 | <fieldValue name='transparency' value='0'/> |
1240 | </ProtoInstance> |
1241 | <ProtoInstance name='Arc'> |
1242 | <fieldValue name='cylinderHeight' value='0.19603'/> |
1243 | <fieldValue name='cylinderTranslation' value='0.49982 0.22755 2.25887'/> |
1244 | <fieldValue name='coneTranslation' value='0.55196 0.24107 2.22819'/> |
1245 | <fieldValue name='rotation' value='9.70211 -0.00000 16.48747 1.79076'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='0.59876'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.76214 0.20476 2.44556'/> |
1255 | <fieldValue name='coneTranslation' value='0.84588 0.18420 2.55506'/> |
1256 | <fieldValue name='rotation' value='47.04106 0 -35.97584 1.71888'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='1.17130'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.83343 0.77466 2.15116'/> |
1266 | <fieldValue name='coneTranslation' value='1.01598 1.15676 2.10814'/> |
1267 | <fieldValue name='rotation' value='-11.83834 0 -50.23410 0.45629'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.97928'/> |
1276 | <fieldValue name='cylinderTranslation' value='0.20509 0.07044 2.46655'/> |
1277 | <fieldValue name='coneTranslation' value='-0.04883 -0.04972 2.63902'/> |
1278 | <fieldValue name='rotation' value='51.23819 -0.00000 75.43308 1.94393'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='1.18414'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.06946 0.54481 2.21704'/> |
1288 | <fieldValue name='coneTranslation' value='-0.30476 0.76072 2.22192'/> |
1289 | <fieldValue name='rotation' value='1.33777 -0.00000 102.55904 1.04751'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.07973'/> |
1298 | <fieldValue name='cylinderTranslation' value='0.57406 0.24382 2.24903'/> |
1299 | <fieldValue name='coneTranslation' value='0.59876 0.25924 2.13248'/> |
1300 | <fieldValue name='rotation' value='7.73550 -0.00000 1.63948 1.69952'/> |
1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1302 | <fieldValue name='ballRadius' value='0.02'/> |
1303 | <fieldValue name='traceEnabled' value='false'/> |
1304 | <fieldValue name='displayMode'/> |
1305 | <fieldValue name='transparency' value='0'/> |
1306 | </ProtoInstance> |
1307 | <ProtoInstance name='Arc'> |
1308 | <fieldValue name='cylinderHeight' value='0.63542'/> |
1309 | <fieldValue name='cylinderTranslation' value='0.46184 0.08736 2.45598'/> |
1310 | <fieldValue name='coneTranslation' value='0.40206 0.00715 2.57791'/> |
1311 | <fieldValue name='rotation' value='49.12535 -0.00000 24.08348 2.10431'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='0.10456'/> |
1320 | <fieldValue name='cylinderTranslation' value='0.60091 0.22969 2.25524'/> |
1321 | <fieldValue name='coneTranslation' value='0.56247 0.26934 2.16276'/> |
1322 | <fieldValue name='rotation' value='8.97710 0 -3.73146 1.94779'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='1.00103'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.12800 0.15090 2.39623'/> |
1332 | <fieldValue name='coneTranslation' value='-0.18105 0.08421 2.52269'/> |
1333 | <fieldValue name='rotation' value='37.17580 -0.00000 90.85225 1.76793'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='1.00394'/> |
1342 | <fieldValue name='cylinderTranslation' value='0.10091 0.27427 2.35050'/> |
1343 | <fieldValue name='coneTranslation' value='-0.22700 0.29152 2.44598'/> |
1344 | <fieldValue name='rotation' value='28.02974 -0.00000 96.26853 1.52031'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='0.43279'/> |
1353 | <fieldValue name='cylinderTranslation' value='1.48178 -2.10992 0.05253'/> |
1354 | <fieldValue name='coneTranslation' value='1.43541 -2.08092 0.06628'/> |
1355 | <fieldValue name='rotation' value='10.54886 -0.00000 35.58680 1.03064'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.52289'/> |
1364 | <fieldValue name='cylinderTranslation' value='0.60342 0.38061 2.49795'/> |
1365 | <fieldValue name='coneTranslation' value='0.60969 0.31458 2.42119'/> |
1366 | <fieldValue name='rotation' value='-39.56459 0 -3.22985 2.27955'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='0.29353'/> |
1375 | <fieldValue name='cylinderTranslation' value='-1.02317 1.95129 -2.39548'/> |
1376 | <fieldValue name='coneTranslation' value='-1.01211 1.95798 -2.39830'/> |
1377 | <fieldValue name='rotation' value='6.24752 -0.00000 24.54624 2.10062'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='0.25180'/> |
1386 | <fieldValue name='cylinderTranslation' value='-0.84796 2.12341 -2.36753'/> |
1387 | <fieldValue name='coneTranslation' value='-0.86218 2.09688 -2.38356'/> |
1388 | <fieldValue name='rotation' value='11.83829 0 -10.49643 0.67942'/> |
1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1390 | <fieldValue name='ballRadius' value='0.02'/> |
1391 | <fieldValue name='traceEnabled' value='false'/> |
1392 | <fieldValue name='displayMode'/> |
1393 | <fieldValue name='transparency' value='0'/> |
1394 | </ProtoInstance> |
1395 | <ProtoInstance name='Arc'> |
1396 | <fieldValue name='cylinderHeight' value='0.30501'/> |
1397 | <fieldValue name='cylinderTranslation' value='1.12683 -2.16844 0.24781'/> |
1398 | <fieldValue name='coneTranslation' value='1.12358 -2.17121 0.25397'/> |
1399 | <fieldValue name='rotation' value='-25.07952 0 -13.22297 1.19317'/> |
1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1401 | <fieldValue name='ballRadius' value='0.02'/> |
1402 | <fieldValue name='traceEnabled' value='false'/> |
1403 | <fieldValue name='displayMode'/> |
1404 | <fieldValue name='transparency' value='0'/> |
1405 | </ProtoInstance> |
1406 | <ProtoInstance name='Arc'> |
1407 | <fieldValue name='cylinderHeight' value='0.36233'/> |
1408 | <fieldValue name='cylinderTranslation' value='1.02695 -2.12395 0.22646'/> |
1409 | <fieldValue name='coneTranslation' value='1.02301 -2.11218 0.20931'/> |
1410 | <fieldValue name='rotation' value='-29.34967 0 6.75258 0.98124'/> |
1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1412 | <fieldValue name='ballRadius' value='0.02'/> |
1413 | <fieldValue name='traceEnabled' value='false'/> |
1414 | <fieldValue name='displayMode'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | </ProtoInstance> |
1417 | <ProtoInstance name='Arc'> |
1418 | <fieldValue name='cylinderHeight' value='0.31728'/> |
1419 | <fieldValue name='cylinderTranslation' value='1.06978 -2.33724 0.48462'/> |
1420 | <fieldValue name='coneTranslation' value='1.06970 -2.33627 0.48367'/> |
1421 | <fieldValue name='rotation' value='22.28304 0 -1.81184 2.35968'/> |
1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1423 | <fieldValue name='ballRadius' value='0.02'/> |
1424 | <fieldValue name='traceEnabled' value='false'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | </ProtoInstance> |
1428 | <ProtoInstance name='Arc'> |
1429 | <fieldValue name='cylinderHeight' value='0.47497'/> |
1430 | <fieldValue name='cylinderTranslation' value='1.40922 -2.36760 -0.59017'/> |
1431 | <fieldValue name='coneTranslation' value='1.46819 -2.39303 -0.63353'/> |
1432 | <fieldValue name='rotation' value='-26.57769 0 -36.14724 1.90518'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='0.59415'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.93515 -2.25295 -0.42794'/> |
1442 | <fieldValue name='coneTranslation' value='0.79980 -2.23601 -0.41441'/> |
1443 | <fieldValue name='rotation' value='5.86803 -0.00000 58.66712 1.44690'/> |
1444 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1445 | <fieldValue name='ballRadius' value='0.02'/> |
1446 | <fieldValue name='traceEnabled' value='false'/> |
1447 | <fieldValue name='displayMode'/> |
1448 | <fieldValue name='transparency' value='0'/> |
1449 | </ProtoInstance> |
1450 | <ProtoInstance name='Arc'> |
1451 | <fieldValue name='cylinderHeight' value='0.00006'/> |
1452 | <fieldValue name='cylinderTranslation' value='-0.41577 -2.17562 -2.00308'/> |
1453 | <fieldValue name='coneTranslation' value='-0.32422 -2.30485 -2.02564'/> |
1454 | <fieldValue name='rotation' value='0.00085 -0.00000 0.00343 0.63031'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.00717'/> |
1463 | <fieldValue name='cylinderTranslation' value='2.31877 2.23581 -1.03765'/> |
1464 | <fieldValue name='coneTranslation' value='2.22618 2.29620 -1.14831'/> |
1465 | <fieldValue name='rotation' value='0.50741 0 -0.42454 1.96716'/> |
1466 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1467 | <fieldValue name='ballRadius' value='0.02'/> |
1468 | <fieldValue name='traceEnabled' value='false'/> |
1469 | <fieldValue name='displayMode'/> |
1470 | <fieldValue name='transparency' value='0'/> |
1471 | </ProtoInstance> |
1472 | <ProtoInstance name='Arc'> |
1473 | <fieldValue name='cylinderHeight' value='0.00318'/> |
1474 | <fieldValue name='cylinderTranslation' value='-0.18612 2.68960 -1.70898'/> |
1475 | <fieldValue name='coneTranslation' value='-0.27577 2.74723 -1.59178'/> |
1476 | <fieldValue name='rotation' value='-0.23545 0 -0.18010 1.94310'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='0.16239'/> |
1485 | <fieldValue name='cylinderTranslation' value='1.22466 -2.53930 0.20352'/> |
1486 | <fieldValue name='coneTranslation' value='1.14633 -2.54784 0.20238'/> |
1487 | <fieldValue name='rotation' value='0.23633 0 -16.14177 1.46215'/> |
1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1489 | <fieldValue name='ballRadius' value='0.02'/> |
1490 | <fieldValue name='traceEnabled' value='false'/> |
1491 | <fieldValue name='displayMode'/> |
1492 | <fieldValue name='transparency' value='0'/> |
1493 | </ProtoInstance> |
1494 | <ProtoInstance name='Arc'> |
1495 | <fieldValue name='cylinderHeight' value='0.55970'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.06857 -2.28566 0.14103'/> |
1497 | <fieldValue name='coneTranslation' value='1.03629 -2.17327 0.11477'/> |
1498 | <fieldValue name='rotation' value='-12.26311 0 15.07631 0.35460'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.32394'/> |
1507 | <fieldValue name='cylinderTranslation' value='-1.19117 2.19303 -1.92513'/> |
1508 | <fieldValue name='coneTranslation' value='-1.19306 2.19289 -1.92458'/> |
1509 | <fieldValue name='rotation' value='9.08958 -0.00000 31.00881 1.64124'/> |
1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1511 | <fieldValue name='ballRadius' value='0.02'/> |
1512 | <fieldValue name='traceEnabled' value='false'/> |
1513 | <fieldValue name='displayMode'/> |
1514 | <fieldValue name='transparency' value='0'/> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Arc'> |
1517 | <fieldValue name='cylinderHeight' value='0.41506'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.91580 2.21289 -2.13946'/> |
1519 | <fieldValue name='coneTranslation' value='-0.88825 2.21483 -2.17814'/> |
1520 | <fieldValue name='rotation' value='-33.77546 0 -24.06490 1.53002'/> |
1521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1522 | <fieldValue name='ballRadius' value='0.02'/> |
1523 | <fieldValue name='traceEnabled' value='false'/> |
1524 | <fieldValue name='displayMode'/> |
1525 | <fieldValue name='transparency' value='0'/> |
1526 | </ProtoInstance> |
1527 | <ProtoInstance name='Arc'> |
1528 | <fieldValue name='cylinderHeight' value='0.39851'/> |
1529 | <fieldValue name='cylinderTranslation' value='-0.88844 2.33771 -1.98190'/> |
1530 | <fieldValue name='coneTranslation' value='-0.85934 2.36397 -1.98412'/> |
1531 | <fieldValue name='rotation' value='-2.26305 0 -29.53749 0.83809'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.32394'/> |
1540 | <fieldValue name='cylinderTranslation' value='-1.19117 2.19303 -1.92513'/> |
1541 | <fieldValue name='coneTranslation' value='-1.19306 2.19289 -1.92458'/> |
1542 | <fieldValue name='rotation' value='9.08966 -0.00000 31.00880 1.64125'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='0.70496'/> |
1551 | <fieldValue name='cylinderTranslation' value='-1.23308 2.26772 -1.68519'/> |
1552 | <fieldValue name='coneTranslation' value='-1.34063 2.30228 -1.52934'/> |
1553 | <fieldValue name='rotation' value='57.07833 -0.00000 39.39010 1.39026'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='0.85955'/> |
1562 | <fieldValue name='cylinderTranslation' value='0.95898 -1.22907 0.95803'/> |
1563 | <fieldValue name='coneTranslation' value='1.02063 -1.44875 0.81408'/> |
1564 | <fieldValue name='rotation' value='-45.86243 0 -19.64382 2.52231'/> |
1565 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1566 | <fieldValue name='ballRadius' value='0.02'/> |
1567 | <fieldValue name='traceEnabled' value='false'/> |
1568 | <fieldValue name='displayMode'/> |
1569 | <fieldValue name='transparency' value='0'/> |
1570 | </ProtoInstance> |
1571 | <ProtoInstance name='Arc'> |
1572 | <fieldValue name='cylinderHeight' value='0.91660'/> |
1573 | <fieldValue name='cylinderTranslation' value='0.81493 -0.60342 1.55056'/> |
1574 | <fieldValue name='coneTranslation' value='0.78511 -0.42398 1.78698'/> |
1575 | <fieldValue name='rotation' value='72.64528 -0.00000 9.16498 0.92536'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.91660'/> |
1584 | <fieldValue name='cylinderTranslation' value='0.81493 -0.60342 1.55056'/> |
1585 | <fieldValue name='coneTranslation' value='0.78511 -0.42398 1.78698'/> |
1586 | <fieldValue name='rotation' value='72.64528 -0.00000 9.16498 0.92536'/> |
1587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1588 | <fieldValue name='ballRadius' value='0.02'/> |
1589 | <fieldValue name='traceEnabled' value='false'/> |
1590 | <fieldValue name='displayMode'/> |
1591 | <fieldValue name='transparency' value='0'/> |
1592 | </ProtoInstance> |
1593 | <ProtoInstance name='Arc'> |
1594 | <fieldValue name='cylinderHeight' value='0.68509'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.00096 -1.19121 1.17082'/> |
1596 | <fieldValue name='coneTranslation' value='1.07567 -1.35753 1.16202'/> |
1597 | <fieldValue name='rotation' value='-3.30286 0 -28.04033 2.71681'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.55267'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.66623 -2.56309 -1.25836'/> |
1607 | <fieldValue name='coneTranslation' value='-0.56455 -2.52475 -1.21682'/> |
1608 | <fieldValue name='rotation' value='19.73320 0 -48.30530 1.23499'/> |
1609 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1610 | <fieldValue name='ballRadius' value='0.02'/> |
1611 | <fieldValue name='traceEnabled' value='false'/> |
1612 | <fieldValue name='displayMode'/> |
1613 | <fieldValue name='transparency' value='0'/> |
1614 | </ProtoInstance> |
1615 | <ProtoInstance name='Arc'> |
1616 | <fieldValue name='cylinderHeight' value='0.80211'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.08588 0.37359 2.45878'/> |
1618 | <fieldValue name='coneTranslation' value='0.28513 0.27296 2.36778'/> |
1619 | <fieldValue name='rotation' value='-30.28023 0 -66.29984 2.00145'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='0.81895'/> |
1628 | <fieldValue name='cylinderTranslation' value='1.07583 0.56503 2.23540'/> |
1629 | <fieldValue name='coneTranslation' value='0.86812 0.42685 2.23455'/> |
1630 | <fieldValue name='rotation' value='-0.27763 0 68.18532 2.15780'/> |
1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1632 | <fieldValue name='ballRadius' value='0.02'/> |
1633 | <fieldValue name='traceEnabled' value='false'/> |
1634 | <fieldValue name='displayMode'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | </ProtoInstance> |
1637 | <ProtoInstance name='Arc'> |
1638 | <fieldValue name='cylinderHeight' value='0.57249'/> |
1639 | <fieldValue name='cylinderTranslation' value='0.44317 0.47501 2.39279'/> |
1640 | <fieldValue name='coneTranslation' value='0.49728 0.37079 2.34644'/> |
1641 | <fieldValue name='rotation' value='-21.01591 0 -24.53737 2.54198'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='0.00573'/> |
1650 | <fieldValue name='cylinderTranslation' value='2.03536 -1.65135 -0.64133'/> |
1651 | <fieldValue name='coneTranslation' value='1.99815 -1.50056 -0.66524'/> |
1652 | <fieldValue name='rotation' value='0.08720 0 -0.13573 2.85624'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1654 | <fieldValue name='ballRadius' value='0.02'/> |
1655 | <fieldValue name='traceEnabled' value='false'/> |
1656 | <fieldValue name='displayMode'/> |
1657 | <fieldValue name='transparency' value='0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Arc'> |
1660 | <fieldValue name='cylinderHeight' value='0.27826'/> |
1661 | <fieldValue name='cylinderTranslation' value='2.43056 1.68599 -1.71740'/> |
1662 | <fieldValue name='coneTranslation' value='2.43184 1.69887 -1.70103'/> |
1663 | <fieldValue name='rotation' value='-21.82620 0 1.70456 2.23601'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.17449'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.46593 -1.56713 -0.32831'/> |
1673 | <fieldValue name='coneTranslation' value='1.42042 -1.58665 -0.38161'/> |
1674 | <fieldValue name='rotation' value='12.78325 0 -10.91513 1.29918'/> |
1675 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1676 | <fieldValue name='ballRadius' value='0.02'/> |
1677 | <fieldValue name='traceEnabled' value='false'/> |
1678 | <fieldValue name='displayMode'/> |
1679 | <fieldValue name='transparency' value='0'/> |
1680 | </ProtoInstance> |
1681 | <ProtoInstance name='Arc'> |
1682 | <fieldValue name='cylinderHeight' value='0.17386'/> |
1683 | <fieldValue name='cylinderTranslation' value='-1.20043 1.81745 -2.33224'/> |
1684 | <fieldValue name='coneTranslation' value='-1.15460 1.86761 -2.35914'/> |
1685 | <fieldValue name='rotation' value='6.40063 -0.00000 10.90411 2.32729'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.00001'/> |
1694 | <fieldValue name='cylinderTranslation' value='-0.99285 -2.04542 -1.64956'/> |
1695 | <fieldValue name='coneTranslation' value='-1.08704 -1.99752 -1.52943'/> |
1696 | <fieldValue name='rotation' value='-0.00056 0 -0.00044 1.87486'/> |
1697 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1698 | <fieldValue name='ballRadius' value='0.02'/> |
1699 | <fieldValue name='traceEnabled' value='false'/> |
1700 | <fieldValue name='displayMode'/> |
1701 | <fieldValue name='transparency' value='0'/> |
1702 | </ProtoInstance> |
1703 | <ProtoInstance name='Arc'> |
1704 | <fieldValue name='cylinderHeight' value='0.80215'/> |
1705 | <fieldValue name='cylinderTranslation' value='0.09300 -2.38403 -0.90400'/> |
1706 | <fieldValue name='coneTranslation' value='-0.00688 -2.49265 -1.09464'/> |
1707 | <fieldValue name='rotation' value='-63.43420 0 33.23243 2.03818'/> |
1708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1709 | <fieldValue name='ballRadius' value='0.02'/> |
1710 | <fieldValue name='traceEnabled' value='false'/> |
1711 | <fieldValue name='displayMode'/> |
1712 | <fieldValue name='transparency' value='0'/> |
1713 | </ProtoInstance> |
1714 | <ProtoInstance name='Arc'> |
1715 | <fieldValue name='cylinderHeight' value='0.08357'/> |
1716 | <fieldValue name='cylinderTranslation' value='0.28150 -2.20015 -0.55166'/> |
1717 | <fieldValue name='coneTranslation' value='0.21830 -2.20914 -0.65115'/> |
1718 | <fieldValue name='rotation' value='7.03348 0 -4.46833 1.49464'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='1.00773'/> |
1727 | <fieldValue name='cylinderTranslation' value='0.62618 -2.11327 -0.25356'/> |
1728 | <fieldValue name='coneTranslation' value='0.87665 -2.05182 -0.02612'/> |
1729 | <fieldValue name='rotation' value='66.65389 0 -73.40286 1.39110'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1731 | <fieldValue name='ballRadius' value='0.02'/> |
1732 | <fieldValue name='traceEnabled' value='false'/> |
1733 | <fieldValue name='displayMode'/> |
1734 | <fieldValue name='transparency' value='0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Arc'> |
1737 | <fieldValue name='cylinderHeight' value='0.35075'/> |
1738 | <fieldValue name='cylinderTranslation' value='0.30858 -2.35789 -0.52031'/> |
1739 | <fieldValue name='coneTranslation' value='0.31291 -2.37144 -0.51448'/> |
1740 | <fieldValue name='rotation' value='13.30304 0 -9.88343 2.64947'/> |
1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1742 | <fieldValue name='ballRadius' value='0.02'/> |
1743 | <fieldValue name='traceEnabled' value='false'/> |
1744 | <fieldValue name='displayMode'/> |
1745 | <fieldValue name='transparency' value='0'/> |
1746 | </ProtoInstance> |
1747 | <ProtoInstance name='Arc'> |
1748 | <fieldValue name='cylinderHeight' value='0.42664'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.45049 -2.20978 -0.49272'/> |
1750 | <fieldValue name='coneTranslation' value='0.49831 -2.21140 -0.46919'/> |
1751 | <fieldValue name='rotation' value='18.82244 0 -38.26524 1.60105'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='0.30108'/> |
1760 | <fieldValue name='cylinderTranslation' value='-0.20167 -2.60276 -1.28974'/> |
1761 | <fieldValue name='coneTranslation' value='-0.19359 -2.60037 -1.28543'/> |
1762 | <fieldValue name='rotation' value='-13.71445 0 25.70165 1.82610'/> |
1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1764 | <fieldValue name='ballRadius' value='0.02'/> |
1765 | <fieldValue name='traceEnabled' value='false'/> |
1766 | <fieldValue name='displayMode'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | </ProtoInstance> |
1769 | <ProtoInstance name='Arc'> |
1770 | <fieldValue name='cylinderHeight' value='0.20999'/> |
1771 | <fieldValue name='cylinderTranslation' value='1.70285 -1.58829 0.05781'/> |
1772 | <fieldValue name='coneTranslation' value='1.72101 -1.60556 0.10677'/> |
1773 | <fieldValue name='rotation' value='-18.69353 0 6.93152 1.25145'/> |
1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1775 | <fieldValue name='ballRadius' value='0.02'/> |
1776 | <fieldValue name='traceEnabled' value='false'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='transparency' value='0'/> |
1779 | </ProtoInstance> |
1780 | <ProtoInstance name='Arc'> |
1781 | <fieldValue name='cylinderHeight' value='0.27251'/> |
1782 | <fieldValue name='cylinderTranslation' value='1.59435 -1.54953 -0.15002'/> |
1783 | <fieldValue name='coneTranslation' value='1.60722 -1.55054 -0.13010'/> |
1784 | <fieldValue name='rotation' value='-22.87308 0 14.76838 1.52820'/> |
1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1786 | <fieldValue name='ballRadius' value='0.02'/> |
1787 | <fieldValue name='traceEnabled' value='false'/> |
1788 | <fieldValue name='displayMode'/> |
1789 | <fieldValue name='transparency' value='0'/> |
1790 | </ProtoInstance> |
1791 | <ProtoInstance name='Arc'> |
1792 | <fieldValue name='cylinderHeight' value='0.40026'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.99120 -1.93774 0.38430'/> |
1794 | <fieldValue name='coneTranslation' value='2.03072 -1.93287 0.38932'/> |
1795 | <fieldValue name='rotation' value='4.99937 0 -39.41510 1.44924'/> |
1796 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1797 | <fieldValue name='ballRadius' value='0.02'/> |
1798 | <fieldValue name='traceEnabled' value='false'/> |
1799 | <fieldValue name='displayMode'/> |
1800 | <fieldValue name='transparency' value='0'/> |
1801 | </ProtoInstance> |
1802 | <ProtoInstance name='Arc'> |
1803 | <fieldValue name='cylinderHeight' value='0.45926'/> |
1804 | <fieldValue name='cylinderTranslation' value='1.15082 -1.78638 0.75986'/> |
1805 | <fieldValue name='coneTranslation' value='1.17921 -1.84925 0.76931'/> |
1806 | <fieldValue name='rotation' value='6.22953 0 -18.72548 2.69743'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.59998'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.86457 -2.18290 0.29870'/> |
1816 | <fieldValue name='coneTranslation' value='0.92459 -2.10838 0.19651'/> |
1817 | <fieldValue name='rotation' value='-43.79701 0 -25.72493 1.00952'/> |
1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1819 | <fieldValue name='ballRadius' value='0.02'/> |
1820 | <fieldValue name='traceEnabled' value='false'/> |
1821 | <fieldValue name='displayMode'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | </ProtoInstance> |
1824 | <ProtoInstance name='Arc'> |
1825 | <fieldValue name='cylinderHeight' value='0.00064'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.34364 1.38908 2.18190'/> |
1827 | <fieldValue name='coneTranslation' value='0.35026 1.40669 2.02333'/> |
1828 | <fieldValue name='rotation' value='0.06347 -0.00000 0.00265 1.68128'/> |
1829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1830 | <fieldValue name='ballRadius' value='0.02'/> |
1831 | <fieldValue name='traceEnabled' value='false'/> |
1832 | <fieldValue name='displayMode'/> |
1833 | <fieldValue name='transparency' value='0'/> |
1834 | </ProtoInstance> |
1835 | <ProtoInstance name='Arc'> |
1836 | <fieldValue name='cylinderHeight' value='0.80917'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.00989 -2.40849 -0.69688'/> |
1838 | <fieldValue name='coneTranslation' value='0.18760 -2.28062 -0.58783'/> |
1839 | <fieldValue name='rotation' value='36.07712 0 -58.79144 1.02066'/> |
1840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1841 | <fieldValue name='ballRadius' value='0.02'/> |
1842 | <fieldValue name='traceEnabled' value='false'/> |
1843 | <fieldValue name='displayMode'/> |
1844 | <fieldValue name='transparency' value='0'/> |
1845 | </ProtoInstance> |
1846 | <ProtoInstance name='Arc'> |
1847 | <fieldValue name='cylinderHeight' value='0.34848'/> |
1848 | <fieldValue name='cylinderTranslation' value='-0.35439 -2.54602 -1.01848'/> |
1849 | <fieldValue name='coneTranslation' value='-0.36013 -2.53997 -1.03002'/> |
1850 | <fieldValue name='rotation' value='-28.24258 0 14.06341 1.13222'/> |
1851 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1852 | <fieldValue name='ballRadius' value='0.02'/> |
1853 | <fieldValue name='traceEnabled' value='false'/> |
1854 | <fieldValue name='displayMode'/> |
1855 | <fieldValue name='transparency' value='0'/> |
1856 | </ProtoInstance> |
1857 | <ProtoInstance name='Arc'> |
1858 | <fieldValue name='cylinderHeight' value='0.33766'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.68463 0.44492 2.21141'/> |
1860 | <fieldValue name='coneTranslation' value='0.68322 0.43632 2.21278'/> |
1861 | <fieldValue name='rotation' value='5.24465 -0.00000 5.39588 2.91685'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1863 | <fieldValue name='ballRadius' value='0.02'/> |
1864 | <fieldValue name='traceEnabled' value='false'/> |
1865 | <fieldValue name='displayMode'/> |
1866 | <fieldValue name='transparency' value='0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Arc'> |
1869 | <fieldValue name='cylinderHeight' value='0.27662'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.72325 0.47387 2.20960'/> |
1871 | <fieldValue name='coneTranslation' value='0.72143 0.49514 2.20577'/> |
1872 | <fieldValue name='rotation' value='4.88255 0 -2.32923 2.94476'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.08043'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.74881 0.60738 2.20032'/> |
1882 | <fieldValue name='coneTranslation' value='0.63801 0.61370 2.15524'/> |
1883 | <fieldValue name='rotation' value='3.02658 0 -7.43967 1.62358'/> |
1884 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1885 | <fieldValue name='ballRadius' value='0.02'/> |
1886 | <fieldValue name='traceEnabled' value='false'/> |
1887 | <fieldValue name='displayMode'/> |
1888 | <fieldValue name='transparency' value='0'/> |
1889 | </ProtoInstance> |
1890 | <ProtoInstance name='Arc'> |
1891 | <fieldValue name='cylinderHeight' value='0.52515'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.56139 -2.48478 -0.29006'/> |
1893 | <fieldValue name='coneTranslation' value='0.48194 -2.49559 -0.35403'/> |
1894 | <fieldValue name='rotation' value='-32.74704 0 40.67915 1.67637'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='0.38377'/> |
1903 | <fieldValue name='cylinderTranslation' value='0.70330 -2.33667 -0.26247'/> |
1904 | <fieldValue name='coneTranslation' value='0.69308 -2.31666 -0.28509'/> |
1905 | <fieldValue name='rotation' value='-27.22764 0 12.29734 0.89225'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='0.44507'/> |
1914 | <fieldValue name='cylinderTranslation' value='-1.15095 2.50194 -1.40111'/> |
1915 | <fieldValue name='coneTranslation' value='-1.13567 2.48848 -1.46024'/> |
1916 | <fieldValue name='rotation' value='-42.08090 0 -10.87440 1.78778'/> |
1917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1918 | <fieldValue name='ballRadius' value='0.02'/> |
1919 | <fieldValue name='traceEnabled' value='false'/> |
1920 | <fieldValue name='displayMode'/> |
1921 | <fieldValue name='transparency' value='0'/> |
1922 | </ProtoInstance> |
1923 | <ProtoInstance name='Arc'> |
1924 | <fieldValue name='cylinderHeight' value='0.32707'/> |
1925 | <fieldValue name='cylinderTranslation' value='0.41477 0.28246 2.33244'/> |
1926 | <fieldValue name='coneTranslation' value='0.41804 0.28151 2.33147'/> |
1927 | <fieldValue name='rotation' value='-8.94554 0 -30.21841 1.84169'/> |
1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1929 | <fieldValue name='ballRadius' value='0.02'/> |
1930 | <fieldValue name='traceEnabled' value='false'/> |
1931 | <fieldValue name='displayMode'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | </ProtoInstance> |
1934 | <ProtoInstance name='Arc'> |
1935 | <fieldValue name='cylinderHeight' value='0.38210'/> |
1936 | <fieldValue name='cylinderTranslation' value='0.44162 0.26833 2.33865'/> |
1937 | <fieldValue name='coneTranslation' value='0.47054 0.25892 2.33238'/> |
1938 | <fieldValue name='rotation' value='-7.70394 0 -35.58936 1.87864'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='0.00132'/> |
1947 | <fieldValue name='cylinderTranslation' value='-0.72567 2.74972 -1.25492'/> |
1948 | <fieldValue name='coneTranslation' value='-0.59109 2.78651 -1.33190'/> |
1949 | <fieldValue name='rotation' value='0.06376 -0.00000 0.11147 1.80378'/> |
1950 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1951 | <fieldValue name='ballRadius' value='0.02'/> |
1952 | <fieldValue name='traceEnabled' value='false'/> |
1953 | <fieldValue name='displayMode'/> |
1954 | <fieldValue name='transparency' value='0'/> |
1955 | </ProtoInstance> |
1956 | <ProtoInstance name='Arc'> |
1957 | <fieldValue name='cylinderHeight' value='0.44485'/> |
1958 | <fieldValue name='cylinderTranslation' value='-0.30026 2.41708 -2.14118'/> |
1959 | <fieldValue name='coneTranslation' value='-0.36202 2.41373 -2.13277'/> |
1960 | <fieldValue name='rotation' value='5.99161 -0.00000 44.01434 1.62458'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.25855'/> |
1969 | <fieldValue name='cylinderTranslation' value='-0.63054 2.43806 -2.05222'/> |
1970 | <fieldValue name='coneTranslation' value='-0.60435 2.43023 -2.06624'/> |
1971 | <fieldValue name='rotation' value='11.80104 -0.00000 22.04211 1.31323'/> |
1972 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1973 | <fieldValue name='ballRadius' value='0.02'/> |
1974 | <fieldValue name='traceEnabled' value='false'/> |
1975 | <fieldValue name='displayMode'/> |
1976 | <fieldValue name='transparency' value='0'/> |
1977 | </ProtoInstance> |
1978 | <ProtoInstance name='Arc'> |
1979 | <fieldValue name='cylinderHeight' value='0.44087'/> |
1980 | <fieldValue name='cylinderTranslation' value='1.24916 -2.32135 0.16356'/> |
1981 | <fieldValue name='coneTranslation' value='1.26457 -2.37869 0.17484'/> |
1982 | <fieldValue name='rotation' value='8.22929 0 -11.24254 2.82006'/> |
1983 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1984 | <fieldValue name='ballRadius' value='0.02'/> |
1985 | <fieldValue name='traceEnabled' value='false'/> |
1986 | <fieldValue name='displayMode'/> |
1987 | <fieldValue name='transparency' value='0'/> |
1988 | </ProtoInstance> |
1989 | <ProtoInstance name='Arc'> |
1990 | <fieldValue name='cylinderHeight' value='0.22281'/> |
1991 | <fieldValue name='cylinderTranslation' value='1.09307 -2.06772 0.10106'/> |
1992 | <fieldValue name='coneTranslation' value='1.13663 -2.08712 0.11037'/> |
1993 | <fieldValue name='rotation' value='-4.27015 0 19.97555 1.15993'/> |
1994 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1995 | <fieldValue name='ballRadius' value='0.02'/> |
1996 | <fieldValue name='traceEnabled' value='false'/> |
1997 | <fieldValue name='displayMode'/> |
1998 | <fieldValue name='transparency' value='0'/> |
1999 | </ProtoInstance> |
2000 | <ProtoInstance name='Arc'> |
2001 | <fieldValue name='cylinderHeight' value='0.75829'/> |
2002 | <fieldValue name='cylinderTranslation' value='1.46030 -2.36600 0.03372'/> |
2003 | <fieldValue name='coneTranslation' value='1.61483 -2.51269 -0.01754'/> |
2004 | <fieldValue name='rotation' value='-17.73787 0 -53.47020 2.30416'/> |
2005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2006 | <fieldValue name='ballRadius' value='0.02'/> |
2007 | <fieldValue name='traceEnabled' value='false'/> |
2008 | <fieldValue name='displayMode'/> |
2009 | <fieldValue name='transparency' value='0'/> |
2010 | </ProtoInstance> |
2011 | <ProtoInstance name='Arc'> |
2012 | <fieldValue name='cylinderHeight' value='0.00058'/> |
2013 | <fieldValue name='cylinderTranslation' value='-0.10643 1.97719 -2.56285'/> |
2014 | <fieldValue name='coneTranslation' value='-0.03966 2.09620 -2.47986'/> |
2015 | <fieldValue name='rotation' value='-0.03024 0 0.02433 2.41158'/> |
2016 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2017 | <fieldValue name='ballRadius' value='0.02'/> |
2018 | <fieldValue name='traceEnabled' value='false'/> |
2019 | <fieldValue name='displayMode'/> |
2020 | <fieldValue name='transparency' value='0'/> |
2021 | </ProtoInstance> |
2022 | <ProtoInstance name='Arc'> |
2023 | <fieldValue name='cylinderHeight' value='0.92782'/> |
2024 | <fieldValue name='cylinderTranslation' value='0.64852 -2.11010 -0.21839'/> |
2025 | <fieldValue name='coneTranslation' value='0.87431 -2.05318 -0.02310'/> |
2026 | <fieldValue name='rotation' value='59.62041 0 -68.93453 1.38242'/> |
2027 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2028 | <fieldValue name='ballRadius' value='0.02'/> |
2029 | <fieldValue name='traceEnabled' value='false'/> |
2030 | <fieldValue name='displayMode'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | </ProtoInstance> |
2033 | <ProtoInstance name='Arc'> |
2034 | <fieldValue name='cylinderHeight' value='0.08613'/> |
2035 | <fieldValue name='cylinderTranslation' value='0.91055 0.18635 2.69493'/> |
2036 | <fieldValue name='coneTranslation' value='0.82511 0.25631 2.73341'/> |
2037 | <fieldValue name='rotation' value='-2.83388 0 -6.29277 2.21210'/> |
2038 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2039 | <fieldValue name='ballRadius' value='0.02'/> |
2040 | <fieldValue name='traceEnabled' value='false'/> |
2041 | <fieldValue name='displayMode'/> |
2042 | <fieldValue name='transparency' value='0'/> |
2043 | </ProtoInstance> |
2044 | <ProtoInstance name='Arc'> |
2045 | <fieldValue name='cylinderHeight' value='0.52573'/> |
2046 | <fieldValue name='cylinderTranslation' value='0.72247 0.22541 2.49841'/> |
2047 | <fieldValue name='coneTranslation' value='0.66119 0.23061 2.41596'/> |
2048 | <fieldValue name='rotation' value='-42.13944 0 31.32255 1.52021'/> |
2049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2050 | <fieldValue name='ballRadius' value='0.02'/> |
2051 | <fieldValue name='traceEnabled' value='false'/> |
2052 | <fieldValue name='displayMode'/> |
2053 | <fieldValue name='transparency' value='0'/> |
2054 | </ProtoInstance> |
2055 | <ProtoInstance name='Arc'> |
2056 | <fieldValue name='cylinderHeight' value='0.09660'/> |
2057 | <fieldValue name='cylinderTranslation' value='0.69627 0.30929 2.23582'/> |
2058 | <fieldValue name='coneTranslation' value='0.60695 0.24235 2.24001'/> |
2059 | <fieldValue name='rotation' value='-0.36210 0 -7.72510 0.92821'/> |
2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2061 | <fieldValue name='ballRadius' value='0.02'/> |
2062 | <fieldValue name='traceEnabled' value='false'/> |
2063 | <fieldValue name='displayMode'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | </ProtoInstance> |
2066 | <ProtoInstance name='Arc'> |
2067 | <fieldValue name='cylinderHeight' value='0.31964'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.76203 0.40072 2.25004'/> |
2069 | <fieldValue name='coneTranslation' value='0.76191 0.40059 2.25003'/> |
2070 | <fieldValue name='rotation' value='2.48205 0 -20.87675 0.71781'/> |
2071 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2072 | <fieldValue name='ballRadius' value='0.02'/> |
2073 | <fieldValue name='traceEnabled' value='false'/> |
2074 | <fieldValue name='displayMode'/> |
2075 | <fieldValue name='transparency' value='0'/> |
2076 | </ProtoInstance> |
2077 | <ProtoInstance name='Arc'> |
2078 | <fieldValue name='cylinderHeight' value='0.53672'/> |
2079 | <fieldValue name='cylinderTranslation' value='0.90224 0.37575 2.29321'/> |
2080 | <fieldValue name='coneTranslation' value='1.00100 0.41427 2.31565'/> |
2081 | <fieldValue name='rotation' value='11.11550 0 -48.91810 1.20732'/> |
2082 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2083 | <fieldValue name='ballRadius' value='0.02'/> |
2084 | <fieldValue name='traceEnabled' value='false'/> |
2085 | <fieldValue name='displayMode'/> |
2086 | <fieldValue name='transparency' value='0'/> |
2087 | </ProtoInstance> |
2088 | <ProtoInstance name='Arc'> |
2089 | <fieldValue name='cylinderHeight' value='0.11255'/> |
2090 | <fieldValue name='cylinderTranslation' value='0.61176 0.25952 2.26267'/> |
2091 | <fieldValue name='coneTranslation' value='0.69635 0.29790 2.21652'/> |
2092 | <fieldValue name='rotation' value='5.00768 -0.00000 9.17872 1.94980'/> |
2093 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2094 | <fieldValue name='ballRadius' value='0.02'/> |
2095 | <fieldValue name='traceEnabled' value='false'/> |
2096 | <fieldValue name='displayMode'/> |
2097 | <fieldValue name='transparency' value='0'/> |
2098 | </ProtoInstance> |
2099 | <ProtoInstance name='Arc'> |
2100 | <fieldValue name='cylinderHeight' value='0.10120'/> |
2101 | <fieldValue name='cylinderTranslation' value='0.63861 0.24539 2.26888'/> |
2102 | <fieldValue name='coneTranslation' value='0.67977 0.32095 2.20132'/> |
2103 | <fieldValue name='rotation' value='6.24928 -0.00000 3.80777 2.33326'/> |
2104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2105 | <fieldValue name='ballRadius' value='0.02'/> |
2106 | <fieldValue name='traceEnabled' value='false'/> |
2107 | <fieldValue name='displayMode'/> |
2108 | <fieldValue name='transparency' value='0'/> |
2109 | </ProtoInstance> |
2110 | <ProtoInstance name='Arc'> |
2111 | <fieldValue name='cylinderHeight' value='0.40643'/> |
2112 | <fieldValue name='cylinderTranslation' value='-0.69298 1.68835 -2.62439'/> |
2113 | <fieldValue name='coneTranslation' value='-0.71567 1.71330 -2.59737'/> |
2114 | <fieldValue name='rotation' value='25.41145 -0.00000 21.34086 0.95529'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='0.00145'/> |
2123 | <fieldValue name='cylinderTranslation' value='-1.79671 1.66485 -1.67947'/> |
2124 | <fieldValue name='coneTranslation' value='-1.80041 1.76077 -1.55237'/> |
2125 | <fieldValue name='rotation' value='-0.11552 0 -0.00337 2.21707'/> |
2126 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2127 | <fieldValue name='ballRadius' value='0.02'/> |
2128 | <fieldValue name='traceEnabled' value='false'/> |
2129 | <fieldValue name='displayMode'/> |
2130 | <fieldValue name='transparency' value='0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Arc'> |
2133 | <fieldValue name='cylinderHeight' value='0.22704'/> |
2134 | <fieldValue name='cylinderTranslation' value='0.80066 0.42967 2.24823'/> |
2135 | <fieldValue name='coneTranslation' value='0.77374 0.39223 2.24241'/> |
2136 | <fieldValue name='rotation' value='2.84415 0 -13.15164 0.63434'/> |
2137 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2138 | <fieldValue name='ballRadius' value='0.02'/> |
2139 | <fieldValue name='traceEnabled' value='false'/> |
2140 | <fieldValue name='displayMode'/> |
2141 | <fieldValue name='transparency' value='0'/> |
2142 | </ProtoInstance> |
2143 | <ProtoInstance name='Arc'> |
2144 | <fieldValue name='cylinderHeight' value='0.44780'/> |
2145 | <fieldValue name='cylinderTranslation' value='0.94086 0.40469 2.29140'/> |
2146 | <fieldValue name='coneTranslation' value='0.99965 0.42366 2.30778'/> |
2147 | <fieldValue name='rotation' value='11.47760 0 -41.19299 1.26942'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.27251'/> |
2156 | <fieldValue name='cylinderTranslation' value='0.76045 0.47175 2.22473'/> |
2157 | <fieldValue name='coneTranslation' value='0.75600 0.44848 2.22635'/> |
2158 | <fieldValue name='rotation' value='-1.85597 0 -5.11045 0.20086'/> |
2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2160 | <fieldValue name='ballRadius' value='0.02'/> |
2161 | <fieldValue name='traceEnabled' value='false'/> |
2162 | <fieldValue name='displayMode'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | </ProtoInstance> |
2165 | <ProtoInstance name='Arc'> |
2166 | <fieldValue name='cylinderHeight' value='0.12553'/> |
2167 | <fieldValue name='cylinderTranslation' value='0.82621 0.56318 2.23895'/> |
2168 | <fieldValue name='coneTranslation' value='0.88850 0.49800 2.27536'/> |
2169 | <fieldValue name='rotation' value='-4.70012 0 8.04120 0.83603'/> |
2170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2171 | <fieldValue name='ballRadius' value='0.02'/> |
2172 | <fieldValue name='traceEnabled' value='false'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='transparency' value='0'/> |
2175 | </ProtoInstance> |
2176 | <ProtoInstance name='Arc'> |
2177 | <fieldValue name='cylinderHeight' value='0.24498'/> |
2178 | <fieldValue name='cylinderTranslation' value='0.42448 0.13918 2.40968'/> |
2179 | <fieldValue name='coneTranslation' value='0.42666 0.11867 2.44101'/> |
2180 | <fieldValue name='rotation' value='-20.46151 0 1.42045 0.99222'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='ballRadius' value='0.02'/> |
2183 | <fieldValue name='traceEnabled' value='false'/> |
2184 | <fieldValue name='displayMode'/> |
2185 | <fieldValue name='transparency' value='0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Arc'> |
2188 | <fieldValue name='cylinderHeight' value='0.30993'/> |
2189 | <fieldValue name='cylinderTranslation' value='0.49872 0.15545 2.39985'/> |
2190 | <fieldValue name='coneTranslation' value='0.49654 0.15274 2.40350'/> |
2191 | <fieldValue name='rotation' value='-22.42812 0 -13.42754 1.00365'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.31518'/> |
2200 | <fieldValue name='cylinderTranslation' value='0.52558 0.14132 2.40606'/> |
2201 | <fieldValue name='coneTranslation' value='0.52414 0.14026 2.40768'/> |
2202 | <fieldValue name='rotation' value='-21.18652 0 -18.79848 1.11673'/> |
2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2204 | <fieldValue name='ballRadius' value='0.02'/> |
2205 | <fieldValue name='traceEnabled' value='false'/> |
2206 | <fieldValue name='displayMode'/> |
2207 | <fieldValue name='transparency' value='0'/> |
2208 | </ProtoInstance> |
2209 | <ProtoInstance name='Arc'> |
2210 | <fieldValue name='cylinderHeight' value='0.01100'/> |
2211 | <fieldValue name='cylinderTranslation' value='1.08950 1.29802 2.09124'/> |
2212 | <fieldValue name='coneTranslation' value='1.22730 1.23125 2.07064'/> |
2213 | <fieldValue name='rotation' value='0.14666 -0.00000 0.98107 1.12388'/> |
2214 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2215 | <fieldValue name='ballRadius' value='0.02'/> |
2216 | <fieldValue name='traceEnabled' value='false'/> |
2217 | <fieldValue name='displayMode'/> |
2218 | <fieldValue name='transparency' value='0'/> |
2219 | </ProtoInstance> |
2220 | <ProtoInstance name='Arc'> |
2221 | <fieldValue name='cylinderHeight' value='0.59998'/> |
2222 | <fieldValue name='cylinderTranslation' value='0.86457 -2.18290 0.29870'/> |
2223 | <fieldValue name='coneTranslation' value='0.92459 -2.10838 0.19651'/> |
2224 | <fieldValue name='rotation' value='-43.79701 0 -25.72493 1.00952'/> |
2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2226 | <fieldValue name='ballRadius' value='0.02'/> |
2227 | <fieldValue name='traceEnabled' value='false'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='transparency' value='0'/> |
2230 | </ProtoInstance> |
2231 | <ProtoInstance name='Arc'> |
2232 | <fieldValue name='cylinderHeight' value='0.24881'/> |
2233 | <fieldValue name='cylinderTranslation' value='1.29332 -2.10397 0.76040'/> |
2234 | <fieldValue name='coneTranslation' value='1.30730 -2.13551 0.75164'/> |
2235 | <fieldValue name='rotation' value='6.12200 -0.00000 9.77335 0.48194'/> |
2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2237 | <fieldValue name='ballRadius' value='0.02'/> |
2238 | <fieldValue name='traceEnabled' value='false'/> |
2239 | <fieldValue name='displayMode'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Arc'> |
2243 | <fieldValue name='cylinderHeight' value='0.55387'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.55809 -2.55052 -1.38934'/> |
2245 | <fieldValue name='coneTranslation' value='-0.61441 -2.58367 -1.48631'/> |
2246 | <fieldValue name='rotation' value='-45.93020 0 26.67764 1.85819'/> |
2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2248 | <fieldValue name='ballRadius' value='0.02'/> |
2249 | <fieldValue name='traceEnabled' value='false'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='transparency' value='0'/> |
2252 | </ProtoInstance> |
2253 | <ProtoInstance name='Arc'> |
2254 | <fieldValue name='cylinderHeight' value='0.27724'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.37744 -2.55640 -1.25900'/> |
2256 | <fieldValue name='coneTranslation' value='-0.38473 -2.54339 -1.24369'/> |
2257 | <fieldValue name='rotation' value='-19.86243 0 -9.45244 2.22518'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='ballRadius' value='0.02'/> |
2260 | <fieldValue name='traceEnabled' value='false'/> |
2261 | <fieldValue name='displayMode'/> |
2262 | <fieldValue name='transparency' value='0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Arc'> |
2265 | <fieldValue name='cylinderHeight' value='0.34790'/> |
2266 | <fieldValue name='cylinderTranslation' value='0.53713 0.12510 2.41628'/> |
2267 | <fieldValue name='coneTranslation' value='0.53943 0.13421 2.40597'/> |
2268 | <fieldValue name='rotation' value='-25.71355 0 -5.74639 0.85922'/> |
2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2270 | <fieldValue name='ballRadius' value='0.02'/> |
2271 | <fieldValue name='traceEnabled' value='false'/> |
2272 | <fieldValue name='displayMode'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | </ProtoInstance> |
2275 | <ProtoInstance name='Arc'> |
2276 | <fieldValue name='cylinderHeight' value='0.24455'/> |
2277 | <fieldValue name='cylinderTranslation' value='0.42491 -0.03135 2.62323'/> |
2278 | <fieldValue name='coneTranslation' value='0.45067 -0.01813 2.59904'/> |
2279 | <fieldValue name='rotation' value='15.67630 -0.00000 16.69761 1.92896'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='0.33440'/> |
2288 | <fieldValue name='cylinderTranslation' value='0.56398 0.11098 2.42249'/> |
2289 | <fieldValue name='coneTranslation' value='0.56638 0.11526 2.41722'/> |
2290 | <fieldValue name='rotation' value='-24.47195 0 -11.11733 0.93366'/> |
2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2292 | <fieldValue name='ballRadius' value='0.02'/> |
2293 | <fieldValue name='traceEnabled' value='false'/> |
2294 | <fieldValue name='displayMode'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Arc'> |
2298 | <fieldValue name='cylinderHeight' value='0.78753'/> |
2299 | <fieldValue name='cylinderTranslation' value='0.91817 0.08809 2.52579'/> |
2300 | <fieldValue name='coneTranslation' value='0.74090 0.16073 2.39182'/> |
2301 | <fieldValue name='rotation' value='-45.13213 0 59.71950 1.25485'/> |
2302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2303 | <fieldValue name='ballRadius' value='0.02'/> |
2304 | <fieldValue name='traceEnabled' value='false'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='transparency' value='0'/> |
2307 | </ProtoInstance> |
2308 | <ProtoInstance name='Arc'> |
2309 | <fieldValue name='cylinderHeight' value='0.00003'/> |
2310 | <fieldValue name='cylinderTranslation' value='-1.25364 -2.39696 -0.82270'/> |
2311 | <fieldValue name='coneTranslation' value='-1.22026 -2.55045 -0.79229'/> |
2312 | <fieldValue name='rotation' value='-0.00055 0 0.00061 0.28606'/> |
2313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2314 | <fieldValue name='ballRadius' value='0.02'/> |
2315 | <fieldValue name='traceEnabled' value='false'/> |
2316 | <fieldValue name='displayMode'/> |
2317 | <fieldValue name='transparency' value='0'/> |
2318 | </ProtoInstance> |
2319 | <ProtoInstance name='Arc'> |
2320 | <fieldValue name='cylinderHeight' value='0.44117'/> |
2321 | <fieldValue name='cylinderTranslation' value='-1.31170 1.55960 -2.37873'/> |
2322 | <fieldValue name='coneTranslation' value='-1.29611 1.61404 -2.35717'/> |
2323 | <fieldValue name='rotation' value='15.69896 0 -11.34987 0.45460'/> |
2324 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2325 | <fieldValue name='ballRadius' value='0.02'/> |
2326 | <fieldValue name='traceEnabled' value='false'/> |
2327 | <fieldValue name='displayMode'/> |
2328 | <fieldValue name='transparency' value='0'/> |
2329 | </ProtoInstance> |
2330 | <ProtoInstance name='Arc'> |
2331 | <fieldValue name='cylinderHeight' value='0.78658'/> |
2332 | <fieldValue name='cylinderTranslation' value='0.12265 0.04906 2.51506'/> |
2333 | <fieldValue name='coneTranslation' value='-0.05217 -0.04414 2.63825'/> |
2334 | <fieldValue name='rotation' value='41.53608 -0.00000 58.94562 1.98173'/> |
2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2336 | <fieldValue name='ballRadius' value='0.02'/> |
2337 | <fieldValue name='traceEnabled' value='false'/> |
2338 | <fieldValue name='displayMode'/> |
2339 | <fieldValue name='transparency' value='0'/> |
2340 | </ProtoInstance> |
2341 | <ProtoInstance name='Arc'> |
2342 | <fieldValue name='cylinderHeight' value='0.15327'/> |
2343 | <fieldValue name='cylinderTranslation' value='0.49162 0.22243 2.29754'/> |
2344 | <fieldValue name='coneTranslation' value='0.41086 0.20473 2.30824'/> |
2345 | <fieldValue name='rotation' value='-1.96662 0 -14.84798 1.35689'/> |
2346 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2347 | <fieldValue name='ballRadius' value='0.02'/> |
2348 | <fieldValue name='traceEnabled' value='false'/> |
2349 | <fieldValue name='displayMode'/> |
2350 | <fieldValue name='transparency' value='0'/> |
2351 | </ProtoInstance> |
2352 | <ProtoInstance name='Arc'> |
2353 | <fieldValue name='cylinderHeight' value='0.48970'/> |
2354 | <fieldValue name='cylinderTranslation' value='0.37940 0.06597 2.50449'/> |
2355 | <fieldValue name='coneTranslation' value='0.36624 0.01739 2.57280'/> |
2356 | <fieldValue name='rotation' value='39.42324 -0.00000 7.59601 2.18042'/> |
2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2358 | <fieldValue name='ballRadius' value='0.02'/> |
2359 | <fieldValue name='traceEnabled' value='false'/> |
2360 | <fieldValue name='displayMode'/> |
2361 | <fieldValue name='transparency' value='0'/> |
2362 | </ProtoInstance> |
2363 | <ProtoInstance name='Arc'> |
2364 | <fieldValue name='cylinderHeight' value='0.20236'/> |
2365 | <fieldValue name='cylinderTranslation' value='0.51848 0.20830 2.30375'/> |
2366 | <fieldValue name='coneTranslation' value='0.45971 0.20706 2.30586'/> |
2367 | <fieldValue name='rotation' value='-0.72502 0 -20.21893 1.54965'/> |
2368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2369 | <fieldValue name='ballRadius' value='0.02'/> |
2370 | <fieldValue name='traceEnabled' value='false'/> |
2371 | <fieldValue name='displayMode'/> |
2372 | <fieldValue name='transparency' value='0'/> |
2373 | </ProtoInstance> |
2374 | <ProtoInstance name='Arc'> |
2375 | <fieldValue name='cylinderHeight' value='0.80746'/> |
2376 | <fieldValue name='cylinderTranslation' value='0.04556 0.12952 2.44474'/> |
2377 | <fieldValue name='coneTranslation' value='-0.17891 0.08325 2.52767'/> |
2378 | <fieldValue name='rotation' value='27.47368 -0.00000 74.36479 1.76180'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.82391'/> |
2387 | <fieldValue name='cylinderTranslation' value='0.01848 0.25288 2.39901'/> |
2388 | <fieldValue name='coneTranslation' value='-0.22550 0.28145 2.45506'/> |
2389 | <fieldValue name='rotation' value='18.32762 -0.00000 79.78106 1.45715'/> |
2390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2391 | <fieldValue name='ballRadius' value='0.02'/> |
2392 | <fieldValue name='traceEnabled' value='false'/> |
2393 | <fieldValue name='displayMode'/> |
2394 | <fieldValue name='transparency' value='0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Arc'> |
2397 | <fieldValue name='cylinderHeight' value='0.50134'/> |
2398 | <fieldValue name='cylinderTranslation' value='0.78079 0.18552 2.49045'/> |
2399 | <fieldValue name='coneTranslation' value='0.72248 0.19453 2.42160'/> |
2400 | <fieldValue name='rotation' value='-38.06396 0 32.24438 1.47120'/> |
2401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2402 | <fieldValue name='ballRadius' value='0.02'/> |
2403 | <fieldValue name='traceEnabled' value='false'/> |
2404 | <fieldValue name='displayMode'/> |
2405 | <fieldValue name='transparency' value='0'/> |
2406 | </ProtoInstance> |
2407 | <ProtoInstance name='Arc'> |
2408 | <fieldValue name='cylinderHeight' value='0.41701'/> |
2409 | <fieldValue name='cylinderTranslation' value='-0.78863 1.63561 -2.61746'/> |
2410 | <fieldValue name='coneTranslation' value='-0.78606 1.59605 -2.64541'/> |
2411 | <fieldValue name='rotation' value='-24.02565 0 -2.20953 2.52461'/> |
2412 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2413 | <fieldValue name='ballRadius' value='0.02'/> |
2414 | <fieldValue name='traceEnabled' value='false'/> |
2415 | <fieldValue name='displayMode'/> |
2416 | <fieldValue name='transparency' value='0'/> |
2417 | </ProtoInstance> |
2418 | <ProtoInstance name='Vertex'> |
2419 | <fieldValue name='vertexText' value='"2010-02-13-BLOGS.STATE.GOV-INDEX.PHP"'/> |
2420 | <fieldValue name='description' value='1: 2010-02-13-BLOGS.STATE.GOV-INDEX.PHP'/> |
2421 | <fieldValue name='url'/> |
2422 | <fieldValue name='radius' value='0.1500'/> |
2423 | <fieldValue name='displayMode'/> |
2424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2425 | <fieldValue name='transparency' value='0'/> |
2426 | <fieldValue name='translation' value='-0.95924 2.12581 -2.02341'/> |
2427 | <fieldValue name='textTranslation' value='-0.80924 2.12581 -2.02341'/> |
2428 | <fieldValue name='textColor' value='0 0 0'/> |
2429 | </ProtoInstance> |
2430 | <ProtoInstance name='Vertex'> |
2431 | <fieldValue name='vertexText' value='"2010-02-13-FACEBOOK.COM-USSVINSON"'/> |
2432 | <fieldValue name='description' value='2: 2010-02-13-FACEBOOK.COM-USSVINSON'/> |
2433 | <fieldValue name='url'/> |
2434 | <fieldValue name='radius' value='0.1500'/> |
2435 | <fieldValue name='displayMode'/> |
2436 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2437 | <fieldValue name='transparency' value='0'/> |
2438 | <fieldValue name='translation' value='2.45575 1.87740 -1.40394'/> |
2439 | <fieldValue name='textTranslation' value='2.60575 1.87740 -1.40394'/> |
2440 | <fieldValue name='textColor' value='0 0 0'/> |
2441 | </ProtoInstance> |
2442 | <ProtoInstance name='Vertex'> |
2443 | <fieldValue name='vertexText' value='"2010-02-13-SOUTHCOM.MIL-APPSSC"'/> |
2444 | <fieldValue name='description' value='3: 2010-02-13-SOUTHCOM.MIL-APPSSC'/> |
2445 | <fieldValue name='url'/> |
2446 | <fieldValue name='radius' value='0.1500'/> |
2447 | <fieldValue name='displayMode'/> |
2448 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2449 | <fieldValue name='transparency' value='0'/> |
2450 | <fieldValue name='translation' value='1.12798 -1.93276 0.14996'/> |
2451 | <fieldValue name='textTranslation' value='1.27798 -1.93276 0.14996'/> |
2452 | <fieldValue name='textColor' value='0 0 0'/> |
2453 | </ProtoInstance> |
2454 | <ProtoInstance name='Vertex'> |
2455 | <fieldValue name='vertexText' value='"2010-02-13-USCG.MIL-COMDT"'/> |
2456 | <fieldValue name='description' value='4: 2010-02-13-USCG.MIL-COMDT'/> |
2457 | <fieldValue name='url'/> |
2458 | <fieldValue name='radius' value='0.1500'/> |
2459 | <fieldValue name='displayMode'/> |
2460 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2461 | <fieldValue name='transparency' value='0'/> |
2462 | <fieldValue name='translation' value='-0.20834 -2.34242 -0.96344'/> |
2463 | <fieldValue name='textTranslation' value='-0.05834 -2.34242 -0.96344'/> |
2464 | <fieldValue name='textColor' value='0 0 0'/> |
2465 | </ProtoInstance> |
2466 | <ProtoInstance name='Vertex'> |
2467 | <fieldValue name='vertexText' value='"2010-02-13-YOUTUBE.COM-WATCH"'/> |
2468 | <fieldValue name='description' value='5: 2010-02-13-YOUTUBE.COM-WATCH'/> |
2469 | <fieldValue name='url'/> |
2470 | <fieldValue name='radius' value='0.1500'/> |
2471 | <fieldValue name='displayMode'/> |
2472 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2473 | <fieldValue name='transparency' value='0'/> |
2474 | <fieldValue name='translation' value='0.58226 0.24893 2.21035'/> |
2475 | <fieldValue name='textTranslation' value='0.73226 0.24893 2.21035'/> |
2476 | <fieldValue name='textColor' value='0 0 0'/> |
2477 | </ProtoInstance> |
2478 | <ProtoInstance name='Vertex'> |
2479 | <fieldValue name='vertexText' value=' "Haiti/2010-02-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-13.simple" '/> |
2480 | <fieldValue name='description' value='6: Haiti/2010-02-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-13.simple'/> |
2481 | <fieldValue name='url'/> |
2482 | <fieldValue name='radius' value='0.1500'/> |
2483 | <fieldValue name='displayMode'/> |
2484 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2485 | <fieldValue name='transparency' value='0'/> |
2486 | <fieldValue name='translation' value='-2.75202 0.41031 0.49560'/> |
2487 | <fieldValue name='textTranslation' value='-2.60202 0.41031 0.49560'/> |
2488 | <fieldValue name='textColor' value='0 0 0'/> |
2489 | </ProtoInstance> |
2490 | <ProtoInstance name='Vertex'> |
2491 | <fieldValue name='vertexText' value='"access"'/> |
2492 | <fieldValue name='description' value='7: access'/> |
2493 | <fieldValue name='url'/> |
2494 | <fieldValue name='radius' value='0.1500'/> |
2495 | <fieldValue name='displayMode'/> |
2496 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2497 | <fieldValue name='transparency' value='0'/> |
2498 | <fieldValue name='translation' value='1.65971 -2.22120 -0.00021'/> |
2499 | <fieldValue name='textTranslation' value='1.80971 -2.22120 -0.00021'/> |
2500 | <fieldValue name='textColor' value='0 0 0'/> |
2501 | </ProtoInstance> |
2502 | <ProtoInstance name='Vertex'> |
2503 | <fieldValue name='vertexText' value='"aerial"'/> |
2504 | <fieldValue name='description' value='8: aerial'/> |
2505 | <fieldValue name='url'/> |
2506 | <fieldValue name='radius' value='0.1500'/> |
2507 | <fieldValue name='displayMode'/> |
2508 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2509 | <fieldValue name='transparency' value='0'/> |
2510 | <fieldValue name='translation' value='0.58727 0.55078 2.69577'/> |
2511 | <fieldValue name='textTranslation' value='0.73727 0.55078 2.69577'/> |
2512 | <fieldValue name='textColor' value='0 0 0'/> |
2513 | </ProtoInstance> |
2514 | <ProtoInstance name='Vertex'> |
2515 | <fieldValue name='vertexText' value='"africa"'/> |
2516 | <fieldValue name='description' value='9: africa'/> |
2517 | <fieldValue name='url'/> |
2518 | <fieldValue name='radius' value='0.1500'/> |
2519 | <fieldValue name='displayMode'/> |
2520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2521 | <fieldValue name='transparency' value='0'/> |
2522 | <fieldValue name='translation' value='-0.90044 2.02547 -2.42672'/> |
2523 | <fieldValue name='textTranslation' value='-0.75044 2.02547 -2.42672'/> |
2524 | <fieldValue name='textColor' value='0 0 0'/> |
2525 | </ProtoInstance> |
2526 | <ProtoInstance name='Vertex'> |
2527 | <fieldValue name='vertexText' value='"air"'/> |
2528 | <fieldValue name='description' value='10: air'/> |
2529 | <fieldValue name='url'/> |
2530 | <fieldValue name='radius' value='0.1500'/> |
2531 | <fieldValue name='displayMode'/> |
2532 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2533 | <fieldValue name='transparency' value='0'/> |
2534 | <fieldValue name='translation' value='1.06072 -2.22467 0.37321'/> |
2535 | <fieldValue name='textTranslation' value='1.21072 -2.22467 0.37321'/> |
2536 | <fieldValue name='textColor' value='0 0 0'/> |
2537 | </ProtoInstance> |
2538 | <ProtoInstance name='Vertex'> |
2539 | <fieldValue name='vertexText' value='"aircraft"'/> |
2540 | <fieldValue name='description' value='11: aircraft'/> |
2541 | <fieldValue name='url'/> |
2542 | <fieldValue name='radius' value='0.1500'/> |
2543 | <fieldValue name='displayMode'/> |
2544 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2545 | <fieldValue name='transparency' value='0'/> |
2546 | <fieldValue name='translation' value='1.76604 -1.96884 -0.89795'/> |
2547 | <fieldValue name='textTranslation' value='1.91604 -1.96884 -0.89795'/> |
2548 | <fieldValue name='textColor' value='0 0 0'/> |
2549 | </ProtoInstance> |
2550 | <ProtoInstance name='Vertex'> |
2551 | <fieldValue name='vertexText' value='"airport"'/> |
2552 | <fieldValue name='description' value='12: airport'/> |
2553 | <fieldValue name='url'/> |
2554 | <fieldValue name='radius' value='0.1500'/> |
2555 | <fieldValue name='displayMode'/> |
2556 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2557 | <fieldValue name='transparency' value='0'/> |
2558 | <fieldValue name='translation' value='1.22849 -2.28966 -0.45728'/> |
2559 | <fieldValue name='textTranslation' value='1.37849 -2.28966 -0.45728'/> |
2560 | <fieldValue name='textColor' value='0 0 0'/> |
2561 | </ProtoInstance> |
2562 | <ProtoInstance name='Vertex'> |
2563 | <fieldValue name='vertexText' value='"allen"'/> |
2564 | <fieldValue name='description' value='13: allen'/> |
2565 | <fieldValue name='url'/> |
2566 | <fieldValue name='radius' value='0.1500'/> |
2567 | <fieldValue name='displayMode'/> |
2568 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2569 | <fieldValue name='transparency' value='0'/> |
2570 | <fieldValue name='translation' value='-0.41575 -2.17564 -2.00309'/> |
2571 | <fieldValue name='textTranslation' value='-0.26575 -2.17564 -2.00309'/> |
2572 | <fieldValue name='textColor' value='0 0 0'/> |
2573 | </ProtoInstance> |
2574 | <ProtoInstance name='Vertex'> |
2575 | <fieldValue name='vertexText' value='"amazing"'/> |
2576 | <fieldValue name='description' value='14: amazing'/> |
2577 | <fieldValue name='url'/> |
2578 | <fieldValue name='radius' value='0.1500'/> |
2579 | <fieldValue name='displayMode'/> |
2580 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2581 | <fieldValue name='transparency' value='0'/> |
2582 | <fieldValue name='translation' value='2.31665 2.23720 -1.04019'/> |
2583 | <fieldValue name='textTranslation' value='2.46665 2.23720 -1.04019'/> |
2584 | <fieldValue name='textColor' value='0 0 0'/> |
2585 | </ProtoInstance> |
2586 | <ProtoInstance name='Vertex'> |
2587 | <fieldValue name='vertexText' value='"americas"'/> |
2588 | <fieldValue name='description' value='15: americas'/> |
2589 | <fieldValue name='url'/> |
2590 | <fieldValue name='radius' value='0.1500'/> |
2591 | <fieldValue name='displayMode'/> |
2592 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2593 | <fieldValue name='transparency' value='0'/> |
2594 | <fieldValue name='translation' value='-0.18702 2.69018 -1.70780'/> |
2595 | <fieldValue name='textTranslation' value='-0.03702 2.69018 -1.70780'/> |
2596 | <fieldValue name='textColor' value='0 0 0'/> |
2597 | </ProtoInstance> |
2598 | <ProtoInstance name='Vertex'> |
2599 | <fieldValue name='vertexText' value='"army"'/> |
2600 | <fieldValue name='description' value='16: army'/> |
2601 | <fieldValue name='url'/> |
2602 | <fieldValue name='radius' value='0.1500'/> |
2603 | <fieldValue name='displayMode'/> |
2604 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2605 | <fieldValue name='transparency' value='0'/> |
2606 | <fieldValue name='translation' value='1.14395 -2.54810 0.20234'/> |
2607 | <fieldValue name='textTranslation' value='1.29395 -2.54810 0.20234'/> |
2608 | <fieldValue name='textColor' value='0 0 0'/> |
2609 | </ProtoInstance> |
2610 | <ProtoInstance name='Vertex'> |
2611 | <fieldValue name='vertexText' value='"asia"'/> |
2612 | <fieldValue name='description' value='17: asia'/> |
2613 | <fieldValue name='url'/> |
2614 | <fieldValue name='radius' value='0.1500'/> |
2615 | <fieldValue name='displayMode'/> |
2616 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2617 | <fieldValue name='transparency' value='0'/> |
2618 | <fieldValue name='translation' value='-1.03613 2.20443 -1.97058'/> |
2619 | <fieldValue name='textTranslation' value='-0.88613 2.20443 -1.97058'/> |
2620 | <fieldValue name='textColor' value='0 0 0'/> |
2621 | </ProtoInstance> |
2622 | <ProtoInstance name='Vertex'> |
2623 | <fieldValue name='vertexText' value='"assistance"'/> |
2624 | <fieldValue name='description' value='18: assistance'/> |
2625 | <fieldValue name='url'/> |
2626 | <fieldValue name='radius' value='0.1500'/> |
2627 | <fieldValue name='displayMode'/> |
2628 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2629 | <fieldValue name='transparency' value='0'/> |
2630 | <fieldValue name='translation' value='0.86076 -0.87911 1.18734'/> |
2631 | <fieldValue name='textTranslation' value='1.01076 -0.87911 1.18734'/> |
2632 | <fieldValue name='textColor' value='0 0 0'/> |
2633 | </ProtoInstance> |
2634 | <ProtoInstance name='Vertex'> |
2635 | <fieldValue name='vertexText' value='"attend"'/> |
2636 | <fieldValue name='description' value='19: attend'/> |
2637 | <fieldValue name='url'/> |
2638 | <fieldValue name='radius' value='0.1500'/> |
2639 | <fieldValue name='displayMode'/> |
2640 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2641 | <fieldValue name='transparency' value='0'/> |
2642 | <fieldValue name='translation' value='-0.90776 -2.65415 -1.35702'/> |
2643 | <fieldValue name='textTranslation' value='-0.75776 -2.65415 -1.35702'/> |
2644 | <fieldValue name='textColor' value='0 0 0'/> |
2645 | </ProtoInstance> |
2646 | <ProtoInstance name='Vertex'> |
2647 | <fieldValue name='vertexText' value='"beach"'/> |
2648 | <fieldValue name='description' value='20: beach'/> |
2649 | <fieldValue name='url'/> |
2650 | <fieldValue name='radius' value='0.1500'/> |
2651 | <fieldValue name='displayMode'/> |
2652 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2653 | <fieldValue name='transparency' value='0'/> |
2654 | <fieldValue name='translation' value='-0.16628 1.14661 2.24316'/> |
2655 | <fieldValue name='textTranslation' value='-0.01628 1.14661 2.24316'/> |
2656 | <fieldValue name='textColor' value='0 0 0'/> |
2657 | </ProtoInstance> |
2658 | <ProtoInstance name='Vertex'> |
2659 | <fieldValue name='vertexText' value='"boarding"'/> |
2660 | <fieldValue name='description' value='21: boarding'/> |
2661 | <fieldValue name='url'/> |
2662 | <fieldValue name='radius' value='0.1500'/> |
2663 | <fieldValue name='displayMode'/> |
2664 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2665 | <fieldValue name='transparency' value='0'/> |
2666 | <fieldValue name='translation' value='-0.24562 0.54101 2.61018'/> |
2667 | <fieldValue name='textTranslation' value='-0.09562 0.54101 2.61018'/> |
2668 | <fieldValue name='textColor' value='0 0 0'/> |
2669 | </ProtoInstance> |
2670 | <ProtoInstance name='Vertex'> |
2671 | <fieldValue name='vertexText' value='"brown"'/> |
2672 | <fieldValue name='description' value='22: brown'/> |
2673 | <fieldValue name='url'/> |
2674 | <fieldValue name='radius' value='0.1500'/> |
2675 | <fieldValue name='displayMode'/> |
2676 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2677 | <fieldValue name='transparency' value='0'/> |
2678 | <fieldValue name='translation' value='1.41675 0.79182 2.23679'/> |
2679 | <fieldValue name='textTranslation' value='1.56675 0.79182 2.23679'/> |
2680 | <fieldValue name='textColor' value='0 0 0'/> |
2681 | </ProtoInstance> |
2682 | <ProtoInstance name='Vertex'> |
2683 | <fieldValue name='vertexText' value='"camps"'/> |
2684 | <fieldValue name='description' value='23: camps'/> |
2685 | <fieldValue name='url'/> |
2686 | <fieldValue name='radius' value='0.1500'/> |
2687 | <fieldValue name='displayMode'/> |
2688 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2689 | <fieldValue name='transparency' value='0'/> |
2690 | <fieldValue name='translation' value='0.32049 0.71132 2.49787'/> |
2691 | <fieldValue name='textTranslation' value='0.47049 0.71132 2.49787'/> |
2692 | <fieldValue name='textColor' value='0 0 0'/> |
2693 | </ProtoInstance> |
2694 | <ProtoInstance name='Vertex'> |
2695 | <fieldValue name='vertexText' value='"cape"'/> |
2696 | <fieldValue name='description' value='24: cape'/> |
2697 | <fieldValue name='url'/> |
2698 | <fieldValue name='radius' value='0.1500'/> |
2699 | <fieldValue name='displayMode'/> |
2700 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2701 | <fieldValue name='transparency' value='0'/> |
2702 | <fieldValue name='translation' value='2.03469 -1.64860 -0.64177'/> |
2703 | <fieldValue name='textTranslation' value='2.18469 -1.64860 -0.64177'/> |
2704 | <fieldValue name='textColor' value='0 0 0'/> |
2705 | </ProtoInstance> |
2706 | <ProtoInstance name='Vertex'> |
2707 | <fieldValue name='vertexText' value='"carl"'/> |
2708 | <fieldValue name='description' value='25: carl'/> |
2709 | <fieldValue name='url'/> |
2710 | <fieldValue name='radius' value='0.1500'/> |
2711 | <fieldValue name='displayMode'/> |
2712 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2713 | <fieldValue name='transparency' value='0'/> |
2714 | <fieldValue name='translation' value='2.43908 1.77186 -1.60827'/> |
2715 | <fieldValue name='textTranslation' value='2.58908 1.77186 -1.60827'/> |
2716 | <fieldValue name='textColor' value='0 0 0'/> |
2717 | </ProtoInstance> |
2718 | <ProtoInstance name='Vertex'> |
2719 | <fieldValue name='vertexText' value='"center"'/> |
2720 | <fieldValue name='description' value='26: center'/> |
2721 | <fieldValue name='url'/> |
2722 | <fieldValue name='radius' value='0.1500'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2725 | <fieldValue name='transparency' value='0'/> |
2726 | <fieldValue name='translation' value='1.41136 -1.59054 -0.39222'/> |
2727 | <fieldValue name='textTranslation' value='1.56136 -1.59054 -0.39222'/> |
2728 | <fieldValue name='textColor' value='0 0 0'/> |
2729 | </ProtoInstance> |
2730 | <ProtoInstance name='Vertex'> |
2731 | <fieldValue name='vertexText' value='"central"'/> |
2732 | <fieldValue name='description' value='27: central'/> |
2733 | <fieldValue name='url'/> |
2734 | <fieldValue name='radius' value='0.1500'/> |
2735 | <fieldValue name='displayMode'/> |
2736 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2737 | <fieldValue name='transparency' value='0'/> |
2738 | <fieldValue name='translation' value='-1.34622 2.18163 -1.87968'/> |
2739 | <fieldValue name='textTranslation' value='-1.19622 2.18163 -1.87968'/> |
2740 | <fieldValue name='textColor' value='0 0 0'/> |
2741 | </ProtoInstance> |
2742 | <ProtoInstance name='Vertex'> |
2743 | <fieldValue name='vertexText' value='"channels"'/> |
2744 | <fieldValue name='description' value='28: channels'/> |
2745 | <fieldValue name='url'/> |
2746 | <fieldValue name='radius' value='0.1500'/> |
2747 | <fieldValue name='displayMode'/> |
2748 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2749 | <fieldValue name='transparency' value='0'/> |
2750 | <fieldValue name='translation' value='-1.14591 1.87712 -2.36424'/> |
2751 | <fieldValue name='textTranslation' value='-0.99591 1.87712 -2.36424'/> |
2752 | <fieldValue name='textColor' value='0 0 0'/> |
2753 | </ProtoInstance> |
2754 | <ProtoInstance name='Vertex'> |
2755 | <fieldValue name='vertexText' value='"class"'/> |
2756 | <fieldValue name='description' value='29: class'/> |
2757 | <fieldValue name='url'/> |
2758 | <fieldValue name='radius' value='0.1500'/> |
2759 | <fieldValue name='displayMode'/> |
2760 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2761 | <fieldValue name='transparency' value='0'/> |
2762 | <fieldValue name='translation' value='-0.99285 -2.04542 -1.64956'/> |
2763 | <fieldValue name='textTranslation' value='-0.84285 -2.04542 -1.64956'/> |
2764 | <fieldValue name='textColor' value='0 0 0'/> |
2765 | </ProtoInstance> |
2766 | <ProtoInstance name='Vertex'> |
2767 | <fieldValue name='vertexText' value='"coast"'/> |
2768 | <fieldValue name='description' value='30: coast'/> |
2769 | <fieldValue name='url'/> |
2770 | <fieldValue name='radius' value='0.1500'/> |
2771 | <fieldValue name='displayMode'/> |
2772 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2773 | <fieldValue name='transparency' value='0'/> |
2774 | <fieldValue name='translation' value='0.25916 -2.20333 -0.58683'/> |
2775 | <fieldValue name='textTranslation' value='0.40916 -2.20333 -0.58683'/> |
2776 | <fieldValue name='textColor' value='0 0 0'/> |
2777 | </ProtoInstance> |
2778 | <ProtoInstance name='Vertex'> |
2779 | <fieldValue name='vertexText' value='"commandant"'/> |
2780 | <fieldValue name='description' value='31: commandant'/> |
2781 | <fieldValue name='url'/> |
2782 | <fieldValue name='radius' value='0.1500'/> |
2783 | <fieldValue name='displayMode'/> |
2784 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2785 | <fieldValue name='transparency' value='0'/> |
2786 | <fieldValue name='translation' value='-0.07316 -2.56474 -1.22117'/> |
2787 | <fieldValue name='textTranslation' value='0.07684 -2.56474 -1.22117'/> |
2788 | <fieldValue name='textColor' value='0 0 0'/> |
2789 | </ProtoInstance> |
2790 | <ProtoInstance name='Vertex'> |
2791 | <fieldValue name='vertexText' value='"commander"'/> |
2792 | <fieldValue name='description' value='32: commander'/> |
2793 | <fieldValue name='url'/> |
2794 | <fieldValue name='radius' value='0.1500'/> |
2795 | <fieldValue name='displayMode'/> |
2796 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2797 | <fieldValue name='transparency' value='0'/> |
2798 | <fieldValue name='translation' value='1.73751 -1.62125 0.15128'/> |
2799 | <fieldValue name='textTranslation' value='1.88751 -1.62125 0.15128'/> |
2800 | <fieldValue name='textColor' value='0 0 0'/> |
2801 | </ProtoInstance> |
2802 | <ProtoInstance name='Vertex'> |
2803 | <fieldValue name='vertexText' value='"commands"'/> |
2804 | <fieldValue name='description' value='33: commands'/> |
2805 | <fieldValue name='url'/> |
2806 | <fieldValue name='radius' value='0.1500'/> |
2807 | <fieldValue name='displayMode'/> |
2808 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2809 | <fieldValue name='transparency' value='0'/> |
2810 | <fieldValue name='translation' value='1.66819 -1.55533 -0.03566'/> |
2811 | <fieldValue name='textTranslation' value='1.81819 -1.55533 -0.03566'/> |
2812 | <fieldValue name='textColor' value='0 0 0'/> |
2813 | </ProtoInstance> |
2814 | <ProtoInstance name='Vertex'> |
2815 | <fieldValue name='vertexText' value='"conduct"'/> |
2816 | <fieldValue name='description' value='34: conduct'/> |
2817 | <fieldValue name='url'/> |
2818 | <fieldValue name='radius' value='0.1500'/> |
2819 | <fieldValue name='displayMode'/> |
2820 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2821 | <fieldValue name='transparency' value='0'/> |
2822 | <fieldValue name='translation' value='1.79412 -1.96200 0.35931'/> |
2823 | <fieldValue name='textTranslation' value='1.94412 -1.96200 0.35931'/> |
2824 | <fieldValue name='textColor' value='0 0 0'/> |
2825 | </ProtoInstance> |
2826 | <ProtoInstance name='Vertex'> |
2827 | <fieldValue name='vertexText' value='"conference"'/> |
2828 | <fieldValue name='description' value='35: conference'/> |
2829 | <fieldValue name='url'/> |
2830 | <fieldValue name='radius' value='0.1500'/> |
2831 | <fieldValue name='displayMode'/> |
2832 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2833 | <fieldValue name='transparency' value='0'/> |
2834 | <fieldValue name='translation' value='1.05720 -1.57903 0.72871'/> |
2835 | <fieldValue name='textTranslation' value='1.20720 -1.57903 0.72871'/> |
2836 | <fieldValue name='textColor' value='0 0 0'/> |
2837 | </ProtoInstance> |
2838 | <ProtoInstance name='Vertex'> |
2839 | <fieldValue name='vertexText' value='"corps"'/> |
2840 | <fieldValue name='description' value='36: corps'/> |
2841 | <fieldValue name='url'/> |
2842 | <fieldValue name='radius' value='0.1500'/> |
2843 | <fieldValue name='displayMode'/> |
2844 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2845 | <fieldValue name='transparency' value='0'/> |
2846 | <fieldValue name='translation' value='0.73594 -2.34257 0.51768'/> |
2847 | <fieldValue name='textTranslation' value='0.88594 -2.34257 0.51768'/> |
2848 | <fieldValue name='textColor' value='0 0 0'/> |
2849 | </ProtoInstance> |
2850 | <ProtoInstance name='Vertex'> |
2851 | <fieldValue name='vertexText' value='"countries"'/> |
2852 | <fieldValue name='description' value='37: countries'/> |
2853 | <fieldValue name='url'/> |
2854 | <fieldValue name='radius' value='0.1500'/> |
2855 | <fieldValue name='displayMode'/> |
2856 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2857 | <fieldValue name='transparency' value='0'/> |
2858 | <fieldValue name='translation' value='-0.18522 2.68902 -1.71015'/> |
2859 | <fieldValue name='textTranslation' value='-0.03522 2.68902 -1.71015'/> |
2860 | <fieldValue name='textColor' value='0 0 0'/> |
2861 | </ProtoInstance> |
2862 | <ProtoInstance name='Vertex'> |
2863 | <fieldValue name='vertexText' value='"customize"'/> |
2864 | <fieldValue name='description' value='38: customize'/> |
2865 | <fieldValue name='url'/> |
2866 | <fieldValue name='radius' value='0.1500'/> |
2867 | <fieldValue name='displayMode'/> |
2868 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2869 | <fieldValue name='transparency' value='0'/> |
2870 | <fieldValue name='translation' value='0.34365 1.38912 2.18158'/> |
2871 | <fieldValue name='textTranslation' value='0.49365 1.38912 2.18158'/> |
2872 | <fieldValue name='textColor' value='0 0 0'/> |
2873 | </ProtoInstance> |
2874 | <ProtoInstance name='Vertex'> |
2875 | <fieldValue name='vertexText' value='"cutter"'/> |
2876 | <fieldValue name='description' value='39: cutter'/> |
2877 | <fieldValue name='url'/> |
2878 | <fieldValue name='radius' value='0.1500'/> |
2879 | <fieldValue name='displayMode'/> |
2880 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2881 | <fieldValue name='transparency' value='0'/> |
2882 | <fieldValue name='translation' value='-0.28407 -2.62001 -0.87727'/> |
2883 | <fieldValue name='textTranslation' value='-0.13407 -2.62001 -0.87727'/> |
2884 | <fieldValue name='textColor' value='0 0 0'/> |
2885 | </ProtoInstance> |
2886 | <ProtoInstance name='Vertex'> |
2887 | <fieldValue name='vertexText' value='"departing"'/> |
2888 | <fieldValue name='description' value='40: departing'/> |
2889 | <fieldValue name='url'/> |
2890 | <fieldValue name='radius' value='0.1500'/> |
2891 | <fieldValue name='displayMode'/> |
2892 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2893 | <fieldValue name='transparency' value='0'/> |
2894 | <fieldValue name='translation' value='0.71161 0.60951 2.18519'/> |
2895 | <fieldValue name='textTranslation' value='0.86161 0.60951 2.18519'/> |
2896 | <fieldValue name='textColor' value='0 0 0'/> |
2897 | </ProtoInstance> |
2898 | <ProtoInstance name='Vertex'> |
2899 | <fieldValue name='vertexText' value='"dept"'/> |
2900 | <fieldValue name='description' value='41: dept'/> |
2901 | <fieldValue name='url'/> |
2902 | <fieldValue name='radius' value='0.1500'/> |
2903 | <fieldValue name='displayMode'/> |
2904 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2905 | <fieldValue name='transparency' value='0'/> |
2906 | <fieldValue name='translation' value='0.76479 -2.45711 -0.12633'/> |
2907 | <fieldValue name='textTranslation' value='0.91479 -2.45711 -0.12633'/> |
2908 | <fieldValue name='textColor' value='0 0 0'/> |
2909 | </ProtoInstance> |
2910 | <ProtoInstance name='Vertex'> |
2911 | <fieldValue name='vertexText' value='"diary"'/> |
2912 | <fieldValue name='description' value='42: diary'/> |
2913 | <fieldValue name='url'/> |
2914 | <fieldValue name='radius' value='0.1500'/> |
2915 | <fieldValue name='displayMode'/> |
2916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2917 | <fieldValue name='transparency' value='0'/> |
2918 | <fieldValue name='translation' value='-1.20532 2.54985 -1.19071'/> |
2919 | <fieldValue name='textTranslation' value='-1.05532 2.54985 -1.19071'/> |
2920 | <fieldValue name='textColor' value='0 0 0'/> |
2921 | </ProtoInstance> |
2922 | <ProtoInstance name='Vertex'> |
2923 | <fieldValue name='vertexText' value='"disaster"'/> |
2924 | <fieldValue name='description' value='43: disaster'/> |
2925 | <fieldValue name='url'/> |
2926 | <fieldValue name='radius' value='0.1500'/> |
2927 | <fieldValue name='displayMode'/> |
2928 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2929 | <fieldValue name='transparency' value='0'/> |
2930 | <fieldValue name='translation' value='0.76911 -0.32773 1.91379'/> |
2931 | <fieldValue name='textTranslation' value='0.91911 -0.32773 1.91379'/> |
2932 | <fieldValue name='textColor' value='0 0 0'/> |
2933 | </ProtoInstance> |
2934 | <ProtoInstance name='Vertex'> |
2935 | <fieldValue name='vertexText' value='"distributing"'/> |
2936 | <fieldValue name='description' value='44: distributing'/> |
2937 | <fieldValue name='url'/> |
2938 | <fieldValue name='radius' value='0.1500'/> |
2939 | <fieldValue name='displayMode'/> |
2940 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2941 | <fieldValue name='transparency' value='0'/> |
2942 | <fieldValue name='translation' value='0.26368 0.32622 2.37716'/> |
2943 | <fieldValue name='textTranslation' value='0.41368 0.32622 2.37716'/> |
2944 | <fieldValue name='textColor' value='0 0 0'/> |
2945 | </ProtoInstance> |
2946 | <ProtoInstance name='Vertex'> |
2947 | <fieldValue name='vertexText' value='"dominates"'/> |
2948 | <fieldValue name='description' value='45: dominates'/> |
2949 | <fieldValue name='url'/> |
2950 | <fieldValue name='radius' value='0.1500'/> |
2951 | <fieldValue name='displayMode'/> |
2952 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2953 | <fieldValue name='transparency' value='0'/> |
2954 | <fieldValue name='translation' value='-0.72511 2.74988 -1.25524'/> |
2955 | <fieldValue name='textTranslation' value='-0.57511 2.74988 -1.25524'/> |
2956 | <fieldValue name='textColor' value='0 0 0'/> |
2957 | </ProtoInstance> |
2958 | <ProtoInstance name='Vertex'> |
2959 | <fieldValue name='vertexText' value='"east"'/> |
2960 | <fieldValue name='description' value='46: east'/> |
2961 | <fieldValue name='url'/> |
2962 | <fieldValue name='radius' value='0.1500'/> |
2963 | <fieldValue name='displayMode'/> |
2964 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2965 | <fieldValue name='transparency' value='0'/> |
2966 | <fieldValue name='translation' value='-0.79548 2.22135 -2.30833'/> |
2967 | <fieldValue name='textTranslation' value='-0.64548 2.22135 -2.30833'/> |
2968 | <fieldValue name='textColor' value='0 0 0'/> |
2969 | </ProtoInstance> |
2970 | <ProtoInstance name='Vertex'> |
2971 | <fieldValue name='vertexText' value='"embed"'/> |
2972 | <fieldValue name='description' value='47: embed'/> |
2973 | <fieldValue name='url'/> |
2974 | <fieldValue name='radius' value='0.1500'/> |
2975 | <fieldValue name='displayMode'/> |
2976 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2977 | <fieldValue name='transparency' value='0'/> |
2978 | <fieldValue name='translation' value='0.34362 1.38905 2.18221'/> |
2979 | <fieldValue name='textTranslation' value='0.49362 1.38905 2.18221'/> |
2980 | <fieldValue name='textColor' value='0 0 0'/> |
2981 | </ProtoInstance> |
2982 | <ProtoInstance name='Vertex'> |
2983 | <fieldValue name='vertexText' value='"eurasia"'/> |
2984 | <fieldValue name='description' value='48: eurasia'/> |
2985 | <fieldValue name='url'/> |
2986 | <fieldValue name='radius' value='0.1500'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2989 | <fieldValue name='transparency' value='0'/> |
2990 | <fieldValue name='translation' value='-0.08019 2.42904 -2.17114'/> |
2991 | <fieldValue name='textTranslation' value='0.06981 2.42904 -2.17114'/> |
2992 | <fieldValue name='textColor' value='0 0 0'/> |
2993 | </ProtoInstance> |
2994 | <ProtoInstance name='Vertex'> |
2995 | <fieldValue name='vertexText' value='"europe"'/> |
2996 | <fieldValue name='description' value='49: europe'/> |
2997 | <fieldValue name='url'/> |
2998 | <fieldValue name='radius' value='0.1500'/> |
2999 | <fieldValue name='displayMode'/> |
3000 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3001 | <fieldValue name='transparency' value='0'/> |
3002 | <fieldValue name='translation' value='-0.52033 2.40513 -2.11122'/> |
3003 | <fieldValue name='textTranslation' value='-0.37033 2.40513 -2.11122'/> |
3004 | <fieldValue name='textColor' value='0 0 0'/> |
3005 | </ProtoInstance> |
3006 | <ProtoInstance name='Vertex'> |
3007 | <fieldValue name='vertexText' value='"force"'/> |
3008 | <fieldValue name='description' value='50: force'/> |
3009 | <fieldValue name='url'/> |
3010 | <fieldValue name='radius' value='0.1500'/> |
3011 | <fieldValue name='displayMode'/> |
3012 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3013 | <fieldValue name='transparency' value='0'/> |
3014 | <fieldValue name='translation' value='1.19295 -2.11221 0.12241'/> |
3015 | <fieldValue name='textTranslation' value='1.34295 -2.11221 0.12241'/> |
3016 | <fieldValue name='textColor' value='0 0 0'/> |
3017 | </ProtoInstance> |
3018 | <ProtoInstance name='Vertex'> |
3019 | <fieldValue name='vertexText' value='"gallery"'/> |
3020 | <fieldValue name='description' value='51: gallery'/> |
3021 | <fieldValue name='url'/> |
3022 | <fieldValue name='radius' value='0.1500'/> |
3023 | <fieldValue name='displayMode'/> |
3024 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3025 | <fieldValue name='transparency' value='0'/> |
3026 | <fieldValue name='translation' value='1.30537 -2.53049 0.20470'/> |
3027 | <fieldValue name='textTranslation' value='1.45537 -2.53049 0.20470'/> |
3028 | <fieldValue name='textColor' value='0 0 0'/> |
3029 | </ProtoInstance> |
3030 | <ProtoInstance name='Vertex'> |
3031 | <fieldValue name='vertexText' value='"games"'/> |
3032 | <fieldValue name='description' value='52: games'/> |
3033 | <fieldValue name='url'/> |
3034 | <fieldValue name='radius' value='0.1500'/> |
3035 | <fieldValue name='displayMode'/> |
3036 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3037 | <fieldValue name='transparency' value='0'/> |
3038 | <fieldValue name='translation' value='-0.10630 1.97741 -2.56269'/> |
3039 | <fieldValue name='textTranslation' value='0.04370 1.97741 -2.56269'/> |
3040 | <fieldValue name='textColor' value='0 0 0'/> |
3041 | </ProtoInstance> |
3042 | <ProtoInstance name='Vertex'> |
3043 | <fieldValue name='vertexText' value='"grace"'/> |
3044 | <fieldValue name='description' value='53: grace'/> |
3045 | <fieldValue name='url'/> |
3046 | <fieldValue name='radius' value='0.1500'/> |
3047 | <fieldValue name='displayMode'/> |
3048 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3049 | <fieldValue name='transparency' value='0'/> |
3050 | <fieldValue name='translation' value='2.32090 2.23443 -1.03512'/> |
3051 | <fieldValue name='textTranslation' value='2.47090 2.23443 -1.03512'/> |
3052 | <fieldValue name='textColor' value='0 0 0'/> |
3053 | </ProtoInstance> |
3054 | <ProtoInstance name='Vertex'> |
3055 | <fieldValue name='vertexText' value='"guard"'/> |
3056 | <fieldValue name='description' value='54: guard'/> |
3057 | <fieldValue name='url'/> |
3058 | <fieldValue name='radius' value='0.1500'/> |
3059 | <fieldValue name='displayMode'/> |
3060 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3061 | <fieldValue name='transparency' value='0'/> |
3062 | <fieldValue name='translation' value='0.30385 -2.19697 -0.51649'/> |
3063 | <fieldValue name='textTranslation' value='0.45385 -2.19697 -0.51649'/> |
3064 | <fieldValue name='textColor' value='0 0 0'/> |
3065 | </ProtoInstance> |
3066 | <ProtoInstance name='Vertex'> |
3067 | <fieldValue name='vertexText' value='"handling"'/> |
3068 | <fieldValue name='description' value='55: handling'/> |
3069 | <fieldValue name='url'/> |
3070 | <fieldValue name='radius' value='0.1500'/> |
3071 | <fieldValue name='displayMode'/> |
3072 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3073 | <fieldValue name='transparency' value='0'/> |
3074 | <fieldValue name='translation' value='0.87909 0.21211 2.70910'/> |
3075 | <fieldValue name='textTranslation' value='1.02909 0.21211 2.70910'/> |
3076 | <fieldValue name='textColor' value='0 0 0'/> |
3077 | </ProtoInstance> |
3078 | <ProtoInstance name='Vertex'> |
3079 | <fieldValue name='vertexText' value='"helicopter"'/> |
3080 | <fieldValue name='description' value='56: helicopter'/> |
3081 | <fieldValue name='url'/> |
3082 | <fieldValue name='radius' value='0.1500'/> |
3083 | <fieldValue name='displayMode'/> |
3084 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3085 | <fieldValue name='transparency' value='0'/> |
3086 | <fieldValue name='translation' value='0.65765 0.28034 2.23763'/> |
3087 | <fieldValue name='textTranslation' value='0.80765 0.28034 2.23763'/> |
3088 | <fieldValue name='textColor' value='0 0 0'/> |
3089 | </ProtoInstance> |
3090 | <ProtoInstance name='Vertex'> |
3091 | <fieldValue name='vertexText' value='"hemisphere"'/> |
3092 | <fieldValue name='description' value='57: hemisphere'/> |
3093 | <fieldValue name='url'/> |
3094 | <fieldValue name='radius' value='0.1500'/> |
3095 | <fieldValue name='displayMode'/> |
3096 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3097 | <fieldValue name='transparency' value='0'/> |
3098 | <fieldValue name='translation' value='-0.58627 1.57102 -2.75145'/> |
3099 | <fieldValue name='textTranslation' value='-0.43627 1.57102 -2.75145'/> |
3100 | <fieldValue name='textColor' value='0 0 0'/> |
3101 | </ProtoInstance> |
3102 | <ProtoInstance name='Vertex'> |
3103 | <fieldValue name='vertexText' value='"humanitarian"'/> |
3104 | <fieldValue name='description' value='58: humanitarian'/> |
3105 | <fieldValue name='url'/> |
3106 | <fieldValue name='radius' value='0.1500'/> |
3107 | <fieldValue name='displayMode'/> |
3108 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3109 | <fieldValue name='transparency' value='0'/> |
3110 | <fieldValue name='translation' value='0.76911 -0.32773 1.91379'/> |
3111 | <fieldValue name='textTranslation' value='0.91911 -0.32773 1.91379'/> |
3112 | <fieldValue name='textColor' value='0 0 0'/> |
3113 | </ProtoInstance> |
3114 | <ProtoInstance name='Vertex'> |
3115 | <fieldValue name='vertexText' value='"interpreter"'/> |
3116 | <fieldValue name='description' value='59: interpreter'/> |
3117 | <fieldValue name='url'/> |
3118 | <fieldValue name='radius' value='0.1500'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3121 | <fieldValue name='transparency' value='0'/> |
3122 | <fieldValue name='translation' value='1.14116 -1.50331 1.15431'/> |
3123 | <fieldValue name='textTranslation' value='1.29116 -1.50331 1.15431'/> |
3124 | <fieldValue name='textColor' value='0 0 0'/> |
3125 | </ProtoInstance> |
3126 | <ProtoInstance name='Vertex'> |
3127 | <fieldValue name='vertexText' value='"issues"'/> |
3128 | <fieldValue name='description' value='60: issues'/> |
3129 | <fieldValue name='url'/> |
3130 | <fieldValue name='radius' value='0.1500'/> |
3131 | <fieldValue name='displayMode'/> |
3132 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3133 | <fieldValue name='transparency' value='0'/> |
3134 | <fieldValue name='translation' value='-1.79673 1.66529 -1.67890'/> |
3135 | <fieldValue name='textTranslation' value='-1.64673 1.66529 -1.67890'/> |
3136 | <fieldValue name='textColor' value='0 0 0'/> |
3137 | </ProtoInstance> |
3138 | <ProtoInstance name='Vertex'> |
3139 | <fieldValue name='vertexText' value='"john"'/> |
3140 | <fieldValue name='description' value='61: john'/> |
3141 | <fieldValue name='url'/> |
3142 | <fieldValue name='radius' value='0.1500'/> |
3143 | <fieldValue name='displayMode'/> |
3144 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3145 | <fieldValue name='transparency' value='0'/> |
3146 | <fieldValue name='translation' value='0.73490 0.33823 2.23401'/> |
3147 | <fieldValue name='textTranslation' value='0.88490 0.33823 2.23401'/> |
3148 | <fieldValue name='textColor' value='0 0 0'/> |
3149 | </ProtoInstance> |
3150 | <ProtoInstance name='Vertex'> |
3151 | <fieldValue name='vertexText' value='"landing"'/> |
3152 | <fieldValue name='description' value='62: landing'/> |
3153 | <fieldValue name='url'/> |
3154 | <fieldValue name='radius' value='0.1500'/> |
3155 | <fieldValue name='displayMode'/> |
3156 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3157 | <fieldValue name='transparency' value='0'/> |
3158 | <fieldValue name='translation' value='0.86642 0.52111 2.26245'/> |
3159 | <fieldValue name='textTranslation' value='1.01642 0.52111 2.26245'/> |
3160 | <fieldValue name='textColor' value='0 0 0'/> |
3161 | </ProtoInstance> |
3162 | <ProtoInstance name='Vertex'> |
3163 | <fieldValue name='vertexText' value='"left"'/> |
3164 | <fieldValue name='description' value='63: left'/> |
3165 | <fieldValue name='url'/> |
3166 | <fieldValue name='radius' value='0.1500'/> |
3167 | <fieldValue name='displayMode'/> |
3168 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3169 | <fieldValue name='transparency' value='0'/> |
3170 | <fieldValue name='translation' value='2.18827 -1.91347 0.40930'/> |
3171 | <fieldValue name='textTranslation' value='2.33827 -1.91347 0.40930'/> |
3172 | <fieldValue name='textColor' value='0 0 0'/> |
3173 | </ProtoInstance> |
3174 | <ProtoInstance name='Vertex'> |
3175 | <fieldValue name='vertexText' value='"lines"'/> |
3176 | <fieldValue name='description' value='64: lines'/> |
3177 | <fieldValue name='url'/> |
3178 | <fieldValue name='radius' value='0.1500'/> |
3179 | <fieldValue name='displayMode'/> |
3180 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3181 | <fieldValue name='transparency' value='0'/> |
3182 | <fieldValue name='translation' value='0.43159 0.07220 2.51199'/> |
3183 | <fieldValue name='textTranslation' value='0.58159 0.07220 2.51199'/> |
3184 | <fieldValue name='textColor' value='0 0 0'/> |
3185 | </ProtoInstance> |
3186 | <ProtoInstance name='Vertex'> |
3187 | <fieldValue name='vertexText' value='"links"'/> |
3188 | <fieldValue name='description' value='65: links'/> |
3189 | <fieldValue name='url'/> |
3190 | <fieldValue name='radius' value='0.1500'/> |
3191 | <fieldValue name='displayMode'/> |
3192 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3193 | <fieldValue name='transparency' value='0'/> |
3194 | <fieldValue name='translation' value='1.57457 -2.28211 0.48036'/> |
3195 | <fieldValue name='textTranslation' value='1.72457 -2.28211 0.48036'/> |
3196 | <fieldValue name='textColor' value='0 0 0'/> |
3197 | </ProtoInstance> |
3198 | <ProtoInstance name='Vertex'> |
3199 | <fieldValue name='vertexText' value='"loading"'/> |
3200 | <fieldValue name='description' value='66: loading'/> |
3201 | <fieldValue name='url'/> |
3202 | <fieldValue name='radius' value='0.1500'/> |
3203 | <fieldValue name='displayMode'/> |
3204 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3205 | <fieldValue name='transparency' value='0'/> |
3206 | <fieldValue name='translation' value='1.09441 1.29564 2.09050'/> |
3207 | <fieldValue name='textTranslation' value='1.24441 1.29564 2.09050'/> |
3208 | <fieldValue name='textColor' value='0 0 0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Vertex'> |
3211 | <fieldValue name='vertexText' value='"located"'/> |
3212 | <fieldValue name='description' value='67: located'/> |
3213 | <fieldValue name='url'/> |
3214 | <fieldValue name='radius' value='0.1500'/> |
3215 | <fieldValue name='displayMode'/> |
3216 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3217 | <fieldValue name='transparency' value='0'/> |
3218 | <fieldValue name='translation' value='1.14683 0.47115 2.34879'/> |
3219 | <fieldValue name='textTranslation' value='1.29683 0.47115 2.34879'/> |
3220 | <fieldValue name='textColor' value='0 0 0'/> |
3221 | </ProtoInstance> |
3222 | <ProtoInstance name='Vertex'> |
3223 | <fieldValue name='vertexText' value='"location"'/> |
3224 | <fieldValue name='description' value='68: location'/> |
3225 | <fieldValue name='url'/> |
3226 | <fieldValue name='radius' value='0.1500'/> |
3227 | <fieldValue name='displayMode'/> |
3228 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3229 | <fieldValue name='transparency' value='0'/> |
3230 | <fieldValue name='translation' value='0.78600 0.60526 2.21545'/> |
3231 | <fieldValue name='textTranslation' value='0.93600 0.60526 2.21545'/> |
3232 | <fieldValue name='textColor' value='0 0 0'/> |
3233 | </ProtoInstance> |
3234 | <ProtoInstance name='Vertex'> |
3235 | <fieldValue name='vertexText' value='"map"'/> |
3236 | <fieldValue name='description' value='69: map'/> |
3237 | <fieldValue name='url'/> |
3238 | <fieldValue name='radius' value='0.1500'/> |
3239 | <fieldValue name='displayMode'/> |
3240 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | <fieldValue name='translation' value='2.26127 -1.66064 -0.09257'/> |
3243 | <fieldValue name='textTranslation' value='2.41127 -1.66064 -0.09257'/> |
3244 | <fieldValue name='textColor' value='0 0 0'/> |
3245 | </ProtoInstance> |
3246 | <ProtoInstance name='Vertex'> |
3247 | <fieldValue name='vertexText' value='"marine"'/> |
3248 | <fieldValue name='description' value='70: marine'/> |
3249 | <fieldValue name='url'/> |
3250 | <fieldValue name='radius' value='0.1500'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3253 | <fieldValue name='transparency' value='0'/> |
3254 | <fieldValue name='translation' value='0.73594 -2.34257 0.51768'/> |
3255 | <fieldValue name='textTranslation' value='0.88594 -2.34257 0.51768'/> |
3256 | <fieldValue name='textColor' value='0 0 0'/> |
3257 | </ProtoInstance> |
3258 | <ProtoInstance name='Vertex'> |
3259 | <fieldValue name='vertexText' value='"media"'/> |
3260 | <fieldValue name='description' value='71: media'/> |
3261 | <fieldValue name='url'/> |
3262 | <fieldValue name='radius' value='0.1500'/> |
3263 | <fieldValue name='displayMode'/> |
3264 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3265 | <fieldValue name='transparency' value='0'/> |
3266 | <fieldValue name='translation' value='2.42203 1.60012 -1.82653'/> |
3267 | <fieldValue name='textTranslation' value='2.57203 1.60012 -1.82653'/> |
3268 | <fieldValue name='textColor' value='0 0 0'/> |
3269 | </ProtoInstance> |
3270 | <ProtoInstance name='Vertex'> |
3271 | <fieldValue name='vertexText' value='"mission"'/> |
3272 | <fieldValue name='description' value='72: mission'/> |
3273 | <fieldValue name='url'/> |
3274 | <fieldValue name='radius' value='0.1500'/> |
3275 | <fieldValue name='displayMode'/> |
3276 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3277 | <fieldValue name='transparency' value='0'/> |
3278 | <fieldValue name='translation' value='1.34218 -2.21420 0.72979'/> |
3279 | <fieldValue name='textTranslation' value='1.49218 -2.21420 0.72979'/> |
3280 | <fieldValue name='textColor' value='0 0 0'/> |
3281 | </ProtoInstance> |
3282 | <ProtoInstance name='Vertex'> |
3283 | <fieldValue name='vertexText' value='"mohawk"'/> |
3284 | <fieldValue name='description' value='73: mohawk'/> |
3285 | <fieldValue name='url'/> |
3286 | <fieldValue name='radius' value='0.1500'/> |
3287 | <fieldValue name='displayMode'/> |
3288 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3289 | <fieldValue name='transparency' value='0'/> |
3290 | <fieldValue name='translation' value='-0.42470 -2.47202 -1.15969'/> |
3291 | <fieldValue name='textTranslation' value='-0.27470 -2.47202 -1.15969'/> |
3292 | <fieldValue name='textColor' value='0 0 0'/> |
3293 | </ProtoInstance> |
3294 | <ProtoInstance name='Vertex'> |
3295 | <fieldValue name='vertexText' value='"monitoring"'/> |
3296 | <fieldValue name='description' value='74: monitoring'/> |
3297 | <fieldValue name='url'/> |
3298 | <fieldValue name='radius' value='0.1500'/> |
3299 | <fieldValue name='displayMode'/> |
3300 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3301 | <fieldValue name='transparency' value='0'/> |
3302 | <fieldValue name='translation' value='0.50840 0.01151 2.54484'/> |
3303 | <fieldValue name='textTranslation' value='0.65840 0.01151 2.54484'/> |
3304 | <fieldValue name='textColor' value='0 0 0'/> |
3305 | </ProtoInstance> |
3306 | <ProtoInstance name='Vertex'> |
3307 | <fieldValue name='vertexText' value='"moving"'/> |
3308 | <fieldValue name='description' value='75: moving'/> |
3309 | <fieldValue name='url'/> |
3310 | <fieldValue name='radius' value='0.1500'/> |
3311 | <fieldValue name='displayMode'/> |
3312 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3313 | <fieldValue name='transparency' value='0'/> |
3314 | <fieldValue name='translation' value='1.21677 -0.03426 2.75145'/> |
3315 | <fieldValue name='textTranslation' value='1.36677 -0.03426 2.75145'/> |
3316 | <fieldValue name='textColor' value='0 0 0'/> |
3317 | </ProtoInstance> |
3318 | <ProtoInstance name='Vertex'> |
3319 | <fieldValue name='vertexText' value='"news"'/> |
3320 | <fieldValue name='description' value='76: news'/> |
3321 | <fieldValue name='url'/> |
3322 | <fieldValue name='radius' value='0.1500'/> |
3323 | <fieldValue name='displayMode'/> |
3324 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3325 | <fieldValue name='transparency' value='0'/> |
3326 | <fieldValue name='translation' value='0.99319 -2.02322 0.07971'/> |
3327 | <fieldValue name='textTranslation' value='1.14319 -2.02322 0.07971'/> |
3328 | <fieldValue name='textColor' value='0 0 0'/> |
3329 | </ProtoInstance> |
3330 | <ProtoInstance name='Vertex'> |
3331 | <fieldValue name='vertexText' value='"officer"'/> |
3332 | <fieldValue name='description' value='77: officer'/> |
3333 | <fieldValue name='url'/> |
3334 | <fieldValue name='radius' value='0.1500'/> |
3335 | <fieldValue name='displayMode'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3337 | <fieldValue name='transparency' value='0'/> |
3338 | <fieldValue name='translation' value='-1.25363 -2.39698 -0.82269'/> |
3339 | <fieldValue name='textTranslation' value='-1.10363 -2.39698 -0.82269'/> |
3340 | <fieldValue name='textColor' value='0 0 0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Vertex'> |
3343 | <fieldValue name='vertexText' value='"older"'/> |
3344 | <fieldValue name='description' value='78: older'/> |
3345 | <fieldValue name='url'/> |
3346 | <fieldValue name='radius' value='0.1500'/> |
3347 | <fieldValue name='displayMode'/> |
3348 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3349 | <fieldValue name='transparency' value='0'/> |
3350 | <fieldValue name='translation' value='2.75202 1.56953 -1.18197'/> |
3351 | <fieldValue name='textTranslation' value='2.90202 1.56953 -1.18197'/> |
3352 | <fieldValue name='textColor' value='0 0 0'/> |
3353 | </ProtoInstance> |
3354 | <ProtoInstance name='Vertex'> |
3355 | <fieldValue name='vertexText' value='"operations"'/> |
3356 | <fieldValue name='description' value='79: operations'/> |
3357 | <fieldValue name='url'/> |
3358 | <fieldValue name='radius' value='0.1500'/> |
3359 | <fieldValue name='displayMode'/> |
3360 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3361 | <fieldValue name='transparency' value='0'/> |
3362 | <fieldValue name='translation' value='-0.55783 -2.72180 -1.10516'/> |
3363 | <fieldValue name='textTranslation' value='-0.40783 -2.72180 -1.10516'/> |
3364 | <fieldValue name='textColor' value='0 0 0'/> |
3365 | </ProtoInstance> |
3366 | <ProtoInstance name='Vertex'> |
3367 | <fieldValue name='vertexText' value='"ops"'/> |
3368 | <fieldValue name='description' value='80: ops'/> |
3369 | <fieldValue name='url'/> |
3370 | <fieldValue name='radius' value='0.1500'/> |
3371 | <fieldValue name='displayMode'/> |
3372 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | <fieldValue name='translation' value='1.07884 -2.44980 0.59604'/> |
3375 | <fieldValue name='textTranslation' value='1.22884 -2.44980 0.59604'/> |
3376 | <fieldValue name='textColor' value='0 0 0'/> |
3377 | </ProtoInstance> |
3378 | <ProtoInstance name='Vertex'> |
3379 | <fieldValue name='vertexText' value='"pacific"'/> |
3380 | <fieldValue name='description' value='81: pacific'/> |
3381 | <fieldValue name='url'/> |
3382 | <fieldValue name='radius' value='0.1500'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3385 | <fieldValue name='transparency' value='0'/> |
3386 | <fieldValue name='translation' value='-0.74075 2.47099 -1.99321'/> |
3387 | <fieldValue name='textTranslation' value='-0.59075 2.47099 -1.99321'/> |
3388 | <fieldValue name='textColor' value='0 0 0'/> |
3389 | </ProtoInstance> |
3390 | <ProtoInstance name='Vertex'> |
3391 | <fieldValue name='vertexText' value='"pages"'/> |
3392 | <fieldValue name='description' value='82: pages'/> |
3393 | <fieldValue name='url'/> |
3394 | <fieldValue name='radius' value='0.1500'/> |
3395 | <fieldValue name='displayMode'/> |
3396 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3397 | <fieldValue name='transparency' value='0'/> |
3398 | <fieldValue name='translation' value='-1.36845 1.36142 -2.45723'/> |
3399 | <fieldValue name='textTranslation' value='-1.21845 1.36142 -2.45723'/> |
3400 | <fieldValue name='textColor' value='0 0 0'/> |
3401 | </ProtoInstance> |
3402 | <ProtoInstance name='Vertex'> |
3403 | <fieldValue name='vertexText' value='"participated"'/> |
3404 | <fieldValue name='description' value='83: participated'/> |
3405 | <fieldValue name='url'/> |
3406 | <fieldValue name='radius' value='0.1500'/> |
3407 | <fieldValue name='displayMode'/> |
3408 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3409 | <fieldValue name='transparency' value='0'/> |
3410 | <fieldValue name='translation' value='-1.07490 -2.74988 -0.66921'/> |
3411 | <fieldValue name='textTranslation' value='-0.92490 -2.74988 -0.66921'/> |
3412 | <fieldValue name='textColor' value='0 0 0'/> |
3413 | </ProtoInstance> |
3414 | <ProtoInstance name='Vertex'> |
3415 | <fieldValue name='vertexText' value='"people"'/> |
3416 | <fieldValue name='description' value='84: people'/> |
3417 | <fieldValue name='url'/> |
3418 | <fieldValue name='radius' value='0.1500'/> |
3419 | <fieldValue name='displayMode'/> |
3420 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3421 | <fieldValue name='transparency' value='0'/> |
3422 | <fieldValue name='translation' value='0.41738 0.20616 2.30738'/> |
3423 | <fieldValue name='textTranslation' value='0.56738 0.20616 2.30738'/> |
3424 | <fieldValue name='textColor' value='0 0 0'/> |
3425 | </ProtoInstance> |
3426 | <ProtoInstance name='Vertex'> |
3427 | <fieldValue name='vertexText' value='"personnel"'/> |
3428 | <fieldValue name='description' value='85: personnel'/> |
3429 | <fieldValue name='url'/> |
3430 | <fieldValue name='radius' value='0.1500'/> |
3431 | <fieldValue name='displayMode'/> |
3432 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3433 | <fieldValue name='transparency' value='0'/> |
3434 | <fieldValue name='translation' value='0.94201 0.16059 2.68077'/> |
3435 | <fieldValue name='textTranslation' value='1.09201 0.16059 2.68077'/> |
3436 | <fieldValue name='textColor' value='0 0 0'/> |
3437 | </ProtoInstance> |
3438 | <ProtoInstance name='Vertex'> |
3439 | <fieldValue name='vertexText' value='"petty"'/> |
3440 | <fieldValue name='description' value='86: petty'/> |
3441 | <fieldValue name='url'/> |
3442 | <fieldValue name='radius' value='0.1500'/> |
3443 | <fieldValue name='displayMode'/> |
3444 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3445 | <fieldValue name='transparency' value='0'/> |
3446 | <fieldValue name='translation' value='-1.25364 -2.39695 -0.82270'/> |
3447 | <fieldValue name='textTranslation' value='-1.10364 -2.39695 -0.82270'/> |
3448 | <fieldValue name='textColor' value='0 0 0'/> |
3449 | </ProtoInstance> |
3450 | <ProtoInstance name='Vertex'> |
3451 | <fieldValue name='vertexText' value='"photo"'/> |
3452 | <fieldValue name='description' value='87: photo'/> |
3453 | <fieldValue name='url'/> |
3454 | <fieldValue name='radius' value='0.1500'/> |
3455 | <fieldValue name='displayMode'/> |
3456 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3457 | <fieldValue name='transparency' value='0'/> |
3458 | <fieldValue name='translation' value='0.35800 -2.51245 -0.45380'/> |
3459 | <fieldValue name='textTranslation' value='0.50800 -2.51245 -0.45380'/> |
3460 | <fieldValue name='textColor' value='0 0 0'/> |
3461 | </ProtoInstance> |
3462 | <ProtoInstance name='Vertex'> |
3463 | <fieldValue name='vertexText' value='"photos"'/> |
3464 | <fieldValue name='description' value='88: photos'/> |
3465 | <fieldValue name='url'/> |
3466 | <fieldValue name='radius' value='0.1500'/> |
3467 | <fieldValue name='displayMode'/> |
3468 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3469 | <fieldValue name='transparency' value='0'/> |
3470 | <fieldValue name='translation' value='1.30385 -1.99864 0.10528'/> |
3471 | <fieldValue name='textTranslation' value='1.45385 -1.99864 0.10528'/> |
3472 | <fieldValue name='textColor' value='0 0 0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Vertex'> |
3475 | <fieldValue name='vertexText' value='"play"'/> |
3476 | <fieldValue name='description' value='89: play'/> |
3477 | <fieldValue name='url'/> |
3478 | <fieldValue name='radius' value='0.1500'/> |
3479 | <fieldValue name='displayMode'/> |
3480 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3481 | <fieldValue name='transparency' value='0'/> |
3482 | <fieldValue name='translation' value='1.08460 1.30040 2.09197'/> |
3483 | <fieldValue name='textTranslation' value='1.23460 1.30040 2.09197'/> |
3484 | <fieldValue name='textColor' value='0 0 0'/> |
3485 | </ProtoInstance> |
3486 | <ProtoInstance name='Vertex'> |
3487 | <fieldValue name='vertexText' value='"policy"'/> |
3488 | <fieldValue name='description' value='90: policy'/> |
3489 | <fieldValue name='url'/> |
3490 | <fieldValue name='radius' value='0.1500'/> |
3491 | <fieldValue name='displayMode'/> |
3492 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3493 | <fieldValue name='transparency' value='0'/> |
3494 | <fieldValue name='translation' value='-0.79968 1.80567 -2.49733'/> |
3495 | <fieldValue name='textTranslation' value='-0.64968 1.80567 -2.49733'/> |
3496 | <fieldValue name='textColor' value='0 0 0'/> |
3497 | </ProtoInstance> |
3498 | <ProtoInstance name='Vertex'> |
3499 | <fieldValue name='vertexText' value='"poses"'/> |
3500 | <fieldValue name='description' value='91: poses'/> |
3501 | <fieldValue name='url'/> |
3502 | <fieldValue name='radius' value='0.1500'/> |
3503 | <fieldValue name='displayMode'/> |
3504 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | <fieldValue name='translation' value='-0.41578 -2.17560 -2.00308'/> |
3507 | <fieldValue name='textTranslation' value='-0.26578 -2.17560 -2.00308'/> |
3508 | <fieldValue name='textColor' value='0 0 0'/> |
3509 | </ProtoInstance> |
3510 | <ProtoInstance name='Vertex'> |
3511 | <fieldValue name='vertexText' value='"press"'/> |
3512 | <fieldValue name='description' value='92: press'/> |
3513 | <fieldValue name='url'/> |
3514 | <fieldValue name='radius' value='0.1500'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3517 | <fieldValue name='transparency' value='0'/> |
3518 | <fieldValue name='translation' value='1.24445 -1.99373 0.79101'/> |
3519 | <fieldValue name='textTranslation' value='1.39445 -1.99373 0.79101'/> |
3520 | <fieldValue name='textColor' value='0 0 0'/> |
3521 | </ProtoInstance> |
3522 | <ProtoInstance name='Vertex'> |
3523 | <fieldValue name='vertexText' value='"prince"'/> |
3524 | <fieldValue name='description' value='93: prince'/> |
3525 | <fieldValue name='url'/> |
3526 | <fieldValue name='radius' value='0.1500'/> |
3527 | <fieldValue name='displayMode'/> |
3528 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3529 | <fieldValue name='transparency' value='0'/> |
3530 | <fieldValue name='translation' value='1.58996 -2.44554 -0.72306'/> |
3531 | <fieldValue name='textTranslation' value='1.73996 -2.44554 -0.72306'/> |
3532 | <fieldValue name='textColor' value='0 0 0'/> |
3533 | </ProtoInstance> |
3534 | <ProtoInstance name='Vertex'> |
3535 | <fieldValue name='vertexText' value='"rte"'/> |
3536 | <fieldValue name='description' value='94: rte'/> |
3537 | <fieldValue name='url'/> |
3538 | <fieldValue name='radius' value='0.1500'/> |
3539 | <fieldValue name='displayMode'/> |
3540 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3541 | <fieldValue name='transparency' value='0'/> |
3542 | <fieldValue name='translation' value='-0.17207 -0.10805 2.72274'/> |
3543 | <fieldValue name='textTranslation' value='-0.02207 -0.10805 2.72274'/> |
3544 | <fieldValue name='textColor' value='0 0 0'/> |
3545 | </ProtoInstance> |
3546 | <ProtoInstance name='Vertex'> |
3547 | <fieldValue name='vertexText' value='"salute"'/> |
3548 | <fieldValue name='description' value='95: salute'/> |
3549 | <fieldValue name='url'/> |
3550 | <fieldValue name='radius' value='0.1500'/> |
3551 | <fieldValue name='displayMode'/> |
3552 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3553 | <fieldValue name='transparency' value='0'/> |
3554 | <fieldValue name='translation' value='-0.11664 -2.43858 -1.99139'/> |
3555 | <fieldValue name='textTranslation' value='0.03336 -2.43858 -1.99139'/> |
3556 | <fieldValue name='textColor' value='0 0 0'/> |
3557 | </ProtoInstance> |
3558 | <ProtoInstance name='Vertex'> |
3559 | <fieldValue name='vertexText' value='"scenes"'/> |
3560 | <fieldValue name='description' value='96: scenes'/> |
3561 | <fieldValue name='url'/> |
3562 | <fieldValue name='radius' value='0.1500'/> |
3563 | <fieldValue name='displayMode'/> |
3564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3565 | <fieldValue name='transparency' value='0'/> |
3566 | <fieldValue name='translation' value='-0.77758 1.46555 -2.73759'/> |
3567 | <fieldValue name='textTranslation' value='-0.62758 1.46555 -2.73759'/> |
3568 | <fieldValue name='textColor' value='0 0 0'/> |
3569 | </ProtoInstance> |
3570 | <ProtoInstance name='Vertex'> |
3571 | <fieldValue name='vertexText' value='"shared"'/> |
3572 | <fieldValue name='description' value='97: shared'/> |
3573 | <fieldValue name='url'/> |
3574 | <fieldValue name='radius' value='0.1500'/> |
3575 | <fieldValue name='displayMode'/> |
3576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3577 | <fieldValue name='transparency' value='0'/> |
3578 | <fieldValue name='translation' value='-0.10655 1.97698 -2.56300'/> |
3579 | <fieldValue name='textTranslation' value='0.04345 1.97698 -2.56300'/> |
3580 | <fieldValue name='textColor' value='0 0 0'/> |
3581 | </ProtoInstance> |
3582 | <ProtoInstance name='Vertex'> |
3583 | <fieldValue name='vertexText' value='"shipmates"'/> |
3584 | <fieldValue name='description' value='98: shipmates'/> |
3585 | <fieldValue name='url'/> |
3586 | <fieldValue name='radius' value='0.1500'/> |
3587 | <fieldValue name='displayMode'/> |
3588 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3589 | <fieldValue name='transparency' value='0'/> |
3590 | <fieldValue name='translation' value='-0.69148 -2.62902 -1.61899'/> |
3591 | <fieldValue name='textTranslation' value='-0.54148 -2.62902 -1.61899'/> |
3592 | <fieldValue name='textColor' value='0 0 0'/> |
3593 | </ProtoInstance> |
3594 | <ProtoInstance name='Vertex'> |
3595 | <fieldValue name='vertexText' value='"shout"'/> |
3596 | <fieldValue name='description' value='99: shout'/> |
3597 | <fieldValue name='url'/> |
3598 | <fieldValue name='radius' value='0.1500'/> |
3599 | <fieldValue name='displayMode'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3601 | <fieldValue name='transparency' value='0'/> |
3602 | <fieldValue name='translation' value='-1.24796 -2.10946 -1.18720'/> |
3603 | <fieldValue name='textTranslation' value='-1.09796 -2.10946 -1.18720'/> |
3604 | <fieldValue name='textColor' value='0 0 0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Vertex'> |
3607 | <fieldValue name='vertexText' value='"south"'/> |
3608 | <fieldValue name='description' value='100: south'/> |
3609 | <fieldValue name='url'/> |
3610 | <fieldValue name='radius' value='0.1500'/> |
3611 | <fieldValue name='displayMode'/> |
3612 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3613 | <fieldValue name='transparency' value='0'/> |
3614 | <fieldValue name='translation' value='-1.34622 2.18163 -1.87968'/> |
3615 | <fieldValue name='textTranslation' value='-1.19622 2.18163 -1.87968'/> |
3616 | <fieldValue name='textColor' value='0 0 0'/> |
3617 | </ProtoInstance> |
3618 | <ProtoInstance name='Vertex'> |
3619 | <fieldValue name='vertexText' value='"southern"'/> |
3620 | <fieldValue name='description' value='101: southern'/> |
3621 | <fieldValue name='url'/> |
3622 | <fieldValue name='radius' value='0.1500'/> |
3623 | <fieldValue name='displayMode'/> |
3624 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3625 | <fieldValue name='transparency' value='0'/> |
3626 | <fieldValue name='translation' value='1.52051 -1.54372 -0.26439'/> |
3627 | <fieldValue name='textTranslation' value='1.67051 -1.54372 -0.26439'/> |
3628 | <fieldValue name='textColor' value='0 0 0'/> |
3629 | </ProtoInstance> |
3630 | <ProtoInstance name='Vertex'> |
3631 | <fieldValue name='vertexText' value='"ss"'/> |
3632 | <fieldValue name='description' value='102: ss'/> |
3633 | <fieldValue name='url'/> |
3634 | <fieldValue name='radius' value='0.1500'/> |
3635 | <fieldValue name='displayMode'/> |
3636 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | <fieldValue name='translation' value='2.03604 -1.65409 -0.64090'/> |
3639 | <fieldValue name='textTranslation' value='2.18604 -1.65409 -0.64090'/> |
3640 | <fieldValue name='textColor' value='0 0 0'/> |
3641 | </ProtoInstance> |
3642 | <ProtoInstance name='Vertex'> |
3643 | <fieldValue name='vertexText' value='"state"'/> |
3644 | <fieldValue name='description' value='103: state'/> |
3645 | <fieldValue name='url'/> |
3646 | <fieldValue name='radius' value='0.1500'/> |
3647 | <fieldValue name='displayMode'/> |
3648 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3649 | <fieldValue name='transparency' value='0'/> |
3650 | <fieldValue name='translation' value='0.64181 -2.21624 -0.39860'/> |
3651 | <fieldValue name='textTranslation' value='0.79181 -2.21624 -0.39860'/> |
3652 | <fieldValue name='textColor' value='0 0 0'/> |
3653 | </ProtoInstance> |
3654 | <ProtoInstance name='Vertex'> |
3655 | <fieldValue name='vertexText' value='"sudan"'/> |
3656 | <fieldValue name='description' value='104: sudan'/> |
3657 | <fieldValue name='url'/> |
3658 | <fieldValue name='radius' value='0.1500'/> |
3659 | <fieldValue name='displayMode'/> |
3660 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3661 | <fieldValue name='transparency' value='0'/> |
3662 | <fieldValue name='translation' value='-1.79669 1.66442 -1.68005'/> |
3663 | <fieldValue name='textTranslation' value='-1.64669 1.66442 -1.68005'/> |
3664 | <fieldValue name='textColor' value='0 0 0'/> |
3665 | </ProtoInstance> |
3666 | <ProtoInstance name='Vertex'> |
3667 | <fieldValue name='vertexText' value='"sunday"'/> |
3668 | <fieldValue name='description' value='105: sunday'/> |
3669 | <fieldValue name='url'/> |
3670 | <fieldValue name='radius' value='0.1500'/> |
3671 | <fieldValue name='displayMode'/> |
3672 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3673 | <fieldValue name='transparency' value='0'/> |
3674 | <fieldValue name='translation' value='-1.65192 2.09573 -1.25350'/> |
3675 | <fieldValue name='textTranslation' value='-1.50192 2.09573 -1.25350'/> |
3676 | <fieldValue name='textColor' value='0 0 0'/> |
3677 | </ProtoInstance> |
3678 | <ProtoInstance name='Vertex'> |
3679 | <fieldValue name='vertexText' value='"super"'/> |
3680 | <fieldValue name='description' value='106: super'/> |
3681 | <fieldValue name='url'/> |
3682 | <fieldValue name='radius' value='0.1500'/> |
3683 | <fieldValue name='displayMode'/> |
3684 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3685 | <fieldValue name='transparency' value='0'/> |
3686 | <fieldValue name='translation' value='-1.62841 1.36571 -2.16996'/> |
3687 | <fieldValue name='textTranslation' value='-1.47841 1.36571 -2.16996'/> |
3688 | <fieldValue name='textColor' value='0 0 0'/> |
3689 | </ProtoInstance> |
3690 | <ProtoInstance name='Vertex'> |
3691 | <fieldValue name='vertexText' value='"supplies"'/> |
3692 | <fieldValue name='description' value='107: supplies'/> |
3693 | <fieldValue name='url'/> |
3694 | <fieldValue name='radius' value='0.1500'/> |
3695 | <fieldValue name='displayMode'/> |
3696 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3697 | <fieldValue name='transparency' value='0'/> |
3698 | <fieldValue name='translation' value='-0.44333 0.84068 2.22373'/> |
3699 | <fieldValue name='textTranslation' value='-0.29333 0.84068 2.22373'/> |
3700 | <fieldValue name='textColor' value='0 0 0'/> |
3701 | </ProtoInstance> |
3702 | <ProtoInstance name='Vertex'> |
3703 | <fieldValue name='vertexText' value='"tags"'/> |
3704 | <fieldValue name='description' value='108: tags'/> |
3705 | <fieldValue name='url'/> |
3706 | <fieldValue name='radius' value='0.1500'/> |
3707 | <fieldValue name='displayMode'/> |
3708 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3709 | <fieldValue name='transparency' value='0'/> |
3710 | <fieldValue name='translation' value='0.56586 0.23870 2.28771'/> |
3711 | <fieldValue name='textTranslation' value='0.71586 0.23870 2.28771'/> |
3712 | <fieldValue name='textColor' value='0 0 0'/> |
3713 | </ProtoInstance> |
3714 | <ProtoInstance name='Vertex'> |
3715 | <fieldValue name='vertexText' value='"team"'/> |
3716 | <fieldValue name='description' value='109: team'/> |
3717 | <fieldValue name='url'/> |
3718 | <fieldValue name='radius' value='0.1500'/> |
3719 | <fieldValue name='displayMode'/> |
3720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3721 | <fieldValue name='transparency' value='0'/> |
3722 | <fieldValue name='translation' value='-0.72622 2.74957 -1.25460'/> |
3723 | <fieldValue name='textTranslation' value='-0.57622 2.74957 -1.25460'/> |
3724 | <fieldValue name='textColor' value='0 0 0'/> |
3725 | </ProtoInstance> |
3726 | <ProtoInstance name='Vertex'> |
3727 | <fieldValue name='vertexText' value='"thousands"'/> |
3728 | <fieldValue name='description' value='110: thousands'/> |
3729 | <fieldValue name='url'/> |
3730 | <fieldValue name='radius' value='0.1500'/> |
3731 | <fieldValue name='displayMode'/> |
3732 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3733 | <fieldValue name='transparency' value='0'/> |
3734 | <fieldValue name='translation' value='0.34142 -0.07422 2.70161'/> |
3735 | <fieldValue name='textTranslation' value='0.49142 -0.07422 2.70161'/> |
3736 | <fieldValue name='textColor' value='0 0 0'/> |
3737 | </ProtoInstance> |
3738 | <ProtoInstance name='Vertex'> |
3739 | <fieldValue name='vertexText' value='"tim"'/> |
3740 | <fieldValue name='description' value='111: tim'/> |
3741 | <fieldValue name='url'/> |
3742 | <fieldValue name='radius' value='0.1500'/> |
3743 | <fieldValue name='displayMode'/> |
3744 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3745 | <fieldValue name='transparency' value='0'/> |
3746 | <fieldValue name='translation' value='-0.99285 -2.04542 -1.64957'/> |
3747 | <fieldValue name='textTranslation' value='-0.84285 -2.04542 -1.64957'/> |
3748 | <fieldValue name='textColor' value='0 0 0'/> |
3749 | </ProtoInstance> |
3750 | <ProtoInstance name='Vertex'> |
3751 | <fieldValue name='vertexText' value='"topics"'/> |
3752 | <fieldValue name='description' value='112: topics'/> |
3753 | <fieldValue name='url'/> |
3754 | <fieldValue name='radius' value='0.1500'/> |
3755 | <fieldValue name='displayMode'/> |
3756 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3757 | <fieldValue name='transparency' value='0'/> |
3758 | <fieldValue name='translation' value='-1.25495 1.75779 -2.30024'/> |
3759 | <fieldValue name='textTranslation' value='-1.10495 1.75779 -2.30024'/> |
3760 | <fieldValue name='textColor' value='0 0 0'/> |
3761 | </ProtoInstance> |
3762 | <ProtoInstance name='Vertex'> |
3763 | <fieldValue name='vertexText' value='"tracker"'/> |
3764 | <fieldValue name='description' value='113: tracker'/> |
3765 | <fieldValue name='url'/> |
3766 | <fieldValue name='radius' value='0.1500'/> |
3767 | <fieldValue name='displayMode'/> |
3768 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3769 | <fieldValue name='transparency' value='0'/> |
3770 | <fieldValue name='translation' value='1.72765 -2.61979 -0.05497'/> |
3771 | <fieldValue name='textTranslation' value='1.87765 -2.61979 -0.05497'/> |
3772 | <fieldValue name='textColor' value='0 0 0'/> |
3773 | </ProtoInstance> |
3774 | <ProtoInstance name='Vertex'> |
3775 | <fieldValue name='vertexText' value='"travel"'/> |
3776 | <fieldValue name='description' value='114: travel'/> |
3777 | <fieldValue name='url'/> |
3778 | <fieldValue name='radius' value='0.1500'/> |
3779 | <fieldValue name='displayMode'/> |
3780 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3781 | <fieldValue name='transparency' value='0'/> |
3782 | <fieldValue name='translation' value='-1.09658 2.45404 -1.61152'/> |
3783 | <fieldValue name='textTranslation' value='-0.94658 2.45404 -1.61152'/> |
3784 | <fieldValue name='textColor' value='0 0 0'/> |
3785 | </ProtoInstance> |
3786 | <ProtoInstance name='Vertex'> |
3787 | <fieldValue name='vertexText' value='"video"'/> |
3788 | <fieldValue name='description' value='115: video'/> |
3789 | <fieldValue name='url'/> |
3790 | <fieldValue name='radius' value='0.1500'/> |
3791 | <fieldValue name='displayMode'/> |
3792 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3793 | <fieldValue name='transparency' value='0'/> |
3794 | <fieldValue name='translation' value='0.61957 0.21044 2.30013'/> |
3795 | <fieldValue name='textTranslation' value='0.76957 0.21044 2.30013'/> |
3796 | <fieldValue name='textColor' value='0 0 0'/> |
3797 | </ProtoInstance> |
3798 | <ProtoInstance name='Vertex'> |
3799 | <fieldValue name='vertexText' value='"videos"'/> |
3800 | <fieldValue name='description' value='116: videos'/> |
3801 | <fieldValue name='url'/> |
3802 | <fieldValue name='radius' value='0.1500'/> |
3803 | <fieldValue name='displayMode'/> |
3804 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3805 | <fieldValue name='transparency' value='0'/> |
3806 | <fieldValue name='translation' value='-0.32627 0.05287 2.58211'/> |
3807 | <fieldValue name='textTranslation' value='-0.17627 0.05287 2.58211'/> |
3808 | <fieldValue name='textColor' value='0 0 0'/> |
3809 | </ProtoInstance> |
3810 | <ProtoInstance name='Vertex'> |
3811 | <fieldValue name='vertexText' value='"walking"'/> |
3812 | <fieldValue name='description' value='117: walking'/> |
3813 | <fieldValue name='url'/> |
3814 | <fieldValue name='radius' value='0.1500'/> |
3815 | <fieldValue name='displayMode'/> |
3816 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3817 | <fieldValue name='transparency' value='0'/> |
3818 | <fieldValue name='translation' value='-0.38043 0.29960 2.49065'/> |
3819 | <fieldValue name='textTranslation' value='-0.23043 0.29960 2.49065'/> |
3820 | <fieldValue name='textColor' value='0 0 0'/> |
3821 | </ProtoInstance> |
3822 | <ProtoInstance name='Vertex'> |
3823 | <fieldValue name='vertexText' value='"washington"'/> |
3824 | <fieldValue name='description' value='118: washington'/> |
3825 | <fieldValue name='url'/> |
3826 | <fieldValue name='radius' value='0.1500'/> |
3827 | <fieldValue name='displayMode'/> |
3828 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3829 | <fieldValue name='transparency' value='0'/> |
3830 | <fieldValue name='translation' value='-0.33018 -2.64077 -1.35832'/> |
3831 | <fieldValue name='textTranslation' value='-0.18018 -2.64077 -1.35832'/> |
3832 | <fieldValue name='textColor' value='0 0 0'/> |
3833 | </ProtoInstance> |
3834 | <ProtoInstance name='Vertex'> |
3835 | <fieldValue name='vertexText' value='"western"'/> |
3836 | <fieldValue name='description' value='119: western'/> |
3837 | <fieldValue name='url'/> |
3838 | <fieldValue name='radius' value='0.1500'/> |
3839 | <fieldValue name='displayMode'/> |
3840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3841 | <fieldValue name='transparency' value='0'/> |
3842 | <fieldValue name='translation' value='-1.43003 2.33101 -1.39980'/> |
3843 | <fieldValue name='textTranslation' value='-1.28003 2.33101 -1.39980'/> |
3844 | <fieldValue name='textColor' value='0 0 0'/> |
3845 | </ProtoInstance> |
3846 | </Scene> |
3847 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2430
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2442
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2454
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2466
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2478
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2490
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2502
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2514
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2526
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2538
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2562
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2574
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2586
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2598
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2610
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2622
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2634
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2646
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2658
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2670
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2694
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2706
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2718
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2730
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2742
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2754
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2766
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2778
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2790
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2802
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2826
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2838
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2850
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2862
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2874
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2886
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2898
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2910
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2922
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2934
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2958
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2970
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2982
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2994
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3006
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3018
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3030
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3042
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3054
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3066
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3090
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3102
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3114
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3126
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3138
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3150
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3162
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3174
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3186
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3198
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3222
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3234
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3246
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3258
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3270
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3282
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3294
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3306
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3318
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3330
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3354
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3366
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3378
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3390
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3402
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3414
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3426
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3438
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3450
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3462
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3486
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3498
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3510
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3522
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3534
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3546
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3558
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3570
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3582
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3594
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3618
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3630
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3642
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3654
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3666
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3678
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3690
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3702
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3714
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3726
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3738
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3750
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3762
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3774
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3786
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3798
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3810
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3822
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3834
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->