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.98780'/> |
55 | <fieldValue name='cylinderTranslation' value='0.15233 0.09024 -0.06008'/> |
56 | <fieldValue name='coneTranslation' value='0.14324 0.02595 0.26744'/> |
57 | <fieldValue name='rotation' value='96.89440 -0.00000 2.68780 1.76456'/> |
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='2.05716'/> |
66 | <fieldValue name='cylinderTranslation' value='0.04249 0.16811 -1.56558'/> |
67 | <fieldValue name='coneTranslation' value='-0.06161 0.15356 -2.42777'/> |
68 | <fieldValue name='rotation' value='-204.20377 0 24.65508 1.58755'/> |
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='2.11026'/> |
77 | <fieldValue name='cylinderTranslation' value='0.53929 0.25013 0.44012'/> |
78 | <fieldValue name='coneTranslation' value='0.85617 0.30509 1.27547'/> |
79 | <fieldValue name='rotation' value='196.93474 0 -74.70467 1.50936'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='1.07816'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.03591 0.58718 -0.24713'/> |
89 | <fieldValue name='coneTranslation' value='-0.17773 0.86975 -0.03797'/> |
90 | <fieldValue name='rotation' value='59.48593 -0.00000 40.33545 0.72966'/> |
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='2.63563'/> |
99 | <fieldValue name='cylinderTranslation' value='0.73035 1.33356 -0.22912'/> |
100 | <fieldValue name='coneTranslation' value='1.22638 2.34236 0.04802'/> |
101 | <fieldValue name='rotation' value='63.08798 0 -112.91535 0.51295'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.90612'/> |
110 | <fieldValue name='cylinderTranslation' value='0.08001 -0.19338 -0.31116'/> |
111 | <fieldValue name='coneTranslation' value='0.02454 -0.43836 -0.16018'/> |
112 | <fieldValue name='rotation' value='46.67981 -0.00000 17.15130 2.56062'/> |
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='2.56496'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.79263 1.03736 -0.52719'/> |
122 | <fieldValue name='coneTranslation' value='-1.63146 1.78307 -0.51198'/> |
123 | <fieldValue name='rotation' value='3.47399 -0.00000 191.67980 0.84418'/> |
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='3.14244'/> |
132 | <fieldValue name='cylinderTranslation' value='0.11235 0.06346 1.02102'/> |
133 | <fieldValue name='coneTranslation' value='0.06437 -0.04602 2.42717'/> |
134 | <fieldValue name='rotation' value='313.11509 -0.00000 10.68377 1.64845'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='1.22304'/> |
143 | <fieldValue name='cylinderTranslation' value='0.30585 0.69572 -0.23821'/> |
144 | <fieldValue name='coneTranslation' value='0.40928 1.07256 -0.01201'/> |
145 | <fieldValue name='rotation' value='61.26984 0 -28.01663 0.58339'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='1.22884'/> |
154 | <fieldValue name='cylinderTranslation' value='0.08866 0.38507 -1.12047'/> |
155 | <fieldValue name='coneTranslation' value='0.03164 0.53279 -1.54641'/> |
156 | <fieldValue name='rotation' value='-115.18291 0 15.42101 1.23972'/> |
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.93343'/> |
165 | <fieldValue name='cylinderTranslation' value='0.00660 0.22077 -0.98186'/> |
166 | <fieldValue name='coneTranslation' value='-0.09801 0.24405 -1.26925'/> |
167 | <fieldValue name='rotation' value='-87.46055 0 31.83450 1.49483'/> |
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.38531'/> |
176 | <fieldValue name='cylinderTranslation' value='0.41978 0.40057 -1.15195'/> |
177 | <fieldValue name='coneTranslation' value='0.61512 0.56608 -1.61905'/> |
178 | <fieldValue name='rotation' value='-121.47940 0 -50.80222 1.25484'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='1.30375'/> |
187 | <fieldValue name='cylinderTranslation' value='0.72027 0.47884 -0.36754'/> |
188 | <fieldValue name='coneTranslation' value='1.13867 0.70029 -0.23397'/> |
189 | <fieldValue name='rotation' value='35.40373 0 -110.90027 1.10378'/> |
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='3.20757'/> |
198 | <fieldValue name='cylinderTranslation' value='0.08036 1.39815 0.50137'/> |
199 | <fieldValue name='coneTranslation' value='0.00348 2.48995 1.44295'/> |
200 | <fieldValue name='rotation' value='209.18474 -0.00000 17.08110 0.71330'/> |
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.63748'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.09250 0.02285 -0.45242'/> |
210 | <fieldValue name='coneTranslation' value='-0.22112 -0.05807 -0.40653'/> |
211 | <fieldValue name='rotation' value='18.42720 -0.00000 51.65278 2.10576'/> |
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.50929'/> |
220 | <fieldValue name='cylinderTranslation' value='0.15413 0.27330 -0.78325'/> |
221 | <fieldValue name='coneTranslation' value='0.14980 0.30599 -0.87197'/> |
222 | <fieldValue name='rotation' value='-47.73855 0 2.32807 1.21815'/> |
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.42250'/> |
231 | <fieldValue name='cylinderTranslation' value='0.35143 0.25741 -0.61501'/> |
232 | <fieldValue name='coneTranslation' value='0.39647 0.27489 -0.63210'/> |
233 | <fieldValue name='rotation' value='-14.09105 0 -37.13198 1.22268'/> |
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.83366'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.20504 0.04004 -0.66756'/> |
243 | <fieldValue name='coneTranslation' value='-0.43352 -0.04949 -0.74334'/> |
244 | <fieldValue name='rotation' value='-24.59978 0 74.16276 1.92688'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.37943'/> |
253 | <fieldValue name='cylinderTranslation' value='0.15823 0.20934 -0.73260'/> |
254 | <fieldValue name='coneTranslation' value='0.15705 0.21310 -0.76205'/> |
255 | <fieldValue name='rotation' value='-37.60841 0 1.50698 1.44400'/> |
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='2.42960'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.50710 -0.04944 0.43925'/> |
265 | <fieldValue name='coneTranslation' value='-1.09134 -0.25330 1.29347'/> |
266 | <fieldValue name='rotation' value='196.76051 -0.00000 134.57347 1.76529'/> |
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='3.19433'/> |
275 | <fieldValue name='cylinderTranslation' value='1.29835 0.19689 0.58153'/> |
276 | <fieldValue name='coneTranslation' value='2.31747 0.20728 1.59481'/> |
277 | <fieldValue name='rotation' value='225.21748 0 -226.51580 1.56357'/> |
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='0.97851'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.17549 0.50289 -0.39596'/> |
287 | <fieldValue name='coneTranslation' value='-0.40514 0.71659 -0.29596'/> |
288 | <fieldValue name='rotation' value='29.71883 -0.00000 68.25147 0.86448'/> |
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.76639'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.00737 0.60146 0.21499'/> |
298 | <fieldValue name='coneTranslation' value='-0.14915 0.94219 0.83693'/> |
299 | <fieldValue name='rotation' value='151.90868 -0.00000 34.62819 1.08021'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='0.72090'/> |
308 | <fieldValue name='cylinderTranslation' value='0.35125 -0.10144 -0.65975'/> |
309 | <fieldValue name='coneTranslation' value='0.45440 -0.26093 -0.72381'/> |
310 | <fieldValue name='rotation' value='-23.03824 0 -37.09710 2.49088'/> |
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.28886'/> |
319 | <fieldValue name='cylinderTranslation' value='0.12010 0.18309 -0.40755'/> |
320 | <fieldValue name='coneTranslation' value='0.12502 0.18333 -0.42232'/> |
321 | <fieldValue name='rotation' value='27.40041 -0.00000 9.13471 1.58645'/> |
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.56898'/> |
330 | <fieldValue name='cylinderTranslation' value='0.22470 -0.06995 -0.65539'/> |
331 | <fieldValue name='coneTranslation' value='0.25049 -0.18167 -0.70388'/> |
332 | <fieldValue name='rotation' value='-22.16570 0 -11.78622 2.68463'/> |
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.28133'/> |
341 | <fieldValue name='cylinderTranslation' value='0.14063 0.17348 -0.40666'/> |
342 | <fieldValue name='coneTranslation' value='0.14409 0.17511 -0.42561'/> |
343 | <fieldValue name='rotation' value='27.57874 -0.00000 5.02701 1.65527'/> |
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.49161'/> |
352 | <fieldValue name='cylinderTranslation' value='0.37679 0.22928 -0.42640'/> |
353 | <fieldValue name='coneTranslation' value='0.45045 0.24462 -0.38516'/> |
354 | <fieldValue name='rotation' value='23.63119 0 -42.20356 1.39110'/> |
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.21448'/> |
363 | <fieldValue name='cylinderTranslation' value='0.12733 0.21675 -0.63962'/> |
364 | <fieldValue name='coneTranslation' value='0.14624 0.20130 -0.59285'/> |
365 | <fieldValue name='rotation' value='-19.01266 0 7.68742 1.27360'/> |
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='2.60336'/> |
374 | <fieldValue name='cylinderTranslation' value='-0.28215 0.32808 0.66927'/> |
375 | <fieldValue name='coneTranslation' value='-0.67501 0.45326 1.73389'/> |
376 | <fieldValue name='rotation' value='242.76434 -0.00000 89.58400 1.46093'/> |
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.57658'/> |
385 | <fieldValue name='cylinderTranslation' value='0.27442 0.07515 -0.30132'/> |
386 | <fieldValue name='coneTranslation' value='0.32277 0.02611 -0.19309'/> |
387 | <fieldValue name='rotation' value='48.64638 0 -21.72992 1.96303'/> |
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='2.62125'/> |
396 | <fieldValue name='cylinderTranslation' value='1.28893 -0.01836 -1.18857'/> |
397 | <fieldValue name='coneTranslation' value='2.27498 -0.19719 -1.75396'/> |
398 | <fieldValue name='rotation' value='-128.80246 0 -224.63258 1.72685'/> |
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.15092'/> |
407 | <fieldValue name='cylinderTranslation' value='0.13541 0.17003 -0.47719'/> |
408 | <fieldValue name='coneTranslation' value='0.16942 0.18719 -0.55266'/> |
409 | <fieldValue name='rotation' value='13.47317 -0.00000 6.07227 1.77516'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='1.04634'/> |
418 | <fieldValue name='cylinderTranslation' value='0.43200 0.60372 -0.37783'/> |
419 | <fieldValue name='coneTranslation' value='0.61681 0.89414 -0.26210'/> |
420 | <fieldValue name='rotation' value='33.34437 0 -53.24568 0.64403'/> |
421 | <fieldValue name='diffuseColor' value='0 0 0'/> |
422 | <fieldValue name='ballRadius' value='0.02'/> |
423 | <fieldValue name='traceEnabled' value='false'/> |
424 | <fieldValue name='displayMode'/> |
425 | <fieldValue name='transparency' value='0'/> |
426 | </ProtoInstance> |
427 | <ProtoInstance name='Arc'> |
428 | <fieldValue name='cylinderHeight' value='0.36443'/> |
429 | <fieldValue name='cylinderTranslation' value='0.04997 0.24728 -0.41824'/> |
430 | <fieldValue name='coneTranslation' value='0.03585 0.25483 -0.40284'/> |
431 | <fieldValue name='rotation' value='25.26367 -0.00000 23.16056 1.22402'/> |
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='2.50132'/> |
440 | <fieldValue name='cylinderTranslation' value='0.76967 -0.05018 0.52501'/> |
441 | <fieldValue name='coneTranslation' value='1.29631 -0.25557 1.45775'/> |
442 | <fieldValue name='rotation' value='213.91414 0 -120.78004 1.76025'/> |
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.08655'/> |
451 | <fieldValue name='cylinderTranslation' value='0.15389 0.22569 -0.55476'/> |
452 | <fieldValue name='coneTranslation' value='0.18594 0.11688 -0.52724'/> |
453 | <fieldValue name='rotation' value='-2.04011 0 2.37652 0.37029'/> |
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='2.23014'/> |
462 | <fieldValue name='cylinderTranslation' value='0.54044 -0.49701 0.25381'/> |
463 | <fieldValue name='coneTranslation' value='0.86135 -1.08147 0.93761'/> |
464 | <fieldValue name='rotation' value='159.67258 0 -74.93378 2.22932'/> |
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='2.79629'/> |
473 | <fieldValue name='cylinderTranslation' value='1.36563 -0.47908 -0.27312'/> |
474 | <fieldValue name='coneTranslation' value='2.42818 -1.06748 -0.03275'/> |
475 | <fieldValue name='rotation' value='54.28727 0 -239.97160 2.06601'/> |
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='3.01420'/> |
484 | <fieldValue name='cylinderTranslation' value='1.38784 0.52059 0.27123'/> |
485 | <fieldValue name='coneTranslation' value='2.48018 0.82024 1.00040'/> |
486 | <fieldValue name='rotation' value='163.15645 0 -244.41508 1.34648'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.28515'/> |
495 | <fieldValue name='cylinderTranslation' value='0.13957 0.21957 -0.68046'/> |
496 | <fieldValue name='coneTranslation' value='0.14278 0.21539 -0.66385'/> |
497 | <fieldValue name='rotation' value='-27.18069 0 5.23911 1.32841'/> |
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='2.76767'/> |
506 | <fieldValue name='cylinderTranslation' value='0.87877 -0.99001 -0.70317'/> |
507 | <fieldValue name='coneTranslation' value='1.50934 -2.02947 -0.84344'/> |
508 | <fieldValue name='rotation' value='-31.72261 0 -142.60079 2.58555'/> |
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='2.87028'/> |
517 | <fieldValue name='cylinderTranslation' value='0.24003 -1.21280 -0.22944'/> |
518 | <fieldValue name='coneTranslation' value='0.30602 -2.45507 0.05055'/> |
519 | <fieldValue name='rotation' value='63.02377 0 -14.85258 2.91405'/> |
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.27727'/> |
528 | <fieldValue name='cylinderTranslation' value='0.20458 0.08270 -0.45984'/> |
529 | <fieldValue name='coneTranslation' value='0.19860 0.09852 -0.47290'/> |
530 | <fieldValue name='rotation' value='16.94237 0 -7.76310 2.40449'/> |
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='2.85874'/> |
539 | <fieldValue name='cylinderTranslation' value='-0.14500 -1.10182 -1.08282'/> |
540 | <fieldValue name='coneTranslation' value='-0.42098 -2.24490 -1.56083'/> |
541 | <fieldValue name='rotation' value='-107.65223 0 62.15389 2.69174'/> |
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='2.65085'/> |
550 | <fieldValue name='cylinderTranslation' value='0.37199 0.68994 0.66358'/> |
551 | <fieldValue name='coneTranslation' value='0.55332 1.13362 1.72588'/> |
552 | <fieldValue name='rotation' value='241.62790 0 -41.24473 1.18024'/> |
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='2.92860'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.61983 -0.97997 -0.13342'/> |
562 | <fieldValue name='coneTranslation' value='-1.31959 -2.01796 0.23280'/> |
563 | <fieldValue name='rotation' value='82.22762 -0.00000 157.11977 2.49116'/> |
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='2.09618'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.14840 -0.18567 0.38396'/> |
573 | <fieldValue name='coneTranslation' value='-0.41462 -0.50005 1.17072'/> |
574 | <fieldValue name='rotation' value='185.70253 -0.00000 62.83466 1.93263'/> |
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.27569'/> |
583 | <fieldValue name='cylinderTranslation' value='0.15009 0.24288 -0.66884'/> |
584 | <fieldValue name='coneTranslation' value='0.15261 0.23363 -0.64886'/> |
585 | <fieldValue name='rotation' value='-24.85620 0 3.13540 1.14028'/> |
586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
587 | <fieldValue name='ballRadius' value='0.02'/> |
588 | <fieldValue name='traceEnabled' value='false'/> |
589 | <fieldValue name='displayMode'/> |
590 | <fieldValue name='transparency' value='0'/> |
591 | </ProtoInstance> |
592 | <ProtoInstance name='Arc'> |
593 | <fieldValue name='cylinderHeight' value='0.94347'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.21967 0.45350 -0.49911'/> |
595 | <fieldValue name='coneTranslation' value='-0.47438 0.63069 -0.46908'/> |
596 | <fieldValue name='rotation' value='9.08872 -0.00000 77.08788 0.96620'/> |
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='2.83980'/> |
605 | <fieldValue name='cylinderTranslation' value='-1.05844 -0.48767 -0.79847'/> |
606 | <fieldValue name='coneTranslation' value='-2.14471 -1.08485 -1.02377'/> |
607 | <fieldValue name='rotation' value='-50.78262 0 244.84247 2.06461'/> |
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='3.06914'/> |
616 | <fieldValue name='cylinderTranslation' value='-1.10454 -0.29278 0.17140'/> |
617 | <fieldValue name='coneTranslation' value='-2.24241 -0.72107 0.81271'/> |
618 | <fieldValue name='rotation' value='143.19158 -0.00000 254.06275 1.88765'/> |
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.08655'/> |
627 | <fieldValue name='cylinderTranslation' value='0.15389 0.22569 -0.55476'/> |
628 | <fieldValue name='coneTranslation' value='0.18594 0.11688 -0.52724'/> |
629 | <fieldValue name='rotation' value='-2.04011 0 2.37652 0.37029'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='0.49795'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.05797 0.16556 -0.43714'/> |
639 | <fieldValue name='coneTranslation' value='-0.13792 0.15849 -0.39876'/> |
640 | <fieldValue name='rotation' value='21.48305 -0.00000 44.74723 1.65036'/> |
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.55245'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.08768 0.10883 -0.62336'/> |
650 | <fieldValue name='coneTranslation' value='-0.19432 0.07664 -0.65651'/> |
651 | <fieldValue name='rotation' value='-15.76005 0 50.68950 1.85148'/> |
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.93019'/> |
660 | <fieldValue name='cylinderTranslation' value='0.03361 0.62505 -0.61879'/> |
661 | <fieldValue name='coneTranslation' value='-0.05308 0.91349 -0.66748'/> |
662 | <fieldValue name='rotation' value='-14.84613 0 26.43101 0.33197'/> |
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.16564'/> |
671 | <fieldValue name='cylinderTranslation' value='0.12933 0.22158 -0.60951'/> |
672 | <fieldValue name='coneTranslation' value='0.16329 0.18781 -0.54898'/> |
673 | <fieldValue name='rotation' value='-12.98984 0 7.28839 1.11803'/> |
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.61882'/> |
682 | <fieldValue name='cylinderTranslation' value='0.05664 -0.07160 -0.67798'/> |
683 | <fieldValue name='coneTranslation' value='0.00394 -0.19568 -0.74240'/> |
684 | <fieldValue name='rotation' value='-26.68400 0 21.82585 2.55073'/> |
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.86774'/> |
693 | <fieldValue name='cylinderTranslation' value='0.13720 0.00769 0.37181'/> |
694 | <fieldValue name='coneTranslation' value='0.11352 -0.13952 1.13118'/> |
695 | <fieldValue name='rotation' value='183.27417 -0.00000 5.71467 1.76220'/> |
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='2.51249'/> |
704 | <fieldValue name='cylinderTranslation' value='0.05271 -0.58459 0.44163'/> |
705 | <fieldValue name='coneTranslation' value='-0.04594 -1.25647 1.30221'/> |
706 | <fieldValue name='rotation' value='197.23754 -0.00000 22.61110 2.23051'/> |
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='2.92981'/> |
715 | <fieldValue name='cylinderTranslation' value='-1.22208 0.39767 -0.12652'/> |
716 | <fieldValue name='coneTranslation' value='-2.45834 0.58680 0.24586'/> |
717 | <fieldValue name='rotation' value='83.60735 -0.00000 277.56886 1.42534'/> |
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='2.58360'/> |
726 | <fieldValue name='cylinderTranslation' value='0.34783 -0.41791 0.58313'/> |
727 | <fieldValue name='coneTranslation' value='0.50735 -0.94644 1.57115'/> |
728 | <fieldValue name='rotation' value='225.53761 0 -36.41284 2.05668'/> |
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.49875'/> |
737 | <fieldValue name='cylinderTranslation' value='0.38860 0.14936 -0.65056'/> |
738 | <fieldValue name='coneTranslation' value='0.46847 0.13646 -0.68855'/> |
739 | <fieldValue name='rotation' value='-21.20118 0 -44.56681 1.71562'/> |
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='3.30723'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.75127 0.94435 0.60322'/> |
749 | <fieldValue name='coneTranslation' value='-1.57959 1.62990 1.63995'/> |
750 | <fieldValue name='rotation' value='229.55591 -0.00000 183.40858 1.09393'/> |
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.08588'/> |
759 | <fieldValue name='cylinderTranslation' value='0.12782 0.20077 -0.55744'/> |
760 | <fieldValue name='coneTranslation' value='0.23127 0.15872 -0.52232'/> |
761 | <fieldValue name='rotation' value='-2.57694 0 7.58924 1.20339'/> |
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='3.02300'/> |
770 | <fieldValue name='cylinderTranslation' value='0.02905 0.07301 -1.08110'/> |
771 | <fieldValue name='coneTranslation' value='-0.06916 0.14264 -2.42723'/> |
772 | <fieldValue name='rotation' value='-301.09817 0 21.96728 1.51925'/> |
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.30462'/> |
781 | <fieldValue name='cylinderTranslation' value='0.52585 0.15503 0.92459'/> |
782 | <fieldValue name='coneTranslation' value='0.81790 0.27570 1.30210'/> |
783 | <fieldValue name='rotation' value='100.04033 0 -77.39247 1.32316'/> |
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='1.12670'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.04935 0.49208 0.23735'/> |
793 | <fieldValue name='coneTranslation' value='-0.18412 0.84788 0.10343'/> |
794 | <fieldValue name='rotation' value='-37.40847 0 37.64765 0.49048'/> |
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='2.76297'/> |
803 | <fieldValue name='cylinderTranslation' value='0.71691 1.23845 0.25536'/> |
804 | <fieldValue name='coneTranslation' value='1.22798 2.33777 0.10590'/> |
805 | <fieldValue name='rotation' value='-33.80642 0 -115.60315 0.45107'/> |
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.77126'/> |
814 | <fieldValue name='cylinderTranslation' value='0.06657 -0.28848 0.17331'/> |
815 | <fieldValue name='coneTranslation' value='0.02426 -0.45443 0.02641'/> |
816 | <fieldValue name='rotation' value='-50.21460 0 14.46351 2.39717'/> |
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='2.83419'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.80607 0.94225 -0.04271'/> |
826 | <fieldValue name='coneTranslation' value='-1.64434 1.78243 -0.45708'/> |
827 | <fieldValue name='rotation' value='-93.42041 0 188.99201 0.83881'/> |
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='2.16435'/> |
836 | <fieldValue name='cylinderTranslation' value='0.09891 -0.03165 1.50549'/> |
837 | <fieldValue name='coneTranslation' value='0.06484 -0.05447 2.42675'/> |
838 | <fieldValue name='rotation' value='216.22068 -0.00000 7.99598 1.59555'/> |
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='1.29908'/> |
847 | <fieldValue name='cylinderTranslation' value='0.29241 0.60062 0.24626'/> |
848 | <fieldValue name='coneTranslation' value='0.40812 1.05695 0.11202'/> |
849 | <fieldValue name='rotation' value='-35.62456 0 -30.70442 0.37044'/> |
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='2.20490'/> |
858 | <fieldValue name='cylinderTranslation' value='0.07522 0.28997 -0.63600'/> |
859 | <fieldValue name='coneTranslation' value='0.02080 0.54201 -1.54249'/> |
860 | <fieldValue name='rotation' value='-212.07732 0 12.73321 1.30007'/> |
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.88462'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.00684 0.12567 -0.49739'/> |
870 | <fieldValue name='coneTranslation' value='-0.12783 0.23403 -1.26265'/> |
871 | <fieldValue name='rotation' value='-184.35495 0 29.14670 1.43183'/> |
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='2.33239'/> |
880 | <fieldValue name='cylinderTranslation' value='0.40634 0.30547 -0.66748'/> |
881 | <fieldValue name='coneTranslation' value='0.63710 0.57322 -1.60955'/> |
882 | <fieldValue name='rotation' value='-218.37380 0 -53.49001 1.30145'/> |
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.50743'/> |
891 | <fieldValue name='cylinderTranslation' value='0.70683 0.38373 0.11693'/> |
892 | <fieldValue name='coneTranslation' value='1.15421 0.68984 -0.12525'/> |
893 | <fieldValue name='rotation' value='-61.49067 0 -113.58807 1.02912'/> |
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='2.85027'/> |
902 | <fieldValue name='cylinderTranslation' value='0.06692 1.30304 0.98584'/> |
903 | <fieldValue name='coneTranslation' value='0.00304 2.46410 1.48426'/> |
904 | <fieldValue name='rotation' value='112.29034 -0.00000 14.39330 0.40845'/> |
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.93468'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.10593 -0.07225 0.03205'/> |
914 | <fieldValue name='coneTranslation' value='-0.26694 -0.11657 -0.22596'/> |
915 | <fieldValue name='rotation' value='-78.46720 0 48.96499 1.71550'/> |
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.49195'/> |
924 | <fieldValue name='cylinderTranslation' value='0.14069 0.17819 -0.29878'/> |
925 | <fieldValue name='coneTranslation' value='0.14210 0.32199 -0.86683'/> |
926 | <fieldValue name='rotation' value='-144.63296 0 -0.35973 1.32288'/> |
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.22561'/> |
935 | <fieldValue name='cylinderTranslation' value='0.33799 0.16231 -0.13054'/> |
936 | <fieldValue name='coneTranslation' value='0.48511 0.28583 -0.54058'/> |
937 | <fieldValue name='rotation' value='-110.98545 0 -39.81977 1.29450'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='1.41316'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.21848 -0.05507 -0.18308'/> |
947 | <fieldValue name='coneTranslation' value='-0.49493 -0.09390 -0.65300'/> |
948 | <fieldValue name='rotation' value='-121.49418 0 71.47497 1.64191'/> |
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.36601'/> |
957 | <fieldValue name='cylinderTranslation' value='0.14480 0.11423 -0.24813'/> |
958 | <fieldValue name='coneTranslation' value='0.14932 0.20543 -0.76310'/> |
959 | <fieldValue name='rotation' value='-134.50281 0 -1.18082 1.39553'/> |
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.67772'/> |
968 | <fieldValue name='cylinderTranslation' value='-0.52054 -0.14454 0.92372'/> |
969 | <fieldValue name='coneTranslation' value='-1.05419 -0.25758 1.32781'/> |
970 | <fieldValue name='rotation' value='99.86611 -0.00000 131.88568 1.73809'/> |
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='2.63545'/> |
979 | <fieldValue name='cylinderTranslation' value='1.28491 0.10179 1.06600'/> |
980 | <fieldValue name='coneTranslation' value='2.29178 0.19549 1.62971'/> |
981 | <fieldValue name='rotation' value='128.32308 0 -229.20359 1.48977'/> |
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='1.24989'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.18893 0.40779 0.08851'/> |
991 | <fieldValue name='coneTranslation' value='-0.43282 0.71478 -0.16138'/> |
992 | <fieldValue name='rotation' value='-67.17558 0 65.56368 0.84959'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='1.20418'/> |
1001 | <fieldValue name='cylinderTranslation' value='-0.02081 0.50636 0.69946'/> |
1002 | <fieldValue name='coneTranslation' value='-0.13807 0.88173 0.90143'/> |
1003 | <fieldValue name='rotation' value='55.01428 -0.00000 31.94040 0.55657'/> |
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.32047'/> |
1012 | <fieldValue name='cylinderTranslation' value='0.33782 -0.19655 -0.17528'/> |
1013 | <fieldValue name='coneTranslation' value='0.48853 -0.34178 -0.62962'/> |
1014 | <fieldValue name='rotation' value='-119.93265 0 -39.78490 1.86537'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='0.72220'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.10666 0.08798 0.07692'/> |
1024 | <fieldValue name='coneTranslation' value='0.08870 0.13969 -0.11659'/> |
1025 | <fieldValue name='rotation' value='-69.49399 0 6.44691 1.31076'/> |
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='1.24142'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.21126 -0.16506 -0.17091'/> |
1035 | <fieldValue name='coneTranslation' value='0.26498 -0.28396 -0.61276'/> |
1036 | <fieldValue name='rotation' value='-119.06010 0 -14.47401 1.83183'/> |
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.71325'/> |
1045 | <fieldValue name='cylinderTranslation' value='0.12719 0.07837 0.07781'/> |
1046 | <fieldValue name='coneTranslation' value='0.12075 0.12427 -0.11328'/> |
1047 | <fieldValue name='rotation' value='-69.31566 0 2.33922 1.33523'/> |
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.90310'/> |
1056 | <fieldValue name='cylinderTranslation' value='0.36335 0.13418 0.05807'/> |
1057 | <fieldValue name='coneTranslation' value='0.50827 0.22395 -0.17845'/> |
1058 | <fieldValue name='rotation' value='-73.26321 0 -44.89135 1.25780'/> |
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.18742'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.11389 0.12165 -0.15515'/> |
1068 | <fieldValue name='coneTranslation' value='0.09563 0.21406 -0.57850'/> |
1069 | <fieldValue name='rotation' value='-115.90707 0 4.99963 1.35607'/> |
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='1.76328'/> |
1078 | <fieldValue name='cylinderTranslation' value='-0.29559 0.23297 1.15374'/> |
1079 | <fieldValue name='coneTranslation' value='-0.65122 0.42764 1.75072'/> |
1080 | <fieldValue name='rotation' value='145.86994 -0.00000 86.89621 1.29765'/> |
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.54159'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.26098 -0.01996 0.18315'/> |
1090 | <fieldValue name='coneTranslation' value='0.31093 -0.02613 0.08444'/> |
1091 | <fieldValue name='rotation' value='-48.24802 0 -24.41772 1.62657'/> |
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='3.21069'/> |
1100 | <fieldValue name='cylinderTranslation' value='1.27549 -0.11346 -0.70410'/> |
1101 | <fieldValue name='coneTranslation' value='2.29881 -0.21124 -1.72011'/> |
1102 | <fieldValue name='rotation' value='-225.69686 0 -227.32038 1.63850'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='0.85001'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.12197 0.07493 0.00728'/> |
1112 | <fieldValue name='coneTranslation' value='0.11142 0.12468 -0.25280'/> |
1113 | <fieldValue name='rotation' value='-83.42123 0 3.38448 1.38194'/> |
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='1.33092'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.41856 0.50862 0.10664'/> |
1123 | <fieldValue name='coneTranslation' value='0.63098 0.89863 -0.13471'/> |
1124 | <fieldValue name='rotation' value='-63.55003 0 -55.93347 0.68943'/> |
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.80848'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.03653 0.15217 0.06623'/> |
1134 | <fieldValue name='coneTranslation' value='-0.02532 0.24705 -0.15016'/> |
1135 | <fieldValue name='rotation' value='-71.63073 0 20.47276 1.17184'/> |
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='1.72414'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.75623 -0.14528 1.00949'/> |
1145 | <fieldValue name='coneTranslation' value='1.25899 -0.25964 1.48599'/> |
1146 | <fieldValue name='rotation' value='117.01973 0 -123.46784 1.73441'/> |
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='1.02577'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.14045 0.13059 -0.07029'/> |
1156 | <fieldValue name='coneTranslation' value='0.14152 0.22378 -0.41064'/> |
1157 | <fieldValue name='rotation' value='-98.93451 0 -0.31127 1.30354'/> |
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='1.54146'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.52700 -0.59212 0.73828'/> |
1167 | <fieldValue name='coneTranslation' value='0.83454 -1.05747 0.98701'/> |
1168 | <fieldValue name='rotation' value='62.77818 0 -77.62157 2.43711'/> |
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='2.71411'/> |
1177 | <fieldValue name='cylinderTranslation' value='1.35219 -0.57419 0.21135'/> |
1178 | <fieldValue name='coneTranslation' value='2.42243 -1.07639 0.02343'/> |
1179 | <fieldValue name='rotation' value='-42.60713 0 -242.65939 2.00372'/> |
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='2.69923'/> |
1188 | <fieldValue name='cylinderTranslation' value='1.37441 0.42548 0.75570'/> |
1189 | <fieldValue name='coneTranslation' value='2.46345 0.80481 1.04773'/> |
1190 | <fieldValue name='rotation' value='66.26204 0 -247.10288 1.24627'/> |
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='1.26768'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.12613 0.12446 -0.19599'/> |
1200 | <fieldValue name='coneTranslation' value='0.11660 0.22114 -0.65976'/> |
1201 | <fieldValue name='rotation' value='-124.07510 0 2.55132 1.36532'/> |
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='2.90395'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.86533 -1.08512 -0.21870'/> |
1211 | <fieldValue name='coneTranslation' value='1.51173 -2.04633 -0.79092'/> |
1212 | <fieldValue name='rotation' value='-128.61702 0 -145.28858 2.40982'/> |
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='2.63385'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.22659 -1.30790 0.25503'/> |
1222 | <fieldValue name='coneTranslation' value='0.30364 -2.45263 0.10626'/> |
1223 | <fieldValue name='rotation' value='-33.87063 0 -17.54037 2.99626'/> |
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.80646'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.19115 -0.01240 0.02463'/> |
1233 | <fieldValue name='coneTranslation' value='0.22267 -0.01695 -0.21651'/> |
1234 | <fieldValue name='rotation' value='-79.95203 0 -10.45089 1.58950'/> |
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='3.19712'/> |
1243 | <fieldValue name='cylinderTranslation' value='-0.15844 -1.19692 -0.59835'/> |
1244 | <fieldValue name='coneTranslation' value='-0.42601 -2.26967 -1.51871'/> |
1245 | <fieldValue name='rotation' value='-204.54663 0 59.46610 2.41239'/> |
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='1.93037'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.35855 0.59484 1.14805'/> |
1255 | <fieldValue name='coneTranslation' value='0.54180 1.09512 1.75176'/> |
1256 | <fieldValue name='rotation' value='144.73349 0 -43.93253 0.90036'/> |
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='2.64346'/> |
1265 | <fieldValue name='cylinderTranslation' value='-0.63327 -1.07508 0.35105'/> |
1266 | <fieldValue name='coneTranslation' value='-1.31196 -2.01574 0.28660'/> |
1267 | <fieldValue name='rotation' value='-14.66679 0 154.43197 2.51445'/> |
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='1.20622'/> |
1276 | <fieldValue name='cylinderTranslation' value='-0.16184 -0.28077 0.86843'/> |
1277 | <fieldValue name='coneTranslation' value='-0.38280 -0.48349 1.19467'/> |
1278 | <fieldValue name='rotation' value='88.80812 -0.00000 60.14686 2.04596'/> |
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.25520'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.13665 0.14777 -0.18437'/> |
1288 | <fieldValue name='coneTranslation' value='0.13499 0.26149 -0.63792'/> |
1289 | <fieldValue name='rotation' value='-121.75060 0 0.44761 1.32513'/> |
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='1.36100'/> |
1298 | <fieldValue name='cylinderTranslation' value='-0.23311 0.35839 -0.01464'/> |
1299 | <fieldValue name='coneTranslation' value='-0.51764 0.63623 -0.35044'/> |
1300 | <fieldValue name='rotation' value='-87.80569 0 74.40008 1.00771'/> |
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='3.06279'/> |
1309 | <fieldValue name='cylinderTranslation' value='-1.07188 -0.58277 -0.31400'/> |
1310 | <fieldValue name='coneTranslation' value='-2.15615 -1.10031 -0.97524'/> |
1311 | <fieldValue name='rotation' value='-147.67703 0 242.15468 1.95776'/> |
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='2.66836'/> |
1320 | <fieldValue name='cylinderTranslation' value='-1.11798 -0.38789 0.65587'/> |
1321 | <fieldValue name='coneTranslation' value='-2.22413 -0.72498 0.85960'/> |
1322 | <fieldValue name='rotation' value='46.29718 -0.00000 251.37496 1.86198'/> |
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.02577'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.14045 0.13059 -0.07029'/> |
1332 | <fieldValue name='coneTranslation' value='0.14152 0.22378 -0.41064'/> |
1333 | <fieldValue name='rotation' value='-98.93451 0 -0.31127 1.30354'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='0.87651'/> |
1342 | <fieldValue name='cylinderTranslation' value='-0.07141 0.07045 0.04733'/> |
1343 | <fieldValue name='coneTranslation' value='-0.20493 0.11827 -0.19207'/> |
1344 | <fieldValue name='rotation' value='-75.41136 0 42.05943 1.39809'/> |
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='1.22511'/> |
1353 | <fieldValue name='cylinderTranslation' value='-0.10112 0.01373 -0.13888'/> |
1354 | <fieldValue name='coneTranslation' value='-0.27844 0.02746 -0.55503'/> |
1355 | <fieldValue name='rotation' value='-112.65446 0 48.00171 1.54045'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='1.56494'/> |
1364 | <fieldValue name='cylinderTranslation' value='0.02017 0.52995 -0.13432'/> |
1365 | <fieldValue name='coneTranslation' value='-0.07427 0.95540 -0.57877'/> |
1366 | <fieldValue name='rotation' value='-111.74053 0 23.74322 0.81827'/> |
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='1.13074'/> |
1375 | <fieldValue name='cylinderTranslation' value='0.11589 0.12647 -0.12503'/> |
1376 | <fieldValue name='coneTranslation' value='0.09939 0.22064 -0.51897'/> |
1377 | <fieldValue name='rotation' value='-109.88425 0 4.60060 1.33636'/> |
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='1.29173'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.04320 -0.16671 -0.19350'/> |
1387 | <fieldValue name='coneTranslation' value='-0.02878 -0.28846 -0.65833'/> |
1388 | <fieldValue name='rotation' value='-123.57840 0 19.13806 1.82409'/> |
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.87995'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.12376 -0.08741 0.85629'/> |
1398 | <fieldValue name='coneTranslation' value='0.11413 -0.13994 1.13112'/> |
1399 | <fieldValue name='rotation' value='86.37976 -0.00000 3.02687 1.75953'/> |
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='1.69357'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.03927 -0.67970 0.92610'/> |
1409 | <fieldValue name='coneTranslation' value='-0.04152 -1.22702 1.33302'/> |
1410 | <fieldValue name='rotation' value='100.34314 -0.00000 19.92331 2.49301'/> |
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='2.81987'/> |
1419 | <fieldValue name='cylinderTranslation' value='-1.23551 0.30257 0.35795'/> |
1420 | <fieldValue name='coneTranslation' value='-2.45395 0.57511 0.29906'/> |
1421 | <fieldValue name='rotation' value='-13.28706 0 274.88107 1.35099'/> |
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='1.68543'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.33439 -0.51301 1.06760'/> |
1431 | <fieldValue name='coneTranslation' value='0.49278 -0.92468 1.58870'/> |
1432 | <fieldValue name='rotation' value='128.64320 0 -39.10064 2.21804'/> |
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='1.27747'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.37516 0.05425 -0.16609'/> |
1442 | <fieldValue name='coneTranslation' value='0.55225 0.09856 -0.60866'/> |
1443 | <fieldValue name='rotation' value='-118.09558 0 -47.25461 1.47811'/> |
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='2.81849'/> |
1452 | <fieldValue name='cylinderTranslation' value='-0.76471 0.84924 1.08769'/> |
1453 | <fieldValue name='coneTranslation' value='-1.56573 1.60637 1.67569'/> |
1454 | <fieldValue name='rotation' value='132.66150 -0.00000 180.72078 0.91968'/> |
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='1.02016'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.11438 0.10567 -0.07297'/> |
1464 | <fieldValue name='coneTranslation' value='0.09756 0.18153 -0.41432'/> |
1465 | <fieldValue name='rotation' value='-99.47135 0 4.90145 1.35238'/> |
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='1.71740'/> |
1474 | <fieldValue name='cylinderTranslation' value='1.09379 0.54362 0.61714'/> |
1475 | <fieldValue name='coneTranslation' value='1.24105 0.72971 -0.04003'/> |
1476 | <fieldValue name='rotation' value='-161.53100 0 -36.19560 1.30120'/> |
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.92643'/> |
1485 | <fieldValue name='cylinderTranslation' value='-0.20905 1.00330 0.51242'/> |
1486 | <fieldValue name='coneTranslation' value='-0.19037 1.01264 0.81491'/> |
1487 | <fieldValue name='rotation' value='92.42275 0 -5.70725 1.53996'/> |
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='1.53246'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.87043 1.84393 0.07723'/> |
1497 | <fieldValue name='coneTranslation' value='0.53458 1.33929 0.07004'/> |
1498 | <fieldValue name='rotation' value='-1.81814 0 84.89873 2.55428'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='1.60473'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.99657 1.75193 -0.06239'/> |
1508 | <fieldValue name='coneTranslation' value='0.75772 1.16763 -0.18146'/> |
1509 | <fieldValue name='rotation' value='-29.74361 0 59.66967 2.71313'/> |
1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1511 | <fieldValue name='ballRadius' value='0.02'/> |
1512 | <fieldValue name='traceEnabled' value='false'/> |
1513 | <fieldValue name='displayMode'/> |
1514 | <fieldValue name='transparency' value='0'/> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Arc'> |
1517 | <fieldValue name='cylinderHeight' value='1.69763'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.03304 -0.96332 0.67503'/> |
1519 | <fieldValue name='coneTranslation' value='-0.05520 -1.28079 1.28592'/> |
1520 | <fieldValue name='rotation' value='150.55774 -0.00000 5.45980 2.04980'/> |
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='1.65377'/> |
1529 | <fieldValue name='cylinderTranslation' value='-1.13389 1.35490 -0.37859'/> |
1530 | <fieldValue name='coneTranslation' value='-0.63616 0.92385 -0.27276'/> |
1531 | <fieldValue name='rotation' value='26.24484 0 -123.42833 2.27360'/> |
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='1.63703'/> |
1540 | <fieldValue name='cylinderTranslation' value='-1.17807 1.30550 -0.48174'/> |
1541 | <fieldValue name='coneTranslation' value='-0.71711 0.83577 -0.45916'/> |
1542 | <fieldValue name='rotation' value='5.61472 0 -114.59193 2.36502'/> |
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='1.11782'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.13271 1.11184 0.52134'/> |
1552 | <fieldValue name='coneTranslation' value='-0.09085 1.04456 0.84479'/> |
1553 | <fieldValue name='rotation' value='90.63884 -0.00000 62.64482 1.74026'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='1.80846'/> |
1562 | <fieldValue name='cylinderTranslation' value='0.51208 1.20032 0.96993'/> |
1563 | <fieldValue name='coneTranslation' value='0.56651 1.19556 1.71215'/> |
1564 | <fieldValue name='rotation' value='180.35806 0 -13.22811 1.57719'/> |
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.83963'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.36422 0.07546 -1.10486'/> |
1574 | <fieldValue name='coneTranslation' value='-0.49520 -0.03639 -0.91034'/> |
1575 | <fieldValue name='rotation' value='62.86077 -0.00000 42.32826 2.01585'/> |
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='1.49347'/> |
1584 | <fieldValue name='cylinderTranslation' value='0.63080 0.44450 -1.03380'/> |
1585 | <fieldValue name='coneTranslation' value='0.59702 0.30991 -0.46371'/> |
1586 | <fieldValue name='rotation' value='145.11059 -0.00000 8.59866 1.80224'/> |
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.62866'/> |
1595 | <fieldValue name='cylinderTranslation' value='0.98650 0.89721 -0.20082'/> |
1596 | <fieldValue name='coneTranslation' value='0.84496 0.95852 -0.20587'/> |
1597 | <fieldValue name='rotation' value='-2.05936 0 57.65459 1.16223'/> |
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='1.72758'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.40667 -0.34816 0.47609'/> |
1607 | <fieldValue name='coneTranslation' value='-0.45222 -0.51806 1.15755'/> |
1608 | <fieldValue name='rotation' value='167.27533 -0.00000 11.18187 1.81461'/> |
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.51955'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.33979 0.34536 -0.85370'/> |
1618 | <fieldValue name='coneTranslation' value='0.41557 0.33926 -0.78909'/> |
1619 | <fieldValue name='rotation' value='33.64750 0 -39.46005 1.63199'/> |
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.23934'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.57426 0.22142 -0.72102'/> |
1629 | <fieldValue name='coneTranslation' value='0.56174 0.25784 -0.70904'/> |
1630 | <fieldValue name='rotation' value='-7.11013 0 -7.43483 2.69730'/> |
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.28608'/> |
1639 | <fieldValue name='cylinderTranslation' value='-0.45849 -0.03648 -0.74636'/> |
1640 | <fieldValue name='coneTranslation' value='-0.47241 -0.04463 -0.75160'/> |
1641 | <fieldValue name='rotation' value='8.83972 0 -23.47326 1.06908'/> |
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.74606'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.34372 -0.07745 -0.84779'/> |
1651 | <fieldValue name='coneTranslation' value='0.45395 -0.25494 -0.80619'/> |
1652 | <fieldValue name='rotation' value='14.57017 0 -38.60408 2.55555'/> |
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='2.01593'/> |
1661 | <fieldValue name='cylinderTranslation' value='-0.73083 -0.06922 0.54666'/> |
1662 | <fieldValue name='coneTranslation' value='-0.35300 0.11164 -0.19061'/> |
1663 | <fieldValue name='rotation' value='-175.27747 0 -89.82625 1.35585'/> |
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='1.17259'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.90225 -0.03863 1.65110'/> |
1673 | <fieldValue name='coneTranslation' value='1.51785 -0.21828 1.61001'/> |
1674 | <fieldValue name='rotation' value='-11.30335 0 105.73576 2.00580'/> |
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.91450'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.52042 0.53213 1.39731'/> |
1684 | <fieldValue name='coneTranslation' value='2.57860 0.74256 1.19559'/> |
1685 | <fieldValue name='rotation' value='-62.06104 0 -17.89928 0.78425'/> |
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='1.28256'/> |
1694 | <fieldValue name='cylinderTranslation' value='-0.34863 0.91900 0.36358'/> |
1695 | <fieldValue name='coneTranslation' value='-0.22246 0.99298 0.82210'/> |
1696 | <fieldValue name='rotation' value='122.18985 0 -33.62328 1.41647'/> |
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='1.67023'/> |
1705 | <fieldValue name='cylinderTranslation' value='-0.13953 1.04117 0.14076'/> |
1706 | <fieldValue name='coneTranslation' value='-0.10639 1.06023 -0.53327'/> |
1707 | <fieldValue name='rotation' value='-166.75481 0 -8.19718 1.54255'/> |
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.88757'/> |
1716 | <fieldValue name='cylinderTranslation' value='-0.26534 0.45123 -0.36211'/> |
1717 | <fieldValue name='coneTranslation' value='-0.48261 0.62415 -0.42066'/> |
1718 | <fieldValue name='rotation' value='-18.31170 0 67.95317 0.91559'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='0.62392'/> |
1727 | <fieldValue name='cylinderTranslation' value='0.19434 -0.08527 -0.58802'/> |
1728 | <fieldValue name='coneTranslation' value='0.15084 0.03163 -0.50122'/> |
1729 | <fieldValue name='rotation' value='35.63887 -0.00000 17.85849 0.69308'/> |
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.60563'/> |
1738 | <fieldValue name='cylinderTranslation' value='0.19850 -0.03573 -0.79129'/> |
1739 | <fieldValue name='coneTranslation' value='0.15836 0.10081 -0.80311'/> |
1740 | <fieldValue name='rotation' value='-5.01500 0 17.02533 0.29743'/> |
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.49777'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.26352 -0.17260 -0.57067'/> |
1750 | <fieldValue name='coneTranslation' value='0.25633 -0.11808 -0.50084'/> |
1751 | <fieldValue name='rotation' value='39.10807 -0.00000 4.02312 0.91050'/> |
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.48691'/> |
1760 | <fieldValue name='cylinderTranslation' value='0.35165 0.21741 -0.28851'/> |
1761 | <fieldValue name='coneTranslation' value='0.43261 0.23654 -0.29527'/> |
1762 | <fieldValue name='rotation' value='-3.94755 0 -47.23057 1.33954'/> |
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.51448'/> |
1771 | <fieldValue name='cylinderTranslation' value='0.36490 0.26962 -0.43660'/> |
1772 | <fieldValue name='coneTranslation' value='0.28064 0.26826 -0.48512'/> |
1773 | <fieldValue name='rotation' value='-25.67130 0 44.58008 1.58475'/> |
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.66438'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.36111 0.28681 -0.55068'/> |
1783 | <fieldValue name='coneTranslation' value='0.24360 0.29385 -0.67635'/> |
1784 | <fieldValue name='rotation' value='-48.48739 0 45.33896 1.52986'/> |
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.51448'/> |
1793 | <fieldValue name='cylinderTranslation' value='0.36490 0.26962 -0.43660'/> |
1794 | <fieldValue name='coneTranslation' value='0.28064 0.26826 -0.48512'/> |
1795 | <fieldValue name='rotation' value='-25.67130 0 44.58008 1.58475'/> |
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.59873'/> |
1804 | <fieldValue name='cylinderTranslation' value='0.01820 -0.04020 -0.77304'/> |
1805 | <fieldValue name='coneTranslation' value='-0.01471 -0.17444 -0.79090'/> |
1806 | <fieldValue name='rotation' value='-7.67134 0 14.13843 2.86959'/> |
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='2.27991'/> |
1815 | <fieldValue name='cylinderTranslation' value='-0.39795 0.39000 0.79558'/> |
1816 | <fieldValue name='coneTranslation' value='-0.11245 0.32054 -0.13928'/> |
1817 | <fieldValue name='rotation' value='-217.50067 0 -66.42345 1.64174'/> |
1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1819 | <fieldValue name='ballRadius' value='0.02'/> |
1820 | <fieldValue name='traceEnabled' value='false'/> |
1821 | <fieldValue name='displayMode'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | </ProtoInstance> |
1824 | <ProtoInstance name='Arc'> |
1825 | <fieldValue name='cylinderHeight' value='1.94300'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.87832 -0.16038 0.76825'/> |
1827 | <fieldValue name='coneTranslation' value='1.29200 -0.26506 1.45849'/> |
1828 | <fieldValue name='rotation' value='165.26775 0 -99.05012 1.70016'/> |
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='2.03052'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.45648 -0.52811 0.82636'/> |
1838 | <fieldValue name='coneTranslation' value='0.51833 -0.94346 1.57143'/> |
1839 | <fieldValue name='rotation' value='176.89122 0 -14.68292 2.07789'/> |
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='2.12431'/> |
1848 | <fieldValue name='cylinderTranslation' value='1.51177 -0.05434 -1.29457'/> |
1849 | <fieldValue name='coneTranslation' value='0.74706 0.08811 -0.83761'/> |
1850 | <fieldValue name='rotation' value='107.60128 -0.00000 180.06577 1.41223'/> |
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='1.72878'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.10683 -0.00762 0.43918'/> |
1860 | <fieldValue name='coneTranslation' value='0.10829 -0.13991 1.13103'/> |
1861 | <fieldValue name='rotation' value='169.80099 0 -0.35761 1.75973'/> |
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='1.95772'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.57925 -0.59966 0.33852'/> |
1871 | <fieldValue name='coneTranslation' value='0.29830 -0.11470 -0.25848'/> |
1872 | <fieldValue name='rotation' value='-142.73021 0 67.17068 0.93697'/> |
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.61249'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.01869 -0.05618 -0.69086'/> |
1882 | <fieldValue name='coneTranslation' value='0.05269 0.07389 -0.63330'/> |
1883 | <fieldValue name='rotation' value='24.10706 0 -14.23661 0.47474'/> |
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.73458'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.23478 -1.18785 1.56932'/> |
1893 | <fieldValue name='coneTranslation' value='0.40134 -1.09377 1.64918'/> |
1894 | <fieldValue name='rotation' value='28.30006 0 -59.02394 1.09975'/> |
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='Vertex'> |
1902 | <fieldValue name='vertexText' value='"2010-02-02-USAID.GOV-PRESS"'/> |
1903 | <fieldValue name='description' value='1: 2010-02-02-USAID.GOV-PRESS'/> |
1904 | <fieldValue name='url'/> |
1905 | <fieldValue name='radius' value='0.1500'/> |
1906 | <fieldValue name='displayMode'/> |
1907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1908 | <fieldValue name='transparency' value='0'/> |
1909 | <fieldValue name='translation' value='0.16577 0.18535 -0.54456'/> |
1910 | <fieldValue name='textTranslation' value='0.31577 0.18535 -0.54456'/> |
1911 | <fieldValue name='textColor' value='0 0 0'/> |
1912 | </ProtoInstance> |
1913 | <ProtoInstance name='Vertex'> |
1914 | <fieldValue name='vertexText' value=' "Haiti/2010-02-02/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-02.simple" '/> |
1915 | <fieldValue name='description' value='2: Haiti/2010-02-02/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-02.simple'/> |
1916 | <fieldValue name='url'/> |
1917 | <fieldValue name='radius' value='0.1500'/> |
1918 | <fieldValue name='displayMode'/> |
1919 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1920 | <fieldValue name='transparency' value='0'/> |
1921 | <fieldValue name='translation' value='0.13889 -0.00486 0.42439'/> |
1922 | <fieldValue name='textTranslation' value='0.28889 -0.00486 0.42439'/> |
1923 | <fieldValue name='textColor' value='0 0 0'/> |
1924 | </ProtoInstance> |
1925 | <ProtoInstance name='Vertex'> |
1926 | <fieldValue name='vertexText' value='"additional"'/> |
1927 | <fieldValue name='description' value='3: additional'/> |
1928 | <fieldValue name='url'/> |
1929 | <fieldValue name='radius' value='0.1500'/> |
1930 | <fieldValue name='displayMode'/> |
1931 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | <fieldValue name='translation' value='-0.08078 0.15088 -2.58659'/> |
1934 | <fieldValue name='textTranslation' value='0.06922 0.15088 -2.58659'/> |
1935 | <fieldValue name='textColor' value='0 0 0'/> |
1936 | </ProtoInstance> |
1937 | <ProtoInstance name='Vertex'> |
1938 | <fieldValue name='vertexText' value='"administrator"'/> |
1939 | <fieldValue name='description' value='4: administrator'/> |
1940 | <fieldValue name='url'/> |
1941 | <fieldValue name='radius' value='0.1500'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1944 | <fieldValue name='transparency' value='0'/> |
1945 | <fieldValue name='translation' value='0.91282 0.31491 1.42479'/> |
1946 | <fieldValue name='textTranslation' value='1.06282 0.31491 1.42479'/> |
1947 | <fieldValue name='textColor' value='0 0 0'/> |
1948 | </ProtoInstance> |
1949 | <ProtoInstance name='Vertex'> |
1950 | <fieldValue name='vertexText' value='"advisory"'/> |
1951 | <fieldValue name='description' value='5: advisory'/> |
1952 | <fieldValue name='url'/> |
1953 | <fieldValue name='radius' value='0.1500'/> |
1954 | <fieldValue name='displayMode'/> |
1955 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1956 | <fieldValue name='transparency' value='0'/> |
1957 | <fieldValue name='translation' value='-0.23759 0.98901 0.05030'/> |
1958 | <fieldValue name='textTranslation' value='-0.08759 0.98901 0.05030'/> |
1959 | <fieldValue name='textColor' value='0 0 0'/> |
1960 | </ProtoInstance> |
1961 | <ProtoInstance name='Vertex'> |
1962 | <fieldValue name='vertexText' value='"assesses"'/> |
1963 | <fieldValue name='description' value='6: assesses'/> |
1964 | <fieldValue name='url'/> |
1965 | <fieldValue name='radius' value='0.1500'/> |
1966 | <fieldValue name='displayMode'/> |
1967 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1968 | <fieldValue name='transparency' value='0'/> |
1969 | <fieldValue name='translation' value='1.29492 2.48176 0.08632'/> |
1970 | <fieldValue name='textTranslation' value='1.44492 2.48176 0.08632'/> |
1971 | <fieldValue name='textColor' value='0 0 0'/> |
1972 | </ProtoInstance> |
1973 | <ProtoInstance name='Vertex'> |
1974 | <fieldValue name='vertexText' value='"assistance"'/> |
1975 | <fieldValue name='description' value='7: assistance'/> |
1976 | <fieldValue name='url'/> |
1977 | <fieldValue name='radius' value='0.1500'/> |
1978 | <fieldValue name='displayMode'/> |
1979 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1980 | <fieldValue name='transparency' value='0'/> |
1981 | <fieldValue name='translation' value='-0.00574 -0.57210 -0.07776'/> |
1982 | <fieldValue name='textTranslation' value='0.14426 -0.57210 -0.07776'/> |
1983 | <fieldValue name='textColor' value='0 0 0'/> |
1984 | </ProtoInstance> |
1985 | <ProtoInstance name='Vertex'> |
1986 | <fieldValue name='vertexText' value='"briefing"'/> |
1987 | <fieldValue name='description' value='8: briefing'/> |
1988 | <fieldValue name='url'/> |
1989 | <fieldValue name='radius' value='0.1500'/> |
1990 | <fieldValue name='displayMode'/> |
1991 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1992 | <fieldValue name='transparency' value='0'/> |
1993 | <fieldValue name='translation' value='-1.75103 1.88937 -0.50982'/> |
1994 | <fieldValue name='textTranslation' value='-1.60103 1.88937 -0.50982'/> |
1995 | <fieldValue name='textColor' value='0 0 0'/> |
1996 | </ProtoInstance> |
1997 | <ProtoInstance name='Vertex'> |
1998 | <fieldValue name='vertexText' value='"budget"'/> |
1999 | <fieldValue name='description' value='9: budget'/> |
2000 | <fieldValue name='url'/> |
2001 | <fieldValue name='radius' value='0.1500'/> |
2002 | <fieldValue name='displayMode'/> |
2003 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2004 | <fieldValue name='transparency' value='0'/> |
2005 | <fieldValue name='translation' value='0.05893 -0.05843 2.58659'/> |
2006 | <fieldValue name='textTranslation' value='0.20893 -0.05843 2.58659'/> |
2007 | <fieldValue name='textColor' value='0 0 0'/> |
2008 | </ProtoInstance> |
2009 | <ProtoInstance name='Vertex'> |
2010 | <fieldValue name='vertexText' value='"committee"'/> |
2011 | <fieldValue name='description' value='10: committee'/> |
2012 | <fieldValue name='url'/> |
2013 | <fieldValue name='radius' value='0.1500'/> |
2014 | <fieldValue name='displayMode'/> |
2015 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2016 | <fieldValue name='transparency' value='0'/> |
2017 | <fieldValue name='translation' value='0.44594 1.20610 0.06814'/> |
2018 | <fieldValue name='textTranslation' value='0.59594 1.20610 0.06814'/> |
2019 | <fieldValue name='textColor' value='0 0 0'/> |
2020 | </ProtoInstance> |
2021 | <ProtoInstance name='Vertex'> |
2022 | <fieldValue name='vertexText' value='"commons"'/> |
2023 | <fieldValue name='description' value='11: commons'/> |
2024 | <fieldValue name='url'/> |
2025 | <fieldValue name='radius' value='0.1500'/> |
2026 | <fieldValue name='displayMode'/> |
2027 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2028 | <fieldValue name='transparency' value='0'/> |
2029 | <fieldValue name='translation' value='0.01156 0.58480 -1.69639'/> |
2030 | <fieldValue name='textTranslation' value='0.16156 0.58480 -1.69639'/> |
2031 | <fieldValue name='textColor' value='0 0 0'/> |
2032 | </ProtoInstance> |
2033 | <ProtoInstance name='Vertex'> |
2034 | <fieldValue name='vertexText' value='"communications"'/> |
2035 | <fieldValue name='description' value='12: communications'/> |
2036 | <fieldValue name='url'/> |
2037 | <fieldValue name='radius' value='0.1500'/> |
2038 | <fieldValue name='displayMode'/> |
2039 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2040 | <fieldValue name='transparency' value='0'/> |
2041 | <fieldValue name='translation' value='-0.15258 0.25619 -1.41916'/> |
2042 | <fieldValue name='textTranslation' value='-0.00258 0.25619 -1.41916'/> |
2043 | <fieldValue name='textColor' value='0 0 0'/> |
2044 | </ProtoInstance> |
2045 | <ProtoInstance name='Vertex'> |
2046 | <fieldValue name='vertexText' value='"community"'/> |
2047 | <fieldValue name='description' value='13: community'/> |
2048 | <fieldValue name='url'/> |
2049 | <fieldValue name='radius' value='0.1500'/> |
2050 | <fieldValue name='displayMode'/> |
2051 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2052 | <fieldValue name='transparency' value='0'/> |
2053 | <fieldValue name='translation' value='0.67379 0.61580 -1.75935'/> |
2054 | <fieldValue name='textTranslation' value='0.82379 0.61580 -1.75935'/> |
2055 | <fieldValue name='textColor' value='0 0 0'/> |
2056 | </ProtoInstance> |
2057 | <ProtoInstance name='Vertex'> |
2058 | <fieldValue name='vertexText' value='"components"'/> |
2059 | <fieldValue name='description' value='14: components'/> |
2060 | <fieldValue name='url'/> |
2061 | <fieldValue name='radius' value='0.1500'/> |
2062 | <fieldValue name='displayMode'/> |
2063 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | <fieldValue name='translation' value='1.27477 0.77233 -0.19052'/> |
2066 | <fieldValue name='textTranslation' value='1.42477 0.77233 -0.19052'/> |
2067 | <fieldValue name='textColor' value='0 0 0'/> |
2068 | </ProtoInstance> |
2069 | <ProtoInstance name='Vertex'> |
2070 | <fieldValue name='vertexText' value='"conference"'/> |
2071 | <fieldValue name='description' value='15: conference'/> |
2072 | <fieldValue name='url'/> |
2073 | <fieldValue name='radius' value='0.1500'/> |
2074 | <fieldValue name='displayMode'/> |
2075 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2076 | <fieldValue name='transparency' value='0'/> |
2077 | <fieldValue name='translation' value='-0.00504 2.61094 1.54729'/> |
2078 | <fieldValue name='textTranslation' value='0.14496 2.61094 1.54729'/> |
2079 | <fieldValue name='textColor' value='0 0 0'/> |
2080 | </ProtoInstance> |
2081 | <ProtoInstance name='Vertex'> |
2082 | <fieldValue name='vertexText' value='"counselor"'/> |
2083 | <fieldValue name='description' value='16: counselor'/> |
2084 | <fieldValue name='url'/> |
2085 | <fieldValue name='radius' value='0.1500'/> |
2086 | <fieldValue name='displayMode'/> |
2087 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2088 | <fieldValue name='transparency' value='0'/> |
2089 | <fieldValue name='translation' value='-0.35076 -0.13964 -0.36028'/> |
2090 | <fieldValue name='textTranslation' value='-0.20076 -0.13964 -0.36028'/> |
2091 | <fieldValue name='textColor' value='0 0 0'/> |
2092 | </ProtoInstance> |
2093 | <ProtoInstance name='Vertex'> |
2094 | <fieldValue name='vertexText' value='"dc"'/> |
2095 | <fieldValue name='description' value='17: dc'/> |
2096 | <fieldValue name='url'/> |
2097 | <fieldValue name='radius' value='0.1500'/> |
2098 | <fieldValue name='displayMode'/> |
2099 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
2100 | <fieldValue name='transparency' value='0'/> |
2101 | <fieldValue name='translation' value='0.14249 0.36125 -1.02194'/> |
2102 | <fieldValue name='textTranslation' value='0.29249 0.36125 -1.02194'/> |
2103 | <fieldValue name='textColor' value='0 0 0'/> |
2104 | </ProtoInstance> |
2105 | <ProtoInstance name='Vertex'> |
2106 | <fieldValue name='vertexText' value='"department"'/> |
2107 | <fieldValue name='description' value='18: department'/> |
2108 | <fieldValue name='url'/> |
2109 | <fieldValue name='radius' value='0.1500'/> |
2110 | <fieldValue name='displayMode'/> |
2111 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2112 | <fieldValue name='transparency' value='0'/> |
2113 | <fieldValue name='translation' value='0.53709 0.32948 -0.68547'/> |
2114 | <fieldValue name='textTranslation' value='0.68709 0.32948 -0.68547'/> |
2115 | <fieldValue name='textColor' value='0 0 0'/> |
2116 | </ProtoInstance> |
2117 | <ProtoInstance name='Vertex'> |
2118 | <fieldValue name='vertexText' value='"development"'/> |
2119 | <fieldValue name='description' value='19: development'/> |
2120 | <fieldValue name='url'/> |
2121 | <fieldValue name='radius' value='0.1500'/> |
2122 | <fieldValue name='displayMode'/> |
2123 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2124 | <fieldValue name='transparency' value='0'/> |
2125 | <fieldValue name='translation' value='-0.57586 -0.10527 -0.79055'/> |
2126 | <fieldValue name='textTranslation' value='-0.42586 -0.10527 -0.79055'/> |
2127 | <fieldValue name='textColor' value='0 0 0'/> |
2128 | </ProtoInstance> |
2129 | <ProtoInstance name='Vertex'> |
2130 | <fieldValue name='vertexText' value='"directory"'/> |
2131 | <fieldValue name='description' value='20: directory'/> |
2132 | <fieldValue name='url'/> |
2133 | <fieldValue name='radius' value='0.1500'/> |
2134 | <fieldValue name='displayMode'/> |
2135 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
2136 | <fieldValue name='transparency' value='0'/> |
2137 | <fieldValue name='translation' value='0.15070 0.23333 -0.92064'/> |
2138 | <fieldValue name='textTranslation' value='0.30070 0.23333 -0.92064'/> |
2139 | <fieldValue name='textColor' value='0 0 0'/> |
2140 | </ProtoInstance> |
2141 | <ProtoInstance name='Vertex'> |
2142 | <fieldValue name='vertexText' value='"disaster"'/> |
2143 | <fieldValue name='description' value='21: disaster'/> |
2144 | <fieldValue name='url'/> |
2145 | <fieldValue name='radius' value='0.1500'/> |
2146 | <fieldValue name='displayMode'/> |
2147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2148 | <fieldValue name='transparency' value='0'/> |
2149 | <fieldValue name='translation' value='-1.17997 -0.28422 1.42305'/> |
2150 | <fieldValue name='textTranslation' value='-1.02997 -0.28422 1.42305'/> |
2151 | <fieldValue name='textColor' value='0 0 0'/> |
2152 | </ProtoInstance> |
2153 | <ProtoInstance name='Vertex'> |
2154 | <fieldValue name='vertexText' value='"douglas"'/> |
2155 | <fieldValue name='description' value='22: douglas'/> |
2156 | <fieldValue name='url'/> |
2157 | <fieldValue name='radius' value='0.1500'/> |
2158 | <fieldValue name='displayMode'/> |
2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2160 | <fieldValue name='transparency' value='0'/> |
2161 | <fieldValue name='translation' value='2.43093 0.20844 1.70762'/> |
2162 | <fieldValue name='textTranslation' value='2.58093 0.20844 1.70762'/> |
2163 | <fieldValue name='textColor' value='0 0 0'/> |
2164 | </ProtoInstance> |
2165 | <ProtoInstance name='Vertex'> |
2166 | <fieldValue name='vertexText' value='"foreign"'/> |
2167 | <fieldValue name='description' value='23: foreign'/> |
2168 | <fieldValue name='url'/> |
2169 | <fieldValue name='radius' value='0.1500'/> |
2170 | <fieldValue name='displayMode'/> |
2171 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2172 | <fieldValue name='transparency' value='0'/> |
2173 | <fieldValue name='translation' value='-0.51675 0.82043 -0.24737'/> |
2174 | <fieldValue name='textTranslation' value='-0.36675 0.82043 -0.24737'/> |
2175 | <fieldValue name='textColor' value='0 0 0'/> |
2176 | </ProtoInstance> |
2177 | <ProtoInstance name='Vertex'> |
2178 | <fieldValue name='vertexText' value='"general"'/> |
2179 | <fieldValue name='description' value='24: general'/> |
2180 | <fieldValue name='url'/> |
2181 | <fieldValue name='radius' value='0.1500'/> |
2182 | <fieldValue name='displayMode'/> |
2183 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2184 | <fieldValue name='transparency' value='0'/> |
2185 | <fieldValue name='translation' value='-0.18051 1.01758 0.97453'/> |
2186 | <fieldValue name='textTranslation' value='-0.03051 1.01758 0.97453'/> |
2187 | <fieldValue name='textColor' value='0 0 0'/> |
2188 | </ProtoInstance> |
2189 | <ProtoInstance name='Vertex'> |
2190 | <fieldValue name='vertexText' value='"global"'/> |
2191 | <fieldValue name='description' value='25: global'/> |
2192 | <fieldValue name='url'/> |
2193 | <fieldValue name='radius' value='0.1500'/> |
2194 | <fieldValue name='displayMode'/> |
2195 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | <fieldValue name='translation' value='0.53674 -0.38824 -0.77494'/> |
2198 | <fieldValue name='textTranslation' value='0.68674 -0.38824 -0.77494'/> |
2199 | <fieldValue name='textColor' value='0 0 0'/> |
2200 | </ProtoInstance> |
2201 | <ProtoInstance name='Vertex'> |
2202 | <fieldValue name='vertexText' value='"government"'/> |
2203 | <fieldValue name='description' value='26: government'/> |
2204 | <fieldValue name='url'/> |
2205 | <fieldValue name='radius' value='0.1500'/> |
2206 | <fieldValue name='displayMode'/> |
2207 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2208 | <fieldValue name='transparency' value='0'/> |
2209 | <fieldValue name='translation' value='0.07442 0.18083 -0.27055'/> |
2210 | <fieldValue name='textTranslation' value='0.22442 0.18083 -0.27055'/> |
2211 | <fieldValue name='textColor' value='0 0 0'/> |
2212 | </ProtoInstance> |
2213 | <ProtoInstance name='Vertex'> |
2214 | <fieldValue name='vertexText' value='"haitians"'/> |
2215 | <fieldValue name='description' value='27: haitians'/> |
2216 | <fieldValue name='url'/> |
2217 | <fieldValue name='radius' value='0.1500'/> |
2218 | <fieldValue name='displayMode'/> |
2219 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2220 | <fieldValue name='transparency' value='0'/> |
2221 | <fieldValue name='translation' value='0.28363 -0.32525 -0.76621'/> |
2222 | <fieldValue name='textTranslation' value='0.43363 -0.32525 -0.76621'/> |
2223 | <fieldValue name='textColor' value='0 0 0'/> |
2224 | </ProtoInstance> |
2225 | <ProtoInstance name='Vertex'> |
2226 | <fieldValue name='vertexText' value='"health"'/> |
2227 | <fieldValue name='description' value='28: health'/> |
2228 | <fieldValue name='url'/> |
2229 | <fieldValue name='radius' value='0.1500'/> |
2230 | <fieldValue name='displayMode'/> |
2231 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2232 | <fieldValue name='transparency' value='0'/> |
2233 | <fieldValue name='translation' value='0.11550 0.16161 -0.26877'/> |
2234 | <fieldValue name='textTranslation' value='0.26550 0.16161 -0.26877'/> |
2235 | <fieldValue name='textColor' value='0 0 0'/> |
2236 | </ProtoInstance> |
2237 | <ProtoInstance name='Vertex'> |
2238 | <fieldValue name='vertexText' value='"helps"'/> |
2239 | <fieldValue name='description' value='29: helps'/> |
2240 | <fieldValue name='url'/> |
2241 | <fieldValue name='radius' value='0.1500'/> |
2242 | <fieldValue name='displayMode'/> |
2243 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2244 | <fieldValue name='transparency' value='0'/> |
2245 | <fieldValue name='translation' value='0.58780 0.27321 -0.30824'/> |
2246 | <fieldValue name='textTranslation' value='0.73780 0.27321 -0.30824'/> |
2247 | <fieldValue name='textColor' value='0 0 0'/> |
2248 | </ProtoInstance> |
2249 | <ProtoInstance name='Vertex'> |
2250 | <fieldValue name='vertexText' value='"history"'/> |
2251 | <fieldValue name='description' value='30: history'/> |
2252 | <fieldValue name='url'/> |
2253 | <fieldValue name='radius' value='0.1500'/> |
2254 | <fieldValue name='displayMode'/> |
2255 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
2256 | <fieldValue name='transparency' value='0'/> |
2257 | <fieldValue name='translation' value='0.08889 0.24816 -0.73468'/> |
2258 | <fieldValue name='textTranslation' value='0.23889 0.24816 -0.73468'/> |
2259 | <fieldValue name='textColor' value='0 0 0'/> |
2260 | </ProtoInstance> |
2261 | <ProtoInstance name='Vertex'> |
2262 | <fieldValue name='vertexText' value='"hospitals"'/> |
2263 | <fieldValue name='description' value='31: hospitals'/> |
2264 | <fieldValue name='url'/> |
2265 | <fieldValue name='radius' value='0.1500'/> |
2266 | <fieldValue name='displayMode'/> |
2267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2268 | <fieldValue name='transparency' value='0'/> |
2269 | <fieldValue name='translation' value='-0.73007 0.47080 1.88309'/> |
2270 | <fieldValue name='textTranslation' value='-0.58007 0.47080 1.88309'/> |
2271 | <fieldValue name='textColor' value='0 0 0'/> |
2272 | </ProtoInstance> |
2273 | <ProtoInstance name='Vertex'> |
2274 | <fieldValue name='vertexText' value='"hotel"'/> |
2275 | <fieldValue name='description' value='32: hotel'/> |
2276 | <fieldValue name='url'/> |
2277 | <fieldValue name='radius' value='0.1500'/> |
2278 | <fieldValue name='displayMode'/> |
2279 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
2280 | <fieldValue name='transparency' value='0'/> |
2281 | <fieldValue name='translation' value='0.38307 -0.03505 -0.05809'/> |
2282 | <fieldValue name='textTranslation' value='0.53307 -0.03505 -0.05809'/> |
2283 | <fieldValue name='textColor' value='0 0 0'/> |
2284 | </ProtoInstance> |
2285 | <ProtoInstance name='Vertex'> |
2286 | <fieldValue name='vertexText' value='"informed"'/> |
2287 | <fieldValue name='description' value='33: informed'/> |
2288 | <fieldValue name='url'/> |
2289 | <fieldValue name='radius' value='0.1500'/> |
2290 | <fieldValue name='displayMode'/> |
2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2292 | <fieldValue name='transparency' value='0'/> |
2293 | <fieldValue name='translation' value='2.41209 -0.22206 -1.83258'/> |
2294 | <fieldValue name='textTranslation' value='2.56209 -0.22206 -1.83258'/> |
2295 | <fieldValue name='textColor' value='0 0 0'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Vertex'> |
2298 | <fieldValue name='vertexText' value='"initiative"'/> |
2299 | <fieldValue name='description' value='34: initiative'/> |
2300 | <fieldValue name='url'/> |
2301 | <fieldValue name='radius' value='0.1500'/> |
2302 | <fieldValue name='displayMode'/> |
2303 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2304 | <fieldValue name='transparency' value='0'/> |
2305 | <fieldValue name='translation' value='0.10505 0.15472 -0.40982'/> |
2306 | <fieldValue name='textTranslation' value='0.25505 0.15472 -0.40982'/> |
2307 | <fieldValue name='textColor' value='0 0 0'/> |
2308 | </ProtoInstance> |
2309 | <ProtoInstance name='Vertex'> |
2310 | <fieldValue name='vertexText' value='"initiatives"'/> |
2311 | <fieldValue name='description' value='35: initiatives'/> |
2312 | <fieldValue name='url'/> |
2313 | <fieldValue name='radius' value='0.1500'/> |
2314 | <fieldValue name='displayMode'/> |
2315 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2316 | <fieldValue name='transparency' value='0'/> |
2317 | <fieldValue name='translation' value='0.69823 1.02209 -0.21111'/> |
2318 | <fieldValue name='textTranslation' value='0.84823 1.02209 -0.21111'/> |
2319 | <fieldValue name='textColor' value='0 0 0'/> |
2320 | </ProtoInstance> |
2321 | <ProtoInstance name='Vertex'> |
2322 | <fieldValue name='vertexText' value='"inspector"'/> |
2323 | <fieldValue name='description' value='36: inspector'/> |
2324 | <fieldValue name='url'/> |
2325 | <fieldValue name='radius' value='0.1500'/> |
2326 | <fieldValue name='displayMode'/> |
2327 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
2328 | <fieldValue name='transparency' value='0'/> |
2329 | <fieldValue name='translation' value='-0.06584 0.30920 -0.29192'/> |
2330 | <fieldValue name='textTranslation' value='0.08416 0.30920 -0.29192'/> |
2331 | <fieldValue name='textColor' value='0 0 0'/> |
2332 | </ProtoInstance> |
2333 | <ProtoInstance name='Vertex'> |
2334 | <fieldValue name='vertexText' value='"medical"'/> |
2335 | <fieldValue name='description' value='37: medical'/> |
2336 | <fieldValue name='url'/> |
2337 | <fieldValue name='radius' value='0.1500'/> |
2338 | <fieldValue name='displayMode'/> |
2339 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2340 | <fieldValue name='transparency' value='0'/> |
2341 | <fieldValue name='translation' value='1.37357 -0.28570 1.59458'/> |
2342 | <fieldValue name='textTranslation' value='1.52357 -0.28570 1.59458'/> |
2343 | <fieldValue name='textColor' value='0 0 0'/> |
2344 | </ProtoInstance> |
2345 | <ProtoInstance name='Vertex'> |
2346 | <fieldValue name='vertexText' value='"meet"'/> |
2347 | <fieldValue name='description' value='38: meet'/> |
2348 | <fieldValue name='url'/> |
2349 | <fieldValue name='radius' value='0.1500'/> |
2350 | <fieldValue name='displayMode'/> |
2351 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2352 | <fieldValue name='transparency' value='0'/> |
2353 | <fieldValue name='translation' value='0.14200 0.26603 -0.56496'/> |
2354 | <fieldValue name='textTranslation' value='0.29200 0.26603 -0.56496'/> |
2355 | <fieldValue name='textColor' value='0 0 0'/> |
2356 | </ProtoInstance> |
2357 | <ProtoInstance name='Vertex'> |
2358 | <fieldValue name='vertexText' value='"meets"'/> |
2359 | <fieldValue name='description' value='39: meets'/> |
2360 | <fieldValue name='url'/> |
2361 | <fieldValue name='radius' value='0.1500'/> |
2362 | <fieldValue name='displayMode'/> |
2363 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2364 | <fieldValue name='transparency' value='0'/> |
2365 | <fieldValue name='translation' value='0.91511 -1.17938 1.05217'/> |
2366 | <fieldValue name='textTranslation' value='1.06511 -1.17938 1.05217'/> |
2367 | <fieldValue name='textColor' value='0 0 0'/> |
2368 | </ProtoInstance> |
2369 | <ProtoInstance name='Vertex'> |
2370 | <fieldValue name='vertexText' value='"mills"'/> |
2371 | <fieldValue name='description' value='40: mills'/> |
2372 | <fieldValue name='url'/> |
2373 | <fieldValue name='radius' value='0.1500'/> |
2374 | <fieldValue name='displayMode'/> |
2375 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2376 | <fieldValue name='transparency' value='0'/> |
2377 | <fieldValue name='translation' value='2.56548 -1.14351 -0.00168'/> |
2378 | <fieldValue name='textTranslation' value='2.71548 -1.14351 -0.00168'/> |
2379 | <fieldValue name='textColor' value='0 0 0'/> |
2380 | </ProtoInstance> |
2381 | <ProtoInstance name='Vertex'> |
2382 | <fieldValue name='vertexText' value='"national"'/> |
2383 | <fieldValue name='description' value='41: national'/> |
2384 | <fieldValue name='url'/> |
2385 | <fieldValue name='radius' value='0.1500'/> |
2386 | <fieldValue name='displayMode'/> |
2387 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2388 | <fieldValue name='transparency' value='0'/> |
2389 | <fieldValue name='translation' value='2.60992 0.85583 1.08701'/> |
2390 | <fieldValue name='textTranslation' value='2.75992 0.85583 1.08701'/> |
2391 | <fieldValue name='textColor' value='0 0 0'/> |
2392 | </ProtoInstance> |
2393 | <ProtoInstance name='Vertex'> |
2394 | <fieldValue name='vertexText' value='"open"'/> |
2395 | <fieldValue name='description' value='42: open'/> |
2396 | <fieldValue name='url'/> |
2397 | <fieldValue name='radius' value='0.1500'/> |
2398 | <fieldValue name='displayMode'/> |
2399 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2400 | <fieldValue name='transparency' value='0'/> |
2401 | <fieldValue name='translation' value='0.11338 0.25379 -0.81636'/> |
2402 | <fieldValue name='textTranslation' value='0.26338 0.25379 -0.81636'/> |
2403 | <fieldValue name='textColor' value='0 0 0'/> |
2404 | </ProtoInstance> |
2405 | <ProtoInstance name='Vertex'> |
2406 | <fieldValue name='vertexText' value='"organization"'/> |
2407 | <fieldValue name='description' value='43: organization'/> |
2408 | <fieldValue name='url'/> |
2409 | <fieldValue name='radius' value='0.1500'/> |
2410 | <fieldValue name='displayMode'/> |
2411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2412 | <fieldValue name='transparency' value='0'/> |
2413 | <fieldValue name='translation' value='1.59178 -2.16537 -0.86178'/> |
2414 | <fieldValue name='textTranslation' value='1.74178 -2.16537 -0.86178'/> |
2415 | <fieldValue name='textColor' value='0 0 0'/> |
2416 | </ProtoInstance> |
2417 | <ProtoInstance name='Vertex'> |
2418 | <fieldValue name='vertexText' value='"orphanage"'/> |
2419 | <fieldValue name='description' value='44: orphanage'/> |
2420 | <fieldValue name='url'/> |
2421 | <fieldValue name='radius' value='0.1500'/> |
2422 | <fieldValue name='displayMode'/> |
2423 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2424 | <fieldValue name='transparency' value='0'/> |
2425 | <fieldValue name='translation' value='0.31429 -2.61094 0.08568'/> |
2426 | <fieldValue name='textTranslation' value='0.46429 -2.61094 0.08568'/> |
2427 | <fieldValue name='textColor' value='0 0 0'/> |
2428 | </ProtoInstance> |
2429 | <ProtoInstance name='Vertex'> |
2430 | <fieldValue name='vertexText' value='"partners"'/> |
2431 | <fieldValue name='description' value='45: partners'/> |
2432 | <fieldValue name='url'/> |
2433 | <fieldValue name='radius' value='0.1500'/> |
2434 | <fieldValue name='displayMode'/> |
2435 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2436 | <fieldValue name='transparency' value='0'/> |
2437 | <fieldValue name='translation' value='0.24340 -0.01995 -0.37513'/> |
2438 | <fieldValue name='textTranslation' value='0.39340 -0.01995 -0.37513'/> |
2439 | <fieldValue name='textColor' value='0 0 0'/> |
2440 | </ProtoInstance> |
2441 | <ProtoInstance name='Vertex'> |
2442 | <fieldValue name='vertexText' value='"performance"'/> |
2443 | <fieldValue name='description' value='46: performance'/> |
2444 | <fieldValue name='url'/> |
2445 | <fieldValue name='radius' value='0.1500'/> |
2446 | <fieldValue name='displayMode'/> |
2447 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2448 | <fieldValue name='transparency' value='0'/> |
2449 | <fieldValue name='translation' value='-0.45577 -2.38899 -1.62108'/> |
2450 | <fieldValue name='textTranslation' value='-0.30577 -2.38899 -1.62108'/> |
2451 | <fieldValue name='textColor' value='0 0 0'/> |
2452 | </ProtoInstance> |
2453 | <ProtoInstance name='Vertex'> |
2454 | <fieldValue name='vertexText' value='"plans"'/> |
2455 | <fieldValue name='description' value='47: plans'/> |
2456 | <fieldValue name='url'/> |
2457 | <fieldValue name='radius' value='0.1500'/> |
2458 | <fieldValue name='displayMode'/> |
2459 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2460 | <fieldValue name='transparency' value='0'/> |
2461 | <fieldValue name='translation' value='0.57822 1.19454 1.87172'/> |
2462 | <fieldValue name='textTranslation' value='0.72822 1.19454 1.87172'/> |
2463 | <fieldValue name='textColor' value='0 0 0'/> |
2464 | </ProtoInstance> |
2465 | <ProtoInstance name='Vertex'> |
2466 | <fieldValue name='vertexText' value='"president"'/> |
2467 | <fieldValue name='description' value='48: president'/> |
2468 | <fieldValue name='url'/> |
2469 | <fieldValue name='radius' value='0.1500'/> |
2470 | <fieldValue name='displayMode'/> |
2471 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2472 | <fieldValue name='transparency' value='0'/> |
2473 | <fieldValue name='translation' value='-1.40543 -2.14529 0.27772'/> |
2474 | <fieldValue name='textTranslation' value='-1.25543 -2.14529 0.27772'/> |
2475 | <fieldValue name='textColor' value='0 0 0'/> |
2476 | </ProtoInstance> |
2477 | <ProtoInstance name='Vertex'> |
2478 | <fieldValue name='vertexText' value='"press"'/> |
2479 | <fieldValue name='description' value='49: press'/> |
2480 | <fieldValue name='url'/> |
2481 | <fieldValue name='radius' value='0.1500'/> |
2482 | <fieldValue name='displayMode'/> |
2483 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2484 | <fieldValue name='transparency' value='0'/> |
2485 | <fieldValue name='translation' value='-0.46258 -0.55668 1.31247'/> |
2486 | <fieldValue name='textTranslation' value='-0.31258 -0.55668 1.31247'/> |
2487 | <fieldValue name='textColor' value='0 0 0'/> |
2488 | </ProtoInstance> |
2489 | <ProtoInstance name='Vertex'> |
2490 | <fieldValue name='vertexText' value='"quake"'/> |
2491 | <fieldValue name='description' value='50: quake'/> |
2492 | <fieldValue name='url'/> |
2493 | <fieldValue name='radius' value='0.1500'/> |
2494 | <fieldValue name='displayMode'/> |
2495 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2496 | <fieldValue name='transparency' value='0'/> |
2497 | <fieldValue name='translation' value='0.13441 0.30040 -0.79312'/> |
2498 | <fieldValue name='textTranslation' value='0.28441 0.30040 -0.79312'/> |
2499 | <fieldValue name='textColor' value='0 0 0'/> |
2500 | </ProtoInstance> |
2501 | <ProtoInstance name='Vertex'> |
2502 | <fieldValue name='vertexText' value='"reform"'/> |
2503 | <fieldValue name='description' value='51: reform'/> |
2504 | <fieldValue name='url'/> |
2505 | <fieldValue name='radius' value='0.1500'/> |
2506 | <fieldValue name='displayMode'/> |
2507 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2508 | <fieldValue name='transparency' value='0'/> |
2509 | <fieldValue name='translation' value='-0.60511 0.72164 -0.45367'/> |
2510 | <fieldValue name='textTranslation' value='-0.45511 0.72164 -0.45367'/> |
2511 | <fieldValue name='textColor' value='0 0 0'/> |
2512 | </ProtoInstance> |
2513 | <ProtoInstance name='Vertex'> |
2514 | <fieldValue name='vertexText' value='"remarks"'/> |
2515 | <fieldValue name='description' value='52: remarks'/> |
2516 | <fieldValue name='url'/> |
2517 | <fieldValue name='radius' value='0.1500'/> |
2518 | <fieldValue name='displayMode'/> |
2519 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2520 | <fieldValue name='transparency' value='0'/> |
2521 | <fieldValue name='translation' value='-2.28266 -1.16069 -1.05238'/> |
2522 | <fieldValue name='textTranslation' value='-2.13266 -1.16069 -1.05238'/> |
2523 | <fieldValue name='textColor' value='0 0 0'/> |
2524 | </ProtoInstance> |
2525 | <ProtoInstance name='Vertex'> |
2526 | <fieldValue name='vertexText' value='"rick"'/> |
2527 | <fieldValue name='description' value='53: rick'/> |
2528 | <fieldValue name='url'/> |
2529 | <fieldValue name='radius' value='0.1500'/> |
2530 | <fieldValue name='displayMode'/> |
2531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2532 | <fieldValue name='transparency' value='0'/> |
2533 | <fieldValue name='translation' value='-2.37486 -0.77092 0.88736'/> |
2534 | <fieldValue name='textTranslation' value='-2.22486 -0.77092 0.88736'/> |
2535 | <fieldValue name='textColor' value='0 0 0'/> |
2536 | </ProtoInstance> |
2537 | <ProtoInstance name='Vertex'> |
2538 | <fieldValue name='vertexText' value='"sector"'/> |
2539 | <fieldValue name='description' value='54: sector'/> |
2540 | <fieldValue name='url'/> |
2541 | <fieldValue name='radius' value='0.1500'/> |
2542 | <fieldValue name='displayMode'/> |
2543 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
2544 | <fieldValue name='transparency' value='0'/> |
2545 | <fieldValue name='translation' value='0.14200 0.26603 -0.56496'/> |
2546 | <fieldValue name='textTranslation' value='0.29200 0.26603 -0.56496'/> |
2547 | <fieldValue name='textColor' value='0 0 0'/> |
2548 | </ProtoInstance> |
2549 | <ProtoInstance name='Vertex'> |
2550 | <fieldValue name='vertexText' value='"staff"'/> |
2551 | <fieldValue name='description' value='55: staff'/> |
2552 | <fieldValue name='url'/> |
2553 | <fieldValue name='radius' value='0.1500'/> |
2554 | <fieldValue name='displayMode'/> |
2555 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
2556 | <fieldValue name='transparency' value='0'/> |
2557 | <fieldValue name='translation' value='-0.28170 0.14577 -0.32973'/> |
2558 | <fieldValue name='textTranslation' value='-0.13170 0.14577 -0.32973'/> |
2559 | <fieldValue name='textColor' value='0 0 0'/> |
2560 | </ProtoInstance> |
2561 | <ProtoInstance name='Vertex'> |
2562 | <fieldValue name='vertexText' value='"state"'/> |
2563 | <fieldValue name='description' value='56: state'/> |
2564 | <fieldValue name='url'/> |
2565 | <fieldValue name='radius' value='0.1500'/> |
2566 | <fieldValue name='displayMode'/> |
2567 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2568 | <fieldValue name='transparency' value='0'/> |
2569 | <fieldValue name='translation' value='-0.34113 0.03231 -0.70216'/> |
2570 | <fieldValue name='textTranslation' value='-0.19113 0.03231 -0.70216'/> |
2571 | <fieldValue name='textColor' value='0 0 0'/> |
2572 | </ProtoInstance> |
2573 | <ProtoInstance name='Vertex'> |
2574 | <fieldValue name='vertexText' value='"story"'/> |
2575 | <fieldValue name='description' value='57: story'/> |
2576 | <fieldValue name='url'/> |
2577 | <fieldValue name='radius' value='0.1500'/> |
2578 | <fieldValue name='displayMode'/> |
2579 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2580 | <fieldValue name='transparency' value='0'/> |
2581 | <fieldValue name='translation' value='-0.09854 1.06475 -0.69302'/> |
2582 | <fieldValue name='textTranslation' value='0.05146 1.06475 -0.69302'/> |
2583 | <fieldValue name='textColor' value='0 0 0'/> |
2584 | </ProtoInstance> |
2585 | <ProtoInstance name='Vertex'> |
2586 | <fieldValue name='vertexText' value='"strategy"'/> |
2587 | <fieldValue name='description' value='58: strategy'/> |
2588 | <fieldValue name='url'/> |
2589 | <fieldValue name='radius' value='0.1500'/> |
2590 | <fieldValue name='displayMode'/> |
2591 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
2592 | <fieldValue name='transparency' value='0'/> |
2593 | <fieldValue name='translation' value='0.09288 0.25781 -0.67446'/> |
2594 | <fieldValue name='textTranslation' value='0.24288 0.25781 -0.67446'/> |
2595 | <fieldValue name='textColor' value='0 0 0'/> |
2596 | </ProtoInstance> |
2597 | <ProtoInstance name='Vertex'> |
2598 | <fieldValue name='vertexText' value='"supply"'/> |
2599 | <fieldValue name='description' value='59: supply'/> |
2600 | <fieldValue name='url'/> |
2601 | <fieldValue name='radius' value='0.1500'/> |
2602 | <fieldValue name='displayMode'/> |
2603 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2604 | <fieldValue name='transparency' value='0'/> |
2605 | <fieldValue name='translation' value='-0.05249 -0.32856 -0.81140'/> |
2606 | <fieldValue name='textTranslation' value='0.09751 -0.32856 -0.81140'/> |
2607 | <fieldValue name='textColor' value='0 0 0'/> |
2608 | </ProtoInstance> |
2609 | <ProtoInstance name='Vertex'> |
2610 | <fieldValue name='vertexText' value='"survivors"'/> |
2611 | <fieldValue name='description' value='60: survivors'/> |
2612 | <fieldValue name='url'/> |
2613 | <fieldValue name='radius' value='0.1500'/> |
2614 | <fieldValue name='displayMode'/> |
2615 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2616 | <fieldValue name='transparency' value='0'/> |
2617 | <fieldValue name='translation' value='0.10862 -0.16996 1.28819'/> |
2618 | <fieldValue name='textTranslation' value='0.25862 -0.16996 1.28819'/> |
2619 | <fieldValue name='textColor' value='0 0 0'/> |
2620 | </ProtoInstance> |
2621 | <ProtoInstance name='Vertex'> |
2622 | <fieldValue name='vertexText' value='"team"'/> |
2623 | <fieldValue name='description' value='61: team'/> |
2624 | <fieldValue name='url'/> |
2625 | <fieldValue name='radius' value='0.1500'/> |
2626 | <fieldValue name='displayMode'/> |
2627 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2628 | <fieldValue name='transparency' value='0'/> |
2629 | <fieldValue name='translation' value='-0.06034 -1.35453 1.42782'/> |
2630 | <fieldValue name='textTranslation' value='0.08966 -1.35453 1.42782'/> |
2631 | <fieldValue name='textColor' value='0 0 0'/> |
2632 | </ProtoInstance> |
2633 | <ProtoInstance name='Vertex'> |
2634 | <fieldValue name='vertexText' value='"top"'/> |
2635 | <fieldValue name='description' value='62: top'/> |
2636 | <fieldValue name='url'/> |
2637 | <fieldValue name='radius' value='0.1500'/> |
2638 | <fieldValue name='displayMode'/> |
2639 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2640 | <fieldValue name='transparency' value='0'/> |
2641 | <fieldValue name='translation' value='-2.60992 0.60999 0.29152'/> |
2642 | <fieldValue name='textTranslation' value='-2.45992 0.60999 0.29152'/> |
2643 | <fieldValue name='textColor' value='0 0 0'/> |
2644 | </ProtoInstance> |
2645 | <ProtoInstance name='Vertex'> |
2646 | <fieldValue name='vertexText' value='"treat"'/> |
2647 | <fieldValue name='description' value='63: treat'/> |
2648 | <fieldValue name='url'/> |
2649 | <fieldValue name='radius' value='0.1500'/> |
2650 | <fieldValue name='displayMode'/> |
2651 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2652 | <fieldValue name='transparency' value='0'/> |
2653 | <fieldValue name='translation' value='0.52990 -1.02116 1.71082'/> |
2654 | <fieldValue name='textTranslation' value='0.67990 -1.02116 1.71082'/> |
2655 | <fieldValue name='textColor' value='0 0 0'/> |
2656 | </ProtoInstance> |
2657 | <ProtoInstance name='Vertex'> |
2658 | <fieldValue name='vertexText' value='"washington"'/> |
2659 | <fieldValue name='description' value='64: washington'/> |
2660 | <fieldValue name='url'/> |
2661 | <fieldValue name='radius' value='0.1500'/> |
2662 | <fieldValue name='displayMode'/> |
2663 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
2664 | <fieldValue name='transparency' value='0'/> |
2665 | <fieldValue name='translation' value='0.61144 0.11337 -0.75657'/> |
2666 | <fieldValue name='textTranslation' value='0.76144 0.11337 -0.75657'/> |
2667 | <fieldValue name='textColor' value='0 0 0'/> |
2668 | </ProtoInstance> |
2669 | <ProtoInstance name='Vertex'> |
2670 | <fieldValue name='vertexText' value='"works"'/> |
2671 | <fieldValue name='description' value='65: works'/> |
2672 | <fieldValue name='url'/> |
2673 | <fieldValue name='radius' value='0.1500'/> |
2674 | <fieldValue name='displayMode'/> |
2675 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2676 | <fieldValue name='transparency' value='0'/> |
2677 | <fieldValue name='translation' value='-1.66832 1.70334 1.75100'/> |
2678 | <fieldValue name='textTranslation' value='-1.51832 1.70334 1.75100'/> |
2679 | <fieldValue name='textColor' value='0 0 0'/> |
2680 | </ProtoInstance> |
2681 | <ProtoInstance name='Vertex'> |
2682 | <fieldValue name='vertexText' value='"yemen"'/> |
2683 | <fieldValue name='description' value='66: yemen'/> |
2684 | <fieldValue name='url'/> |
2685 | <fieldValue name='radius' value='0.1500'/> |
2686 | <fieldValue name='displayMode'/> |
2687 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
2688 | <fieldValue name='transparency' value='0'/> |
2689 | <fieldValue name='translation' value='0.08988 0.21620 -0.57033'/> |
2690 | <fieldValue name='textTranslation' value='0.23988 0.21620 -0.57033'/> |
2691 | <fieldValue name='textColor' value='0 0 0'/> |
2692 | </ProtoInstance> |
2693 | </Scene> |
2694 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1913
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1925
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1937
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1949
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1961
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1973
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1985
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1997
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2009
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2021
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2045
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2057
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2069
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2081
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2093
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2105
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2117
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2129
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2141
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2153
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2177
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2189
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2201
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2213
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2225
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2237
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2249
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2261
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2273
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2285
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2309
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2321
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2333
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2345
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2357
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2369
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2381
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2393
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2405
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2417
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2441
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2453
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2465
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2477
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2489
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2501
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2513
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2525
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2537
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2549
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2573
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2585
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2597
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2609
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2621
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2633
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2645
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2657
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2669
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2681
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->