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.54036'/> |
55 | <fieldValue name='cylinderTranslation' value='1.80495 0.46074 0.88631'/> |
56 | <fieldValue name='coneTranslation' value='1.89322 0.52367 0.90597'/> |
57 | <fieldValue name='rotation' value='9.64169 0 -43.29231 0.96282'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='1.02352'/> |
66 | <fieldValue name='cylinderTranslation' value='1.80642 0.69005 1.09738'/> |
67 | <fieldValue name='coneTranslation' value='1.95621 0.95375 1.27560'/> |
68 | <fieldValue name='rotation' value='51.85566 0 -43.58573 0.72326'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='1.02352'/> |
77 | <fieldValue name='cylinderTranslation' value='1.77319 0.50506 1.27207'/> |
78 | <fieldValue name='coneTranslation' value='1.90014 0.64160 1.57035'/> |
79 | <fieldValue name='rotation' value='86.79265 0 -36.94015 1.17215'/> |
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.01448'/> |
88 | <fieldValue name='cylinderTranslation' value='1.85120 -0.12465 0.88769'/> |
89 | <fieldValue name='coneTranslation' value='2.03104 -0.41975 0.92164'/> |
90 | <fieldValue name='rotation' value='9.91793 0 -52.54160 2.58645'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='0.55479'/> |
99 | <fieldValue name='cylinderTranslation' value='1.60082 0.20540 1.09616'/> |
100 | <fieldValue name='coneTranslation' value='1.60604 0.16265 1.20537'/> |
101 | <fieldValue name='rotation' value='51.61106 0 -2.46702 1.94351'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.32292'/> |
110 | <fieldValue name='cylinderTranslation' value='1.11131 0.25791 1.29360'/> |
111 | <fieldValue name='coneTranslation' value='0.74956 0.22113 1.63892'/> |
112 | <fieldValue name='rotation' value='91.09979 -0.00000 95.43533 1.64419'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='0.65976'/> |
121 | <fieldValue name='cylinderTranslation' value='1.68016 -0.00090 0.76081'/> |
122 | <fieldValue name='coneTranslation' value='1.72737 -0.15916 0.72101'/> |
123 | <fieldValue name='rotation' value='-15.45833 0 -18.33504 2.76957'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='1.03521'/> |
132 | <fieldValue name='cylinderTranslation' value='1.41890 0.33992 1.32599'/> |
133 | <fieldValue name='coneTranslation' value='1.30173 0.36308 1.66306'/> |
134 | <fieldValue name='rotation' value='97.57724 -0.00000 33.91786 1.50601'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.63473'/> |
143 | <fieldValue name='cylinderTranslation' value='1.58762 0.59193 0.69955'/> |
144 | <fieldValue name='coneTranslation' value='1.58719 0.73350 0.63084'/> |
145 | <fieldValue name='rotation' value='-27.71159 0 0.17342 0.45181'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='0.60244'/> |
154 | <fieldValue name='cylinderTranslation' value='1.66968 0.05112 0.70038'/> |
155 | <fieldValue name='coneTranslation' value='1.70774 -0.06857 0.63582'/> |
156 | <fieldValue name='rotation' value='-27.54393 0 -16.23789 2.58212'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='1.02359'/> |
165 | <fieldValue name='cylinderTranslation' value='1.80604 0.69016 1.09760'/> |
166 | <fieldValue name='coneTranslation' value='1.95558 0.95395 1.27598'/> |
167 | <fieldValue name='rotation' value='51.90000 0 -43.51080 0.72301'/> |
168 | <fieldValue name='diffuseColor' value='0 0 0'/> |
169 | <fieldValue name='ballRadius' value='0.02'/> |
170 | <fieldValue name='traceEnabled' value='false'/> |
171 | <fieldValue name='displayMode'/> |
172 | <fieldValue name='transparency' value='0'/> |
173 | </ProtoInstance> |
174 | <ProtoInstance name='Arc'> |
175 | <fieldValue name='cylinderHeight' value='0.99932'/> |
176 | <fieldValue name='cylinderTranslation' value='2.04155 0.14436 0.97279'/> |
177 | <fieldValue name='coneTranslation' value='2.34953 0.03421 1.06435'/> |
178 | <fieldValue name='rotation' value='26.93763 0 -90.61168 1.90108'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.88772'/> |
187 | <fieldValue name='cylinderTranslation' value='1.87263 0.28154 0.49802'/> |
188 | <fieldValue name='coneTranslation' value='2.05434 0.26564 0.28053'/> |
189 | <fieldValue name='rotation' value='-68.01713 0 -56.82789 1.62685'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.57340'/> |
198 | <fieldValue name='cylinderTranslation' value='1.67523 0.54732 0.96708'/> |
199 | <fieldValue name='coneTranslation' value='1.71357 0.65378 1.02407'/> |
200 | <fieldValue name='rotation' value='25.79458 0 -17.34867 0.57298'/> |
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.62493'/> |
209 | <fieldValue name='cylinderTranslation' value='1.71147 0.13048 1.06517'/> |
210 | <fieldValue name='coneTranslation' value='1.77148 0.04464 1.17596'/> |
211 | <fieldValue name='rotation' value='45.41281 0 -24.59673 2.16886'/> |
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.98631'/> |
220 | <fieldValue name='cylinderTranslation' value='2.02706 0.32630 0.61345'/> |
221 | <fieldValue name='coneTranslation' value='2.32333 0.33974 0.46169'/> |
222 | <fieldValue name='rotation' value='-44.93022 0 -87.71327 1.53045'/> |
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.60161'/> |
231 | <fieldValue name='cylinderTranslation' value='1.39205 0.25864 1.06085'/> |
232 | <fieldValue name='coneTranslation' value='1.30010 0.23628 1.16512'/> |
233 | <fieldValue name='rotation' value='44.54906 -0.00000 39.28687 1.73029'/> |
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.99423'/> |
242 | <fieldValue name='cylinderTranslation' value='2.05175 0.18024 0.96692'/> |
243 | <fieldValue name='coneTranslation' value='2.36590 0.09468 1.05427'/> |
244 | <fieldValue name='rotation' value='25.76262 0 -92.65194 1.82741'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='1.17391'/> |
253 | <fieldValue name='cylinderTranslation' value='1.55504 -0.18474 0.51847'/> |
254 | <fieldValue name='coneTranslation' value='1.53071 -0.54201 0.28597'/> |
255 | <fieldValue name='rotation' value='-63.92677 0 6.69007 2.56217'/> |
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='1.01590'/> |
264 | <fieldValue name='cylinderTranslation' value='1.81142 -0.00418 1.17254'/> |
265 | <fieldValue name='coneTranslation' value='1.96414 -0.21693 1.40163'/> |
266 | <fieldValue name='rotation' value='66.88662 0 -44.58718 2.22870'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.60138'/> |
275 | <fieldValue name='cylinderTranslation' value='1.75535 0.30518 1.08824'/> |
276 | <fieldValue name='coneTranslation' value='1.83342 0.30461 1.20528'/> |
277 | <fieldValue name='rotation' value='50.02780 0 -33.37251 1.57488'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='1.41305'/> |
286 | <fieldValue name='cylinderTranslation' value='0.96283 0.20634 1.15070'/> |
287 | <fieldValue name='coneTranslation' value='0.47887 0.12893 1.39251'/> |
288 | <fieldValue name='rotation' value='62.51934 -0.00000 125.13084 1.71292'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='0.57281'/> |
297 | <fieldValue name='cylinderTranslation' value='1.80405 0.34080 0.65269'/> |
298 | <fieldValue name='coneTranslation' value='1.89918 0.35599 0.57085'/> |
299 | <fieldValue name='rotation' value='-37.08361 0 -43.11148 1.45041'/> |
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.52111'/> |
308 | <fieldValue name='cylinderTranslation' value='1.81011 0.17666 0.79406'/> |
309 | <fieldValue name='coneTranslation' value='1.89563 0.12659 0.77706'/> |
310 | <fieldValue name='rotation' value='-8.80966 0 -44.32333 2.09204'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='1.32909'/> |
319 | <fieldValue name='cylinderTranslation' value='1.48530 0.85035 0.47054'/> |
320 | <fieldValue name='coneTranslation' value='1.40696 1.26332 0.19147'/> |
321 | <fieldValue name='rotation' value='-73.51278 0 20.63731 0.61198'/> |
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.55587'/> |
330 | <fieldValue name='cylinderTranslation' value='1.73571 0.52385 0.92916'/> |
331 | <fieldValue name='coneTranslation' value='1.79818 0.61612 0.96780'/> |
332 | <fieldValue name='rotation' value='18.21180 0 -29.44495 0.67237'/> |
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.97244'/> |
341 | <fieldValue name='cylinderTranslation' value='1.86352 0.26919 1.23734'/> |
342 | <fieldValue name='coneTranslation' value='2.04804 0.24422 1.50519'/> |
343 | <fieldValue name='rotation' value='79.84617 0 -55.00578 1.64742'/> |
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.51978'/> |
352 | <fieldValue name='cylinderTranslation' value='1.84488 0.34603 0.85352'/> |
353 | <fieldValue name='coneTranslation' value='1.94342 0.36126 0.85944'/> |
354 | <fieldValue name='rotation' value='3.08219 0 -51.27796 1.41774'/> |
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.32307'/> |
363 | <fieldValue name='cylinderTranslation' value='2.69345 0.13723 -0.93261'/> |
364 | <fieldValue name='coneTranslation' value='2.69402 0.13707 -0.93403'/> |
365 | <fieldValue name='rotation' value='-29.81543 0 -11.97089 1.67597'/> |
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='1.06030'/> |
374 | <fieldValue name='cylinderTranslation' value='2.39518 0.20543 -0.31280'/> |
375 | <fieldValue name='coneTranslation' value='2.22872 0.24121 0.01586'/> |
376 | <fieldValue name='rotation' value='94.14675 -0.00000 47.68321 1.47399'/> |
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.17392'/> |
385 | <fieldValue name='cylinderTranslation' value='2.65569 0.16269 -0.69986'/> |
386 | <fieldValue name='coneTranslation' value='2.63713 0.15555 -0.77014'/> |
387 | <fieldValue name='rotation' value='16.73495 0 -4.41802 1.47294'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='0.63850'/> |
396 | <fieldValue name='cylinderTranslation' value='2.62115 0.12215 -1.10093'/> |
397 | <fieldValue name='coneTranslation' value='2.61494 0.10617 -1.25926'/> |
398 | <fieldValue name='rotation' value='-63.47924 0 2.49056 1.67133'/> |
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.75780'/> |
407 | <fieldValue name='cylinderTranslation' value='0.88492 2.45982 -0.51483'/> |
408 | <fieldValue name='coneTranslation' value='0.71333 2.59572 -0.51213'/> |
409 | <fieldValue name='rotation' value='0.93538 -0.00000 59.40002 0.90099'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.39106'/> |
418 | <fieldValue name='cylinderTranslation' value='1.16028 2.26657 -0.70925'/> |
419 | <fieldValue name='coneTranslation' value='1.15635 2.27420 -0.74373'/> |
420 | <fieldValue name='rotation' value='-37.94843 0 4.32756 1.35441'/> |
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.13801'/> |
429 | <fieldValue name='cylinderTranslation' value='1.21843 2.27977 -0.53909'/> |
430 | <fieldValue name='coneTranslation' value='1.17028 2.20700 -0.51326'/> |
431 | <fieldValue name='rotation' value='-3.91809 0 -7.30218 0.64410'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.74356'/> |
440 | <fieldValue name='cylinderTranslation' value='0.96140 2.49003 -0.38118'/> |
441 | <fieldValue name='coneTranslation' value='0.83578 2.64123 -0.30238'/> |
442 | <fieldValue name='rotation' value='27.66501 -0.00000 44.10365 0.77565'/> |
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.31903'/> |
451 | <fieldValue name='cylinderTranslation' value='1.23860 2.31483 -0.63820'/> |
452 | <fieldValue name='coneTranslation' value='1.23842 2.31455 -0.63784'/> |
453 | <fieldValue name='rotation' value='-23.73911 0 -11.33612 0.96950'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.23170'/> |
462 | <fieldValue name='cylinderTranslation' value='1.10609 2.27817 -0.58879'/> |
463 | <fieldValue name='coneTranslation' value='1.13499 2.25775 -0.56239'/> |
464 | <fieldValue name='rotation' value='-13.85730 0 15.16513 1.08997'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='0.13158'/> |
473 | <fieldValue name='cylinderTranslation' value='1.21304 2.27684 -0.54459'/> |
474 | <fieldValue name='coneTranslation' value='1.16847 2.20202 -0.50867'/> |
475 | <fieldValue name='rotation' value='-5.01687 0 -6.22516 0.65305'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.74647'/> |
484 | <fieldValue name='cylinderTranslation' value='0.92352 2.33545 -0.76495'/> |
485 | <fieldValue name='coneTranslation' value='0.77590 2.39879 -0.90518'/> |
486 | <fieldValue name='rotation' value='-49.08991 0 51.67838 1.26921'/> |
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.75413'/> |
495 | <fieldValue name='cylinderTranslation' value='1.23198 2.17842 -0.89037'/> |
496 | <fieldValue name='coneTranslation' value='1.26080 2.15184 -1.10387'/> |
497 | <fieldValue name='rotation' value='-74.17319 0 -10.01226 1.69354'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.16041'/> |
506 | <fieldValue name='cylinderTranslation' value='1.22578 2.28900 -0.50052'/> |
507 | <fieldValue name='coneTranslation' value='1.18214 2.22492 -0.51941'/> |
508 | <fieldValue name='rotation' value='3.79611 0 -8.77204 0.63834'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='0.35745'/> |
517 | <fieldValue name='cylinderTranslation' value='1.28885 2.16613 -0.38878'/> |
518 | <fieldValue name='coneTranslation' value='1.30005 2.16000 -0.37508'/> |
519 | <fieldValue name='rotation' value='26.14558 0 -21.38674 1.90402'/> |
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.39945'/> |
528 | <fieldValue name='cylinderTranslation' value='1.26524 2.23496 -0.70072'/> |
529 | <fieldValue name='coneTranslation' value='1.28181 2.23702 -0.73677'/> |
530 | <fieldValue name='rotation' value='-36.24402 0 -16.66423 1.51886'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.34058'/> |
539 | <fieldValue name='cylinderTranslation' value='1.30334 2.28777 -0.62081'/> |
540 | <fieldValue name='coneTranslation' value='1.31068 2.29158 -0.62693'/> |
541 | <fieldValue name='rotation' value='-20.26162 0 -24.28490 1.19070'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='0.40391'/> |
550 | <fieldValue name='cylinderTranslation' value='1.10104 2.39444 -0.44606'/> |
551 | <fieldValue name='coneTranslation' value='1.08424 2.42973 -0.43080'/> |
552 | <fieldValue name='rotation' value='14.68925 -0.00000 16.17545 0.57158'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.74490'/> |
561 | <fieldValue name='cylinderTranslation' value='0.90173 2.36455 -0.72106'/> |
562 | <fieldValue name='coneTranslation' value='0.74191 2.44438 -0.83603'/> |
563 | <fieldValue name='rotation' value='-40.31163 0 56.03742 1.18556'/> |
564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
565 | <fieldValue name='ballRadius' value='0.02'/> |
566 | <fieldValue name='traceEnabled' value='false'/> |
567 | <fieldValue name='displayMode'/> |
568 | <fieldValue name='transparency' value='0'/> |
569 | </ProtoInstance> |
570 | <ProtoInstance name='Arc'> |
571 | <fieldValue name='cylinderHeight' value='0.40096'/> |
572 | <fieldValue name='cylinderTranslation' value='1.06778 2.38655 -0.48894'/> |
573 | <fieldValue name='coneTranslation' value='1.04473 2.41925 -0.48277'/> |
574 | <fieldValue name='rotation' value='6.11279 -0.00000 22.82742 0.63029'/> |
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.76964'/> |
583 | <fieldValue name='cylinderTranslation' value='1.06038 2.23505 -0.88448'/> |
584 | <fieldValue name='coneTranslation' value='0.98938 2.24116 -1.09771'/> |
585 | <fieldValue name='rotation' value='-72.99514 0 24.30660 1.54361'/> |
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.34946'/> |
594 | <fieldValue name='cylinderTranslation' value='1.29389 2.33430 -0.44234'/> |
595 | <fieldValue name='coneTranslation' value='1.30333 2.34355 -0.43583'/> |
596 | <fieldValue name='rotation' value='15.43354 0 -22.39487 0.89194'/> |
597 | <fieldValue name='diffuseColor' value='0 0 0'/> |
598 | <fieldValue name='ballRadius' value='0.02'/> |
599 | <fieldValue name='traceEnabled' value='false'/> |
600 | <fieldValue name='displayMode'/> |
601 | <fieldValue name='transparency' value='0'/> |
602 | </ProtoInstance> |
603 | <ProtoInstance name='Arc'> |
604 | <fieldValue name='cylinderHeight' value='1.05686'/> |
605 | <fieldValue name='cylinderTranslation' value='1.28202 1.80944 -0.20826'/> |
606 | <fieldValue name='coneTranslation' value='1.35181 1.51999 0.00874'/> |
607 | <fieldValue name='rotation' value='62.24810 0 -20.01992 2.47451'/> |
608 | <fieldValue name='diffuseColor' value='0 0 0'/> |
609 | <fieldValue name='ballRadius' value='0.02'/> |
610 | <fieldValue name='traceEnabled' value='false'/> |
611 | <fieldValue name='displayMode'/> |
612 | <fieldValue name='transparency' value='0'/> |
613 | </ProtoInstance> |
614 | <ProtoInstance name='Arc'> |
615 | <fieldValue name='cylinderHeight' value='0.75780'/> |
616 | <fieldValue name='cylinderTranslation' value='0.88492 2.45982 -0.51483'/> |
617 | <fieldValue name='coneTranslation' value='0.71333 2.59572 -0.51213'/> |
618 | <fieldValue name='rotation' value='0.93538 -0.00000 59.40002 0.90099'/> |
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.39106'/> |
627 | <fieldValue name='cylinderTranslation' value='1.16028 2.26657 -0.70925'/> |
628 | <fieldValue name='coneTranslation' value='1.15635 2.27420 -0.74373'/> |
629 | <fieldValue name='rotation' value='-37.94843 0 4.32756 1.35441'/> |
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.13801'/> |
638 | <fieldValue name='cylinderTranslation' value='1.21843 2.27977 -0.53909'/> |
639 | <fieldValue name='coneTranslation' value='1.17028 2.20700 -0.51326'/> |
640 | <fieldValue name='rotation' value='-3.91809 0 -7.30218 0.64410'/> |
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.74356'/> |
649 | <fieldValue name='cylinderTranslation' value='0.96140 2.49003 -0.38118'/> |
650 | <fieldValue name='coneTranslation' value='0.83578 2.64123 -0.30238'/> |
651 | <fieldValue name='rotation' value='27.66501 -0.00000 44.10365 0.77565'/> |
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.31903'/> |
660 | <fieldValue name='cylinderTranslation' value='1.23860 2.31483 -0.63820'/> |
661 | <fieldValue name='coneTranslation' value='1.23842 2.31455 -0.63784'/> |
662 | <fieldValue name='rotation' value='-23.73911 0 -11.33612 0.96950'/> |
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.23170'/> |
671 | <fieldValue name='cylinderTranslation' value='1.10609 2.27817 -0.58879'/> |
672 | <fieldValue name='coneTranslation' value='1.13499 2.25775 -0.56239'/> |
673 | <fieldValue name='rotation' value='-13.85730 0 15.16513 1.08997'/> |
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.13158'/> |
682 | <fieldValue name='cylinderTranslation' value='1.21304 2.27684 -0.54459'/> |
683 | <fieldValue name='coneTranslation' value='1.16847 2.20202 -0.50867'/> |
684 | <fieldValue name='rotation' value='-5.01687 0 -6.22516 0.65305'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.74647'/> |
693 | <fieldValue name='cylinderTranslation' value='0.92352 2.33545 -0.76495'/> |
694 | <fieldValue name='coneTranslation' value='0.77590 2.39879 -0.90518'/> |
695 | <fieldValue name='rotation' value='-49.08991 0 51.67838 1.26921'/> |
696 | <fieldValue name='diffuseColor' value='0 0 0'/> |
697 | <fieldValue name='ballRadius' value='0.02'/> |
698 | <fieldValue name='traceEnabled' value='false'/> |
699 | <fieldValue name='displayMode'/> |
700 | <fieldValue name='transparency' value='0'/> |
701 | </ProtoInstance> |
702 | <ProtoInstance name='Arc'> |
703 | <fieldValue name='cylinderHeight' value='0.75413'/> |
704 | <fieldValue name='cylinderTranslation' value='1.23198 2.17842 -0.89037'/> |
705 | <fieldValue name='coneTranslation' value='1.26080 2.15184 -1.10387'/> |
706 | <fieldValue name='rotation' value='-74.17319 0 -10.01226 1.69354'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='0.16041'/> |
715 | <fieldValue name='cylinderTranslation' value='1.22578 2.28900 -0.50052'/> |
716 | <fieldValue name='coneTranslation' value='1.18214 2.22492 -0.51941'/> |
717 | <fieldValue name='rotation' value='3.79611 0 -8.77204 0.63834'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.35745'/> |
726 | <fieldValue name='cylinderTranslation' value='1.28885 2.16613 -0.38878'/> |
727 | <fieldValue name='coneTranslation' value='1.30005 2.16000 -0.37508'/> |
728 | <fieldValue name='rotation' value='26.14558 0 -21.38674 1.90402'/> |
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.39945'/> |
737 | <fieldValue name='cylinderTranslation' value='1.26524 2.23496 -0.70072'/> |
738 | <fieldValue name='coneTranslation' value='1.28181 2.23702 -0.73677'/> |
739 | <fieldValue name='rotation' value='-36.24402 0 -16.66423 1.51886'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='0.34058'/> |
748 | <fieldValue name='cylinderTranslation' value='1.30334 2.28777 -0.62081'/> |
749 | <fieldValue name='coneTranslation' value='1.31068 2.29158 -0.62693'/> |
750 | <fieldValue name='rotation' value='-20.26162 0 -24.28490 1.19070'/> |
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.40391'/> |
759 | <fieldValue name='cylinderTranslation' value='1.10104 2.39444 -0.44606'/> |
760 | <fieldValue name='coneTranslation' value='1.08424 2.42973 -0.43080'/> |
761 | <fieldValue name='rotation' value='14.68925 -0.00000 16.17545 0.57158'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='0.74490'/> |
770 | <fieldValue name='cylinderTranslation' value='0.90173 2.36455 -0.72106'/> |
771 | <fieldValue name='coneTranslation' value='0.74191 2.44438 -0.83603'/> |
772 | <fieldValue name='rotation' value='-40.31163 0 56.03742 1.18556'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.40096'/> |
781 | <fieldValue name='cylinderTranslation' value='1.06778 2.38655 -0.48894'/> |
782 | <fieldValue name='coneTranslation' value='1.04473 2.41925 -0.48277'/> |
783 | <fieldValue name='rotation' value='6.11279 -0.00000 22.82742 0.63029'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.76964'/> |
792 | <fieldValue name='cylinderTranslation' value='1.06038 2.23505 -0.88448'/> |
793 | <fieldValue name='coneTranslation' value='0.98938 2.24116 -1.09771'/> |
794 | <fieldValue name='rotation' value='-72.99514 0 24.30660 1.54361'/> |
795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
796 | <fieldValue name='ballRadius' value='0.02'/> |
797 | <fieldValue name='traceEnabled' value='false'/> |
798 | <fieldValue name='displayMode'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | </ProtoInstance> |
801 | <ProtoInstance name='Arc'> |
802 | <fieldValue name='cylinderHeight' value='0.34946'/> |
803 | <fieldValue name='cylinderTranslation' value='1.29389 2.33430 -0.44234'/> |
804 | <fieldValue name='coneTranslation' value='1.30333 2.34355 -0.43583'/> |
805 | <fieldValue name='rotation' value='15.43354 0 -22.39487 0.89194'/> |
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='1.05686'/> |
814 | <fieldValue name='cylinderTranslation' value='1.28202 1.80944 -0.20826'/> |
815 | <fieldValue name='coneTranslation' value='1.35181 1.51999 0.00874'/> |
816 | <fieldValue name='rotation' value='62.24810 0 -20.01992 2.47451'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.90225'/> |
825 | <fieldValue name='cylinderTranslation' value='1.02371 -2.43503 -0.63667'/> |
826 | <fieldValue name='coneTranslation' value='0.91334 -2.64182 -0.46401'/> |
827 | <fieldValue name='rotation' value='53.51183 -0.00000 34.20559 2.36071'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.43058'/> |
836 | <fieldValue name='cylinderTranslation' value='1.37765 -2.22178 -0.86671'/> |
837 | <fieldValue name='coneTranslation' value='1.42462 -2.24931 -0.85707'/> |
838 | <fieldValue name='rotation' value='7.50480 0 -36.58127 2.09190'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.85690'/> |
847 | <fieldValue name='cylinderTranslation' value='1.16583 -2.00592 -1.31766'/> |
848 | <fieldValue name='coneTranslation' value='1.14771 -1.93783 -1.57670'/> |
849 | <fieldValue name='rotation' value='-82.68549 0 5.78234 1.31434'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.77543'/> |
858 | <fieldValue name='cylinderTranslation' value='0.91397 -2.29758 -1.09919'/> |
859 | <fieldValue name='coneTranslation' value='0.74906 -2.40504 -1.21370'/> |
860 | <fieldValue name='rotation' value='-38.99211 0 56.15456 2.06228'/> |
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='0.42481'/> |
869 | <fieldValue name='cylinderTranslation' value='1.36502 -2.14005 -1.02862'/> |
870 | <fieldValue name='coneTranslation' value='1.40703 -2.14633 -1.05931'/> |
871 | <fieldValue name='rotation' value='-24.87798 0 -34.05567 1.69091'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='0.85582'/> |
880 | <fieldValue name='cylinderTranslation' value='1.18488 -1.99883 -1.31607'/> |
881 | <fieldValue name='coneTranslation' value='1.17870 -1.92634 -1.57391'/> |
882 | <fieldValue name='rotation' value='-82.36685 0 1.97251 1.29682'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='0.43541'/> |
891 | <fieldValue name='cylinderTranslation' value='1.20041 -2.31297 -0.81471'/> |
892 | <fieldValue name='coneTranslation' value='1.20191 -2.36554 -0.79098'/> |
893 | <fieldValue name='rotation' value='17.90462 0 -1.13363 2.71690'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.88941'/> |
902 | <fieldValue name='cylinderTranslation' value='1.39681 -1.92736 -1.25334'/> |
903 | <fieldValue name='coneTranslation' value='1.52618 -1.80749 -1.47684'/> |
904 | <fieldValue name='rotation' value='-69.82093 0 -40.41388 1.13621'/> |
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='1.84214'/> |
913 | <fieldValue name='cylinderTranslation' value='1.35816 -1.39525 -0.35270'/> |
914 | <fieldValue name='coneTranslation' value='1.49320 -0.80085 0.10303'/> |
915 | <fieldValue name='rotation' value='110.30681 0 -32.68492 0.67453'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.42481'/> |
924 | <fieldValue name='cylinderTranslation' value='1.36502 -2.14005 -1.02862'/> |
925 | <fieldValue name='coneTranslation' value='1.40703 -2.14633 -1.05931'/> |
926 | <fieldValue name='rotation' value='-24.87798 0 -34.05566 1.69091'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.79830'/> |
935 | <fieldValue name='cylinderTranslation' value='1.24176 -2.39053 -0.61967'/> |
936 | <fieldValue name='coneTranslation' value='1.26993 -2.55585 -0.44917'/> |
937 | <fieldValue name='rotation' value='56.91268 0 -9.40393 2.33405'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.91336'/> |
946 | <fieldValue name='cylinderTranslation' value='1.38768 -1.81739 -0.61615'/> |
947 | <fieldValue name='coneTranslation' value='1.51303 -1.62431 -0.42900'/> |
948 | <fieldValue name='rotation' value='57.61634 0 -38.58920 0.86214'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='0.42941'/> |
957 | <fieldValue name='cylinderTranslation' value='1.37096 -2.22906 -0.86015'/> |
958 | <fieldValue name='coneTranslation' value='1.41586 -2.25822 -0.84892'/> |
959 | <fieldValue name='rotation' value='8.81537 0 -35.24436 2.13305'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.30565'/> |
968 | <fieldValue name='cylinderTranslation' value='1.10838 -2.22693 -0.96149'/> |
969 | <fieldValue name='coneTranslation' value='1.11243 -2.22165 -0.95881'/> |
970 | <fieldValue name='rotation' value='-11.45261 0 17.27224 2.39649'/> |
971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
972 | <fieldValue name='ballRadius' value='0.02'/> |
973 | <fieldValue name='traceEnabled' value='false'/> |
974 | <fieldValue name='displayMode'/> |
975 | <fieldValue name='transparency' value='0'/> |
976 | </ProtoInstance> |
977 | <ProtoInstance name='Arc'> |
978 | <fieldValue name='cylinderHeight' value='0.50613'/> |
979 | <fieldValue name='cylinderTranslation' value='1.20748 -2.08235 -1.15491'/> |
980 | <fieldValue name='coneTranslation' value='1.21217 -2.07048 -1.24710'/> |
981 | <fieldValue name='rotation' value='-50.13544 0 -2.54897 1.44299'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.93317'/> |
990 | <fieldValue name='cylinderTranslation' value='0.91022 -2.10947 -1.27399'/> |
991 | <fieldValue name='coneTranslation' value='0.72327 -2.10610 -1.51696'/> |
992 | <fieldValue name='rotation' value='-73.95240 0 56.90378 1.55980'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='0.93317'/> |
1001 | <fieldValue name='cylinderTranslation' value='0.91021 -2.10948 -1.27399'/> |
1002 | <fieldValue name='coneTranslation' value='0.72325 -2.10611 -1.51694'/> |
1003 | <fieldValue name='rotation' value='-73.95085 0 56.90583 1.55982'/> |
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='0.42855'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.36399 -2.23603 -0.85401'/> |
1013 | <fieldValue name='coneTranslation' value='1.40687 -2.26679 -0.84129'/> |
1014 | <fieldValue name='rotation' value='10.04382 0 -33.85110 2.17329'/> |
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.77598'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.90817 -2.31929 -1.06707'/> |
1024 | <fieldValue name='coneTranslation' value='0.73978 -2.43957 -1.16276'/> |
1025 | <fieldValue name='rotation' value='-32.56756 0 57.31324 2.12654'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.91938'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.82651 -2.38850 -0.87772'/> |
1035 | <fieldValue name='coneTranslation' value='0.58644 -2.56706 -0.86043'/> |
1036 | <fieldValue name='rotation' value='5.30314 -0.00000 73.64623 2.20909'/> |
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.91939'/> |
1045 | <fieldValue name='cylinderTranslation' value='0.82649 -2.38848 -0.87775'/> |
1046 | <fieldValue name='coneTranslation' value='0.58641 -2.56703 -0.86048'/> |
1047 | <fieldValue name='rotation' value='5.29684 -0.00000 73.65005 2.20904'/> |
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.90225'/> |
1056 | <fieldValue name='cylinderTranslation' value='1.02383 -2.43503 -0.63660'/> |
1057 | <fieldValue name='coneTranslation' value='0.91353 -2.64181 -0.46389'/> |
1058 | <fieldValue name='rotation' value='53.52653 -0.00000 34.18236 2.36070'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='0.26208'/> |
1067 | <fieldValue name='cylinderTranslation' value='-2.43811 0.02297 -0.39949'/> |
1068 | <fieldValue name='coneTranslation' value='-2.43698 -0.00572 -0.39571'/> |
1069 | <fieldValue name='rotation' value='-3.42333 0 1.02307 0.13675'/> |
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.00136'/> |
1078 | <fieldValue name='cylinderTranslation' value='-2.34394 0.13073 -0.81400'/> |
1079 | <fieldValue name='coneTranslation' value='-2.28334 0.29239 -1.10770'/> |
1080 | <fieldValue name='rotation' value='-86.32597 0 -17.81182 1.07638'/> |
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.62249'/> |
1089 | <fieldValue name='cylinderTranslation' value='-2.38819 -0.11330 -0.69031'/> |
1090 | <fieldValue name='coneTranslation' value='-2.36641 -0.11643 -0.83995'/> |
1091 | <fieldValue name='rotation' value='-61.58725 0 -8.96211 1.59150'/> |
1092 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1093 | <fieldValue name='ballRadius' value='0.02'/> |
1094 | <fieldValue name='traceEnabled' value='false'/> |
1095 | <fieldValue name='displayMode'/> |
1096 | <fieldValue name='transparency' value='0'/> |
1097 | </ProtoInstance> |
1098 | <ProtoInstance name='Arc'> |
1099 | <fieldValue name='cylinderHeight' value='0.54115'/> |
1100 | <fieldValue name='cylinderTranslation' value='-2.50746 -0.36334 -0.42571'/> |
1101 | <fieldValue name='coneTranslation' value='-2.53789 -0.46817 -0.44343'/> |
1102 | <fieldValue name='rotation' value='-8.66800 0 14.89200 2.81754'/> |
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.52431'/> |
1111 | <fieldValue name='cylinderTranslation' value='-2.50650 -0.32929 -0.50003'/> |
1112 | <fieldValue name='coneTranslation' value='-2.53515 -0.41596 -0.54588'/> |
1113 | <fieldValue name='rotation' value='-23.53192 0 14.70152 2.58392'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='0.53161'/> |
1122 | <fieldValue name='cylinderTranslation' value='-2.54335 0.12712 -0.32127'/> |
1123 | <fieldValue name='coneTranslation' value='-2.58727 0.22025 -0.29695'/> |
1124 | <fieldValue name='rotation' value='12.22032 -0.00000 22.07002 0.49445'/> |
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.92229'/> |
1133 | <fieldValue name='cylinderTranslation' value='-2.52281 0.33408 -0.28153'/> |
1134 | <fieldValue name='coneTranslation' value='-2.58145 0.62203 -0.21567'/> |
1135 | <fieldValue name='rotation' value='20.16938 -0.00000 17.96175 0.29719'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='0.89334'/> |
1144 | <fieldValue name='cylinderTranslation' value='-2.45079 0.32161 -0.50734'/> |
1145 | <fieldValue name='coneTranslation' value='-2.46221 0.59660 -0.58754'/> |
1146 | <fieldValue name='rotation' value='-24.99271 0 3.55843 0.28649'/> |
1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1148 | <fieldValue name='ballRadius' value='0.02'/> |
1149 | <fieldValue name='traceEnabled' value='false'/> |
1150 | <fieldValue name='displayMode'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | </ProtoInstance> |
1153 | <ProtoInstance name='Arc'> |
1154 | <fieldValue name='cylinderHeight' value='0.59942'/> |
1155 | <fieldValue name='cylinderTranslation' value='-2.43689 0.05246 -0.63621'/> |
1156 | <fieldValue name='coneTranslation' value='-2.43870 0.12672 -0.75453'/> |
1157 | <fieldValue name='rotation' value='-50.76681 0 0.77855 1.01036'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.46029'/> |
1166 | <fieldValue name='cylinderTranslation' value='-2.58863 -0.05857 -0.21985'/> |
1167 | <fieldValue name='coneTranslation' value='-2.63607 -0.04385 -0.17032'/> |
1168 | <fieldValue name='rotation' value='32.50402 -0.00000 31.12734 1.35943'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.49836'/> |
1177 | <fieldValue name='cylinderTranslation' value='-2.30821 -0.08751 -0.16756'/> |
1178 | <fieldValue name='coneTranslation' value='-2.26355 -0.08058 -0.09068'/> |
1179 | <fieldValue name='rotation' value='42.96283 0 -24.95772 1.49308'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='0.54874'/> |
1188 | <fieldValue name='cylinderTranslation' value='-2.54865 -0.31284 -0.24283'/> |
1189 | <fieldValue name='coneTranslation' value='-2.59686 -0.39870 -0.18466'/> |
1190 | <fieldValue name='rotation' value='27.90862 -0.00000 23.13066 2.42001'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.89751'/> |
1199 | <fieldValue name='cylinderTranslation' value='-2.42984 0.29959 -0.57258'/> |
1200 | <fieldValue name='coneTranslation' value='-2.42782 0.56112 -0.69497'/> |
1201 | <fieldValue name='rotation' value='-38.04136 0 -0.63047 0.43776'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.51626'/> |
1210 | <fieldValue name='cylinderTranslation' value='-2.49590 -0.25102 -0.58704'/> |
1211 | <fieldValue name='coneTranslation' value='-2.51982 -0.30582 -0.66485'/> |
1212 | <fieldValue name='rotation' value='-40.93367 0 12.58126 2.16338'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='ballRadius' value='0.02'/> |
1215 | <fieldValue name='traceEnabled' value='false'/> |
1216 | <fieldValue name='displayMode'/> |
1217 | <fieldValue name='transparency' value='0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Arc'> |
1220 | <fieldValue name='cylinderHeight' value='0.82687'/> |
1221 | <fieldValue name='cylinderTranslation' value='-2.36547 -0.31528 -0.73298'/> |
1222 | <fieldValue name='coneTranslation' value='-2.32408 -0.44304 -0.94791'/> |
1223 | <fieldValue name='rotation' value='-70.12214 0 -13.50458 2.09917'/> |
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.48169'/> |
1232 | <fieldValue name='cylinderTranslation' value='-2.51443 0.04854 -0.54739'/> |
1233 | <fieldValue name='coneTranslation' value='-2.54176 0.10070 -0.60277'/> |
1234 | <fieldValue name='rotation' value='-33.00238 0 16.28575 0.86952'/> |
1235 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1236 | <fieldValue name='ballRadius' value='0.02'/> |
1237 | <fieldValue name='traceEnabled' value='false'/> |
1238 | <fieldValue name='displayMode'/> |
1239 | <fieldValue name='transparency' value='0'/> |
1240 | </ProtoInstance> |
1241 | <ProtoInstance name='Arc'> |
1242 | <fieldValue name='cylinderHeight' value='0.08035'/> |
1243 | <fieldValue name='cylinderTranslation' value='-2.46628 -0.08627 -0.39144'/> |
1244 | <fieldValue name='coneTranslation' value='-2.36700 -0.14767 -0.36439'/> |
1245 | <fieldValue name='rotation' value='-1.81398 0 6.65699 1.03280'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='0.60431'/> |
1254 | <fieldValue name='cylinderTranslation' value='-2.45226 -0.39470 -0.47220'/> |
1255 | <fieldValue name='coneTranslation' value='-2.46132 -0.53013 -0.51447'/> |
1256 | <fieldValue name='rotation' value='-17.96610 0 3.85245 2.83265'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='0.02012'/> |
1265 | <fieldValue name='cylinderTranslation' value='-2.43521 -0.11281 -0.39017'/> |
1266 | <fieldValue name='coneTranslation' value='-2.40216 -0.02399 -0.27398'/> |
1267 | <fieldValue name='rotation' value='-1.55906 0 0.44352 2.20484'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.91838'/> |
1276 | <fieldValue name='cylinderTranslation' value='-2.51501 -0.51772 -0.19445'/> |
1277 | <fieldValue name='coneTranslation' value='-2.56844 -0.78543 -0.07201'/> |
1278 | <fieldValue name='rotation' value='37.58453 -0.00000 16.40173 2.67872'/> |
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.01600'/> |
1287 | <fieldValue name='cylinderTranslation' value='-2.30563 -0.13077 -0.87356'/> |
1288 | <fieldValue name='coneTranslation' value='-2.21837 -0.14715 -1.21005'/> |
1289 | <fieldValue name='rotation' value='-98.23785 0 -25.47392 1.61789'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.26855'/> |
1298 | <fieldValue name='cylinderTranslation' value='-2.54014 -0.16163 -0.32280'/> |
1299 | <fieldValue name='coneTranslation' value='-2.51961 -0.15113 -0.33421'/> |
1300 | <fieldValue name='rotation' value='11.91553 -0.00000 21.42851 1.99100'/> |
1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1302 | <fieldValue name='ballRadius' value='0.02'/> |
1303 | <fieldValue name='traceEnabled' value='false'/> |
1304 | <fieldValue name='displayMode'/> |
1305 | <fieldValue name='transparency' value='0'/> |
1306 | </ProtoInstance> |
1307 | <ProtoInstance name='Arc'> |
1308 | <fieldValue name='cylinderHeight' value='0.99487'/> |
1309 | <fieldValue name='cylinderTranslation' value='-2.38342 -0.56340 -0.57355'/> |
1310 | <fieldValue name='coneTranslation' value='-2.34979 -0.87309 -0.70324'/> |
1311 | <fieldValue name='rotation' value='-38.23555 0 -9.91493 2.73330'/> |
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='1.72675'/> |
1320 | <fieldValue name='cylinderTranslation' value='-1.91930 -0.08396 0.31118'/> |
1321 | <fieldValue name='coneTranslation' value='-1.50080 -0.06531 0.87620'/> |
1322 | <fieldValue name='rotation' value='138.70991 0 -102.73948 1.54428'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='0.44825'/> |
1331 | <fieldValue name='cylinderTranslation' value='-2.52132 -0.14725 -0.58436'/> |
1332 | <fieldValue name='coneTranslation' value='-2.54658 -0.15881 -0.64215'/> |
1333 | <fieldValue name='rotation' value='-40.39762 0 17.66374 1.75206'/> |
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.40865'/> |
1342 | <fieldValue name='cylinderTranslation' value='-2.59315 -0.04578 -0.27115'/> |
1343 | <fieldValue name='coneTranslation' value='-2.62790 -0.03254 -0.24703'/> |
1344 | <fieldValue name='rotation' value='22.24369 -0.00000 32.03118 1.26728'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='0.28467'/> |
1353 | <fieldValue name='cylinderTranslation' value='-0.63740 0.05881 1.93654'/> |
1354 | <fieldValue name='coneTranslation' value='-0.62533 0.04827 1.92910'/> |
1355 | <fieldValue name='rotation' value='11.98752 -0.00000 19.44324 0.93129'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.59292'/> |
1364 | <fieldValue name='cylinderTranslation' value='-0.75414 0.14755 1.98588'/> |
1365 | <fieldValue name='coneTranslation' value='-0.85262 0.22750 2.03618'/> |
1366 | <fieldValue name='rotation' value='21.85626 -0.00000 42.79163 0.94484'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='0.88269'/> |
1375 | <fieldValue name='cylinderTranslation' value='-0.52597 -0.06293 2.31618'/> |
1376 | <fieldValue name='coneTranslation' value='-0.51692 -0.08639 2.59640'/> |
1377 | <fieldValue name='rotation' value='87.91560 0 -2.84154 1.65427'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='0.20695'/> |
1386 | <fieldValue name='cylinderTranslation' value='-0.59261 0.03775 1.93887'/> |
1387 | <fieldValue name='coneTranslation' value='-0.56397 0.00285 1.90485'/> |
1388 | <fieldValue name='rotation' value='12.45338 -0.00000 10.48614 0.90539'/> |
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='1.20447'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.04698 0.09163 1.81285'/> |
1398 | <fieldValue name='coneTranslation' value='0.47814 0.17811 1.76604'/> |
1399 | <fieldValue name='rotation' value='-12.74968 0 -117.43166 1.37398'/> |
1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1401 | <fieldValue name='ballRadius' value='0.02'/> |
1402 | <fieldValue name='traceEnabled' value='false'/> |
1403 | <fieldValue name='displayMode'/> |
1404 | <fieldValue name='transparency' value='0'/> |
1405 | </ProtoInstance> |
1406 | <ProtoInstance name='Arc'> |
1407 | <fieldValue name='cylinderHeight' value='0.52046'/> |
1408 | <fieldValue name='cylinderTranslation' value='-0.51571 0.15249 2.06425'/> |
1409 | <fieldValue name='coneTranslation' value='-0.50629 0.22129 2.13652'/> |
1410 | <fieldValue name='rotation' value='37.52952 0 -4.89340 0.81422'/> |
1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1412 | <fieldValue name='ballRadius' value='0.02'/> |
1413 | <fieldValue name='traceEnabled' value='false'/> |
1414 | <fieldValue name='displayMode'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | </ProtoInstance> |
1417 | <ProtoInstance name='Arc'> |
1418 | <fieldValue name='cylinderHeight' value='0.66166'/> |
1419 | <fieldValue name='cylinderTranslation' value='-0.84233 -0.10831 1.76984'/> |
1420 | <fieldValue name='coneTranslation' value='-0.99835 -0.15075 1.71471'/> |
1421 | <fieldValue name='rotation' value='-21.35275 0 60.43034 1.82182'/> |
1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1423 | <fieldValue name='ballRadius' value='0.02'/> |
1424 | <fieldValue name='traceEnabled' value='false'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | </ProtoInstance> |
1428 | <ProtoInstance name='Arc'> |
1429 | <fieldValue name='cylinderHeight' value='0.46793'/> |
1430 | <fieldValue name='cylinderTranslation' value='-0.36160 0.11009 1.94210'/> |
1431 | <fieldValue name='coneTranslation' value='-0.30514 0.15316 1.96281'/> |
1432 | <fieldValue name='rotation' value='13.10027 0 -35.71690 0.94931'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='0.55271'/> |
1441 | <fieldValue name='cylinderTranslation' value='-0.47245 -0.23468 2.04481'/> |
1442 | <fieldValue name='coneTranslation' value='-0.44393 -0.32249 2.11563'/> |
1443 | <fieldValue name='rotation' value='33.64137 0 -13.54623 2.42588'/> |
1444 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1445 | <fieldValue name='ballRadius' value='0.02'/> |
1446 | <fieldValue name='traceEnabled' value='false'/> |
1447 | <fieldValue name='displayMode'/> |
1448 | <fieldValue name='transparency' value='0'/> |
1449 | </ProtoInstance> |
1450 | <ProtoInstance name='Arc'> |
1451 | <fieldValue name='cylinderHeight' value='0.87868'/> |
1452 | <fieldValue name='cylinderTranslation' value='-0.68606 0.31647 2.10975'/> |
1453 | <fieldValue name='coneTranslation' value='-0.77881 0.53430 2.25798'/> |
1454 | <fieldValue name='rotation' value='46.62919 -0.00000 29.17593 0.67641'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.97325'/> |
1463 | <fieldValue name='cylinderTranslation' value='-0.97122 -0.24829 1.91726'/> |
1464 | <fieldValue name='coneTranslation' value='-1.26054 -0.39741 1.94455'/> |
1465 | <fieldValue name='rotation' value='8.13187 -0.00000 86.20849 2.04488'/> |
1466 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1467 | <fieldValue name='ballRadius' value='0.02'/> |
1468 | <fieldValue name='traceEnabled' value='false'/> |
1469 | <fieldValue name='displayMode'/> |
1470 | <fieldValue name='transparency' value='0'/> |
1471 | </ProtoInstance> |
1472 | <ProtoInstance name='Arc'> |
1473 | <fieldValue name='cylinderHeight' value='0.61143'/> |
1474 | <fieldValue name='cylinderTranslation' value='-0.54707 -0.27572 2.05301'/> |
1475 | <fieldValue name='coneTranslation' value='-0.55036 -0.39468 2.13710'/> |
1476 | <fieldValue name='rotation' value='35.28294 -0.00000 1.37863 2.52593'/> |
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.55567'/> |
1485 | <fieldValue name='cylinderTranslation' value='-0.57024 -0.05459 2.15134'/> |
1486 | <fieldValue name='coneTranslation' value='-0.58299 -0.06666 2.26786'/> |
1487 | <fieldValue name='rotation' value='54.94729 -0.00000 6.01155 1.67339'/> |
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.05270'/> |
1496 | <fieldValue name='cylinderTranslation' value='-0.70346 -0.50684 2.01556'/> |
1497 | <fieldValue name='coneTranslation' value='-0.81711 -0.84141 2.11229'/> |
1498 | <fieldValue name='rotation' value='27.79318 -0.00000 32.65627 2.72204'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.97883'/> |
1507 | <fieldValue name='cylinderTranslation' value='-0.10150 0.04006 1.66995'/> |
1508 | <fieldValue name='coneTranslation' value='0.19377 0.08462 1.53086'/> |
1509 | <fieldValue name='rotation' value='-41.33014 0 -87.73615 1.43511'/> |
1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1511 | <fieldValue name='ballRadius' value='0.02'/> |
1512 | <fieldValue name='traceEnabled' value='false'/> |
1513 | <fieldValue name='displayMode'/> |
1514 | <fieldValue name='transparency' value='0'/> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Arc'> |
1517 | <fieldValue name='cylinderHeight' value='0.53109'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.69371 0.13872 2.01720'/> |
1519 | <fieldValue name='coneTranslation' value='-0.75473 0.20424 2.07308'/> |
1520 | <fieldValue name='rotation' value='28.11986 -0.00000 30.70487 0.90102'/> |
1521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1522 | <fieldValue name='ballRadius' value='0.02'/> |
1523 | <fieldValue name='traceEnabled' value='false'/> |
1524 | <fieldValue name='displayMode'/> |
1525 | <fieldValue name='transparency' value='0'/> |
1526 | </ProtoInstance> |
1527 | <ProtoInstance name='Arc'> |
1528 | <fieldValue name='cylinderHeight' value='0.97940'/> |
1529 | <fieldValue name='cylinderTranslation' value='-0.52630 -0.42898 2.15468'/> |
1530 | <fieldValue name='coneTranslation' value='-0.51696 -0.70020 2.34190'/> |
1531 | <fieldValue name='rotation' value='55.61612 0 -2.77599 2.53683'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.52953'/> |
1540 | <fieldValue name='cylinderTranslation' value='-0.66718 -0.08827 2.10045'/> |
1541 | <fieldValue name='coneTranslation' value='-0.71743 -0.11286 2.18903'/> |
1542 | <fieldValue name='rotation' value='44.77062 -0.00000 25.39952 1.80768'/> |
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.01887'/> |
1551 | <fieldValue name='cylinderTranslation' value='-1.02361 0.01725 1.72189'/> |
1552 | <fieldValue name='coneTranslation' value='-1.35521 0.04701 1.61576'/> |
1553 | <fieldValue name='rotation' value='-30.94273 0 96.68616 1.48553'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='0.47583'/> |
1562 | <fieldValue name='cylinderTranslation' value='-0.33381 -0.13115 1.93125'/> |
1563 | <fieldValue name='coneTranslation' value='-0.26623 -0.16554 1.94915'/> |
1564 | <fieldValue name='rotation' value='10.92997 0 -41.27387 2.02795'/> |
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.91730'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.81860 0.30225 2.03473'/> |
1574 | <fieldValue name='coneTranslation' value='-0.99988 0.51608 2.13769'/> |
1575 | <fieldValue name='rotation' value='31.62556 -0.00000 55.68289 0.77275'/> |
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.05270'/> |
1584 | <fieldValue name='cylinderTranslation' value='-0.70347 -0.50683 2.01557'/> |
1585 | <fieldValue name='coneTranslation' value='-0.81713 -0.84140 2.11229'/> |
1586 | <fieldValue name='rotation' value='27.79344 -0.00000 32.65849 2.72202'/> |
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='1.22896'/> |
1595 | <fieldValue name='cylinderTranslation' value='-0.97289 -0.04360 1.44066'/> |
1596 | <fieldValue name='coneTranslation' value='-1.29293 -0.05652 1.11824'/> |
1597 | <fieldValue name='rotation' value='-87.18734 0 86.54210 1.59922'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.92932'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.91584 -0.14918 2.12083'/> |
1607 | <fieldValue name='coneTranslation' value='-1.16215 -0.22986 2.28096'/> |
1608 | <fieldValue name='rotation' value='48.84554 -0.00000 75.13249 1.83880'/> |
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.57914'/> |
1617 | <fieldValue name='cylinderTranslation' value='-0.75879 -0.11108 2.04643'/> |
1618 | <fieldValue name='coneTranslation' value='-0.85661 -0.14909 2.12242'/> |
1619 | <fieldValue name='rotation' value='33.96618 -0.00000 43.72269 1.86851'/> |
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.92339'/> |
1628 | <fieldValue name='cylinderTranslation' value='-0.15132 0.08146 2.10103'/> |
1629 | <fieldValue name='coneTranslation' value='0.10279 0.15177 2.24768'/> |
1630 | <fieldValue name='rotation' value='44.88568 0 -77.77299 1.33558'/> |
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.63555'/> |
1639 | <fieldValue name='cylinderTranslation' value='-2.45590 0.45143 -0.52445'/> |
1640 | <fieldValue name='coneTranslation' value='-2.46220 0.59971 -0.57800'/> |
1641 | <fieldValue name='rotation' value='-21.56938 0 2.53536 0.34874'/> |
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.57575'/> |
1650 | <fieldValue name='cylinderTranslation' value='-2.31332 0.04231 -0.18468'/> |
1651 | <fieldValue name='coneTranslation' value='-2.25562 -0.00676 -0.08165'/> |
1652 | <fieldValue name='rotation' value='46.38615 0 -25.98079 1.96466'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1654 | <fieldValue name='ballRadius' value='0.02'/> |
1655 | <fieldValue name='traceEnabled' value='false'/> |
1656 | <fieldValue name='displayMode'/> |
1657 | <fieldValue name='transparency' value='0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Arc'> |
1660 | <fieldValue name='cylinderHeight' value='0.65283'/> |
1661 | <fieldValue name='cylinderTranslation' value='-2.43496 0.42941 -0.58970'/> |
1662 | <fieldValue name='coneTranslation' value='-2.43074 0.57044 -0.67794'/> |
1663 | <fieldValue name='rotation' value='-34.61803 0 -1.65355 0.55964'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.27226'/> |
1672 | <fieldValue name='cylinderTranslation' value='-2.44033 0.01701 -0.40729'/> |
1673 | <fieldValue name='coneTranslation' value='-2.44084 0.04082 -0.40892'/> |
1674 | <fieldValue name='rotation' value='1.86426 0 -0.57956 3.06982'/> |
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.00028'/> |
1683 | <fieldValue name='cylinderTranslation' value='0.85280 -2.75546 -0.36904'/> |
1684 | <fieldValue name='coneTranslation' value='0.71779 -2.76144 -0.45444'/> |
1685 | <fieldValue name='rotation' value='0.01470 0 -0.02323 1.53336'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.20604'/> |
1694 | <fieldValue name='cylinderTranslation' value='1.95218 0.67818 0.97737'/> |
1695 | <fieldValue name='coneTranslation' value='1.99047 0.64327 0.95367'/> |
1696 | <fieldValue name='rotation' value='8.57011 -0.00000 13.84736 0.91142'/> |
1697 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1698 | <fieldValue name='ballRadius' value='0.02'/> |
1699 | <fieldValue name='traceEnabled' value='false'/> |
1700 | <fieldValue name='displayMode'/> |
1701 | <fieldValue name='transparency' value='0'/> |
1702 | </ProtoInstance> |
1703 | <ProtoInstance name='Arc'> |
1704 | <fieldValue name='cylinderHeight' value='0.25161'/> |
1705 | <fieldValue name='cylinderTranslation' value='2.06134 0.50036 0.90172'/> |
1706 | <fieldValue name='coneTranslation' value='2.05049 0.53154 0.91064'/> |
1707 | <fieldValue name='rotation' value='-6.55950 0 -7.98565 2.71835'/> |
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.39738'/> |
1716 | <fieldValue name='cylinderTranslation' value='0.77078 2.62178 -0.48426'/> |
1717 | <fieldValue name='coneTranslation' value='0.80639 2.60751 -0.47922'/> |
1718 | <fieldValue name='rotation' value='5.17741 0 -36.57260 1.94850'/> |
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.43071'/> |
1727 | <fieldValue name='cylinderTranslation' value='-2.34783 0.29004 -1.06784'/> |
1728 | <fieldValue name='coneTranslation' value='-2.37172 0.26993 -1.02214'/> |
1729 | <fieldValue name='rotation' value='35.55916 -0.00000 18.59038 1.94277'/> |
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.23247'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.21696 2.35681 -0.82794'/> |
1739 | <fieldValue name='coneTranslation' value='1.18747 2.33864 -0.85469'/> |
1740 | <fieldValue name='rotation' value='14.20932 0 -15.66368 1.14266'/> |
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.40831'/> |
1749 | <fieldValue name='cylinderTranslation' value='1.03875 2.27703 -1.07422'/> |
1750 | <fieldValue name='coneTranslation' value='1.01714 2.27021 -1.11212'/> |
1751 | <fieldValue name='rotation' value='-35.04671 0 19.97904 1.72582'/> |
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.09909'/> |
1760 | <fieldValue name='cylinderTranslation' value='-0.68983 0.12269 1.99880'/> |
1761 | <fieldValue name='coneTranslation' value='-0.78967 0.16965 1.99361'/> |
1762 | <fieldValue name='rotation' value='0.46586 0 -8.95711 2.00986'/> |
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.25347'/> |
1771 | <fieldValue name='cylinderTranslation' value='-0.79092 0.22366 2.07714'/> |
1772 | <fieldValue name='coneTranslation' value='-0.77614 0.20269 2.05597'/> |
1773 | <fieldValue name='rotation' value='16.13234 -0.00000 11.26163 0.88860'/> |
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.63793'/> |
1782 | <fieldValue name='cylinderTranslation' value='-0.91581 0.38720 2.09466'/> |
1783 | <fieldValue name='coneTranslation' value='-1.00612 0.50852 2.14360'/> |
1784 | <fieldValue name='rotation' value='19.63804 -0.00000 36.23965 0.70250'/> |
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.40350'/> |
1793 | <fieldValue name='cylinderTranslation' value='-2.26082 -0.13721 -1.18150'/> |
1794 | <fieldValue name='coneTranslation' value='-2.24373 -0.14083 -1.21942'/> |
1795 | <fieldValue name='rotation' value='-36.65060 0 -16.51181 1.65751'/> |
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.16351'/> |
1804 | <fieldValue name='cylinderTranslation' value='-2.58096 -0.58578 -0.54337'/> |
1805 | <fieldValue name='coneTranslation' value='-2.58188 -0.61837 -0.47225'/> |
1806 | <fieldValue name='rotation' value='-14.86392 0 -0.19049 1.14113'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.15737'/> |
1815 | <fieldValue name='cylinderTranslation' value='-2.52672 -0.65120 -0.51554'/> |
1816 | <fieldValue name='coneTranslation' value='-2.58376 -0.61879 -0.46750'/> |
1817 | <fieldValue name='rotation' value='-9.29810 0 -11.03955 1.98070'/> |
1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1819 | <fieldValue name='ballRadius' value='0.02'/> |
1820 | <fieldValue name='traceEnabled' value='false'/> |
1821 | <fieldValue name='displayMode'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | </ProtoInstance> |
1824 | <ProtoInstance name='Arc'> |
1825 | <fieldValue name='cylinderHeight' value='0.23502'/> |
1826 | <fieldValue name='cylinderTranslation' value='-2.56941 -0.47345 -0.70470'/> |
1827 | <fieldValue name='coneTranslation' value='-2.57324 -0.50175 -0.67324'/> |
1828 | <fieldValue name='rotation' value='-17.40175 0 -2.12026 0.84190'/> |
1829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1830 | <fieldValue name='ballRadius' value='0.02'/> |
1831 | <fieldValue name='traceEnabled' value='false'/> |
1832 | <fieldValue name='displayMode'/> |
1833 | <fieldValue name='transparency' value='0'/> |
1834 | </ProtoInstance> |
1835 | <ProtoInstance name='Arc'> |
1836 | <fieldValue name='cylinderHeight' value='0.42348'/> |
1837 | <fieldValue name='cylinderTranslation' value='-2.63316 0.56805 -0.22042'/> |
1838 | <fieldValue name='coneTranslation' value='-2.62814 0.61862 -0.21071'/> |
1839 | <fieldValue name='rotation' value='7.94905 0 -4.10828 0.21290'/> |
1840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1841 | <fieldValue name='ballRadius' value='0.02'/> |
1842 | <fieldValue name='traceEnabled' value='false'/> |
1843 | <fieldValue name='displayMode'/> |
1844 | <fieldValue name='transparency' value='0'/> |
1845 | </ProtoInstance> |
1846 | <ProtoInstance name='Arc'> |
1847 | <fieldValue name='cylinderHeight' value='0.47496'/> |
1848 | <fieldValue name='cylinderTranslation' value='-2.57663 0.14770 -0.33034'/> |
1849 | <fieldValue name='coneTranslation' value='-2.55149 0.07809 -0.35324'/> |
1850 | <fieldValue name='rotation' value='-14.03430 0 -15.41303 2.68724'/> |
1851 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1852 | <fieldValue name='ballRadius' value='0.02'/> |
1853 | <fieldValue name='traceEnabled' value='false'/> |
1854 | <fieldValue name='displayMode'/> |
1855 | <fieldValue name='transparency' value='0'/> |
1856 | </ProtoInstance> |
1857 | <ProtoInstance name='Arc'> |
1858 | <fieldValue name='cylinderHeight' value='0.00090'/> |
1859 | <fieldValue name='cylinderTranslation' value='2.02397 1.07380 1.35688'/> |
1860 | <fieldValue name='coneTranslation' value='2.15697 1.03412 1.27819'/> |
1861 | <fieldValue name='rotation' value='0.04434 -0.00000 0.07493 1.31941'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1863 | <fieldValue name='ballRadius' value='0.02'/> |
1864 | <fieldValue name='traceEnabled' value='false'/> |
1865 | <fieldValue name='displayMode'/> |
1866 | <fieldValue name='transparency' value='0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Arc'> |
1869 | <fieldValue name='cylinderHeight' value='0.02371'/> |
1870 | <fieldValue name='cylinderTranslation' value='1.55387 -2.33624 -0.82263'/> |
1871 | <fieldValue name='coneTranslation' value='1.63739 -2.24532 -0.90451'/> |
1872 | <fieldValue name='rotation' value='1.31057 -0.00000 1.33691 2.23158'/> |
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.21408'/> |
1881 | <fieldValue name='cylinderTranslation' value='1.27511 2.37000 -0.65779'/> |
1882 | <fieldValue name='coneTranslation' value='1.26513 2.35266 -0.60876'/> |
1883 | <fieldValue name='rotation' value='-19.82102 0 -4.03394 1.23709'/> |
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.01646'/> |
1892 | <fieldValue name='cylinderTranslation' value='1.24955 2.33202 -0.56418'/> |
1893 | <fieldValue name='coneTranslation' value='1.34886 2.38595 -0.46287'/> |
1894 | <fieldValue name='rotation' value='-1.09877 0 1.07702 1.93405'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='0.36913'/> |
1903 | <fieldValue name='cylinderTranslation' value='1.17857 -1.97367 -1.56834'/> |
1904 | <fieldValue name='coneTranslation' value='1.18412 -1.98384 -1.54668'/> |
1905 | <fieldValue name='rotation' value='32.55005 0 -8.33131 1.99774'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='0.49698'/> |
1914 | <fieldValue name='cylinderTranslation' value='0.82760 -2.40990 -1.15646'/> |
1915 | <fieldValue name='coneTranslation' value='0.89684 -2.38475 -1.10742'/> |
1916 | <fieldValue name='rotation' value='27.53950 0 -38.88232 1.28251'/> |
1917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1918 | <fieldValue name='ballRadius' value='0.02'/> |
1919 | <fieldValue name='traceEnabled' value='false'/> |
1920 | <fieldValue name='displayMode'/> |
1921 | <fieldValue name='transparency' value='0'/> |
1922 | </ProtoInstance> |
1923 | <ProtoInstance name='Arc'> |
1924 | <fieldValue name='cylinderHeight' value='0.36247'/> |
1925 | <fieldValue name='cylinderTranslation' value='0.88052 2.65988 -0.30773'/> |
1926 | <fieldValue name='coneTranslation' value='0.89688 2.64868 -0.31533'/> |
1927 | <fieldValue name='rotation' value='-12.97576 0 -27.92820 2.12635'/> |
1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1929 | <fieldValue name='ballRadius' value='0.02'/> |
1930 | <fieldValue name='traceEnabled' value='false'/> |
1931 | <fieldValue name='displayMode'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | </ProtoInstance> |
1934 | <ProtoInstance name='Arc'> |
1935 | <fieldValue name='cylinderHeight' value='0.23147'/> |
1936 | <fieldValue name='cylinderTranslation' value='1.13722 2.33042 -0.61388'/> |
1937 | <fieldValue name='coneTranslation' value='1.09631 2.33093 -0.63078'/> |
1938 | <fieldValue name='rotation' value='8.84043 0 -21.39028 1.58228'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='0.52017'/> |
1947 | <fieldValue name='cylinderTranslation' value='0.84770 2.38903 -0.83424'/> |
1948 | <fieldValue name='coneTranslation' value='0.77744 2.41108 -0.90203'/> |
1949 | <fieldValue name='rotation' value='-35.23261 0 36.51325 1.34874'/> |
1950 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1951 | <fieldValue name='ballRadius' value='0.02'/> |
1952 | <fieldValue name='traceEnabled' value='false'/> |
1953 | <fieldValue name='displayMode'/> |
1954 | <fieldValue name='transparency' value='0'/> |
1955 | </ProtoInstance> |
1956 | <ProtoInstance name='Arc'> |
1957 | <fieldValue name='cylinderHeight' value='0.51660'/> |
1958 | <fieldValue name='cylinderTranslation' value='0.82590 2.41813 -0.79035'/> |
1959 | <fieldValue name='coneTranslation' value='0.74813 2.45100 -0.84069'/> |
1960 | <fieldValue name='rotation' value='-26.45433 0 40.87230 1.22983'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.23594'/> |
1969 | <fieldValue name='cylinderTranslation' value='-2.51832 0.20785 -0.80122'/> |
1970 | <fieldValue name='coneTranslation' value='-2.49069 0.20925 -0.83287'/> |
1971 | <fieldValue name='rotation' value='17.76443 -0.00000 15.50720 1.60405'/> |
1972 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1973 | <fieldValue name='ballRadius' value='0.02'/> |
1974 | <fieldValue name='traceEnabled' value='false'/> |
1975 | <fieldValue name='displayMode'/> |
1976 | <fieldValue name='transparency' value='0'/> |
1977 | </ProtoInstance> |
1978 | <ProtoInstance name='Arc'> |
1979 | <fieldValue name='cylinderHeight' value='0.49261'/> |
1980 | <fieldValue name='cylinderTranslation' value='1.94287 -0.43197 0.81040'/> |
1981 | <fieldValue name='coneTranslation' value='1.88294 -0.38861 0.76594'/> |
1982 | <fieldValue name='rotation' value='-25.37626 0 34.20656 1.04439'/> |
1983 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1984 | <fieldValue name='ballRadius' value='0.02'/> |
1985 | <fieldValue name='traceEnabled' value='false'/> |
1986 | <fieldValue name='displayMode'/> |
1987 | <fieldValue name='transparency' value='0'/> |
1988 | </ProtoInstance> |
1989 | <ProtoInstance name='Arc'> |
1990 | <fieldValue name='cylinderHeight' value='0.27435'/> |
1991 | <fieldValue name='cylinderTranslation' value='1.72381 0.02947 1.32322'/> |
1992 | <fieldValue name='coneTranslation' value='1.70539 0.04194 1.32838'/> |
1993 | <fieldValue name='rotation' value='-6.19825 0 -22.12972 2.14858'/> |
1994 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1995 | <fieldValue name='ballRadius' value='0.02'/> |
1996 | <fieldValue name='traceEnabled' value='false'/> |
1997 | <fieldValue name='displayMode'/> |
1998 | <fieldValue name='transparency' value='0'/> |
1999 | </ProtoInstance> |
2000 | <ProtoInstance name='Arc'> |
2001 | <fieldValue name='cylinderHeight' value='0.43665'/> |
2002 | <fieldValue name='cylinderTranslation' value='1.40439 0.15763 1.31890'/> |
2003 | <fieldValue name='coneTranslation' value='1.34862 0.17185 1.30947'/> |
2004 | <fieldValue name='rotation' value='-7.06200 0 41.75389 1.32446'/> |
2005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2006 | <fieldValue name='ballRadius' value='0.02'/> |
2007 | <fieldValue name='traceEnabled' value='false'/> |
2008 | <fieldValue name='displayMode'/> |
2009 | <fieldValue name='transparency' value='0'/> |
2010 | </ProtoInstance> |
2011 | <ProtoInstance name='Arc'> |
2012 | <fieldValue name='cylinderHeight' value='0.34177'/> |
2013 | <fieldValue name='cylinderTranslation' value='-0.55603 -0.09139 2.59091'/> |
2014 | <fieldValue name='coneTranslation' value='-0.55885 -0.09086 2.58041'/> |
2015 | <fieldValue name='rotation' value='-32.96831 0 8.85309 1.52196'/> |
2016 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2017 | <fieldValue name='ballRadius' value='0.02'/> |
2018 | <fieldValue name='traceEnabled' value='false'/> |
2019 | <fieldValue name='displayMode'/> |
2020 | <fieldValue name='transparency' value='0'/> |
2021 | </ProtoInstance> |
2022 | <ProtoInstance name='Arc'> |
2023 | <fieldValue name='cylinderHeight' value='0.37310'/> |
2024 | <fieldValue name='cylinderTranslation' value='-0.56814 0.21638 2.12651'/> |
2025 | <fieldValue name='coneTranslation' value='-0.55720 0.23271 2.14436'/> |
2026 | <fieldValue name='rotation' value='25.07614 0 -15.37954 0.90828'/> |
2027 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2028 | <fieldValue name='ballRadius' value='0.02'/> |
2029 | <fieldValue name='traceEnabled' value='false'/> |
2030 | <fieldValue name='displayMode'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | </ProtoInstance> |
2033 | <ProtoInstance name='Arc'> |
2034 | <fieldValue name='cylinderHeight' value='0.68005'/> |
2035 | <fieldValue name='cylinderTranslation' value='-0.73849 0.38035 2.17201'/> |
2036 | <fieldValue name='coneTranslation' value='-0.78797 0.52792 2.26248'/> |
2037 | <fieldValue name='rotation' value='34.17581 -0.00000 18.68980 0.60990'/> |
2038 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2039 | <fieldValue name='ballRadius' value='0.02'/> |
2040 | <fieldValue name='traceEnabled' value='false'/> |
2041 | <fieldValue name='displayMode'/> |
2042 | <fieldValue name='transparency' value='0'/> |
2043 | </ProtoInstance> |
2044 | <ProtoInstance name='Arc'> |
2045 | <fieldValue name='cylinderHeight' value='0.32589'/> |
2046 | <fieldValue name='cylinderTranslation' value='-0.74614 0.20260 2.07947'/> |
2047 | <fieldValue name='coneTranslation' value='-0.74796 0.20442 2.08088'/> |
2048 | <fieldValue name='rotation' value='15.66648 -0.00000 20.21873 0.90249'/> |
2049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2050 | <fieldValue name='ballRadius' value='0.02'/> |
2051 | <fieldValue name='traceEnabled' value='false'/> |
2052 | <fieldValue name='displayMode'/> |
2053 | <fieldValue name='transparency' value='0'/> |
2054 | </ProtoInstance> |
2055 | <ProtoInstance name='Arc'> |
2056 | <fieldValue name='cylinderHeight' value='0.47111'/> |
2057 | <fieldValue name='cylinderTranslation' value='-2.59085 -0.06453 -0.22765'/> |
2058 | <fieldValue name='coneTranslation' value='-2.54164 -0.08193 -0.28228'/> |
2059 | <fieldValue name='rotation' value='-34.06308 0 -30.68382 1.80316'/> |
2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2061 | <fieldValue name='ballRadius' value='0.02'/> |
2062 | <fieldValue name='traceEnabled' value='false'/> |
2063 | <fieldValue name='displayMode'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | </ProtoInstance> |
2066 | <ProtoInstance name='Arc'> |
2067 | <fieldValue name='cylinderHeight' value='0.63996'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.94172 0.29142 1.78149'/> |
2069 | <fieldValue name='coneTranslation' value='1.09551 0.33242 1.79768'/> |
2070 | <fieldValue name='rotation' value='6.47744 0 -61.51747 1.31158'/> |
2071 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2072 | <fieldValue name='ballRadius' value='0.02'/> |
2073 | <fieldValue name='traceEnabled' value='false'/> |
2074 | <fieldValue name='displayMode'/> |
2075 | <fieldValue name='transparency' value='0'/> |
2076 | </ProtoInstance> |
2077 | <ProtoInstance name='Arc'> |
2078 | <fieldValue name='cylinderHeight' value='0.69991'/> |
2079 | <fieldValue name='cylinderTranslation' value='0.43584 0.19923 2.03728'/> |
2080 | <fieldValue name='coneTranslation' value='0.32821 0.19371 2.19370'/> |
2081 | <fieldValue name='rotation' value='57.63536 -0.00000 39.65867 1.59986'/> |
2082 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2083 | <fieldValue name='ballRadius' value='0.02'/> |
2084 | <fieldValue name='traceEnabled' value='false'/> |
2085 | <fieldValue name='displayMode'/> |
2086 | <fieldValue name='transparency' value='0'/> |
2087 | </ProtoInstance> |
2088 | <ProtoInstance name='Arc'> |
2089 | <fieldValue name='cylinderHeight' value='0.36583'/> |
2090 | <fieldValue name='cylinderTranslation' value='1.19762 -1.96657 -1.56674'/> |
2091 | <fieldValue name='coneTranslation' value='1.20045 -1.97703 -1.54655'/> |
2092 | <fieldValue name='rotation' value='32.23141 0 -4.52148 2.04497'/> |
2093 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2094 | <fieldValue name='ballRadius' value='0.02'/> |
2095 | <fieldValue name='traceEnabled' value='false'/> |
2096 | <fieldValue name='displayMode'/> |
2097 | <fieldValue name='transparency' value='0'/> |
2098 | </ProtoInstance> |
2099 | <ProtoInstance name='Arc'> |
2100 | <fieldValue name='cylinderHeight' value='0.65782'/> |
2101 | <fieldValue name='cylinderTranslation' value='1.64671 -0.49206 0.44118'/> |
2102 | <fieldValue name='coneTranslation' value='1.58246 -0.58647 0.31672'/> |
2103 | <fieldValue name='rotation' value='-48.46844 0 25.02511 2.16389'/> |
2104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2105 | <fieldValue name='ballRadius' value='0.02'/> |
2106 | <fieldValue name='traceEnabled' value='false'/> |
2107 | <fieldValue name='displayMode'/> |
2108 | <fieldValue name='transparency' value='0'/> |
2109 | </ProtoInstance> |
2110 | <ProtoInstance name='Arc'> |
2111 | <fieldValue name='cylinderHeight' value='0.51508'/> |
2112 | <fieldValue name='cylinderTranslation' value='-2.31043 -0.09347 -0.17535'/> |
2113 | <fieldValue name='coneTranslation' value='-2.35853 -0.10305 -0.25966'/> |
2114 | <fieldValue name='rotation' value='-44.52189 0 25.40124 1.66921'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='1.23361'/> |
2123 | <fieldValue name='cylinderTranslation' value='-1.79451 -0.06461 0.52599'/> |
2124 | <fieldValue name='coneTranslation' value='-1.50649 -0.06199 0.88054'/> |
2125 | <fieldValue name='rotation' value='95.74708 0 -77.78176 1.56505'/> |
2126 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2127 | <fieldValue name='ballRadius' value='0.02'/> |
2128 | <fieldValue name='traceEnabled' value='false'/> |
2129 | <fieldValue name='displayMode'/> |
2130 | <fieldValue name='transparency' value='0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Arc'> |
2133 | <fieldValue name='cylinderHeight' value='0.42639'/> |
2134 | <fieldValue name='cylinderTranslation' value='-2.63066 -0.72371 -0.05491'/> |
2135 | <fieldValue name='coneTranslation' value='-2.62226 -0.77483 -0.04284'/> |
2136 | <fieldValue name='rotation' value='9.67591 0 -6.72893 2.86154'/> |
2137 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2138 | <fieldValue name='ballRadius' value='0.02'/> |
2139 | <fieldValue name='traceEnabled' value='false'/> |
2140 | <fieldValue name='displayMode'/> |
2141 | <fieldValue name='transparency' value='0'/> |
2142 | </ProtoInstance> |
2143 | <ProtoInstance name='Arc'> |
2144 | <fieldValue name='cylinderHeight' value='0.34253'/> |
2145 | <fieldValue name='cylinderTranslation' value='-2.65579 -0.36761 -0.18325'/> |
2146 | <fieldValue name='coneTranslation' value='-2.65523 -0.35767 -0.18851'/> |
2147 | <fieldValue name='rotation' value='-15.99309 0 -1.70215 0.48879'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.40234'/> |
2156 | <fieldValue name='cylinderTranslation' value='-0.33713 0.28872 2.12975'/> |
2157 | <fieldValue name='coneTranslation' value='-0.30559 0.28004 2.10475'/> |
2158 | <fieldValue name='rotation' value='-24.42925 0 -30.82350 1.78317'/> |
2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2160 | <fieldValue name='ballRadius' value='0.02'/> |
2161 | <fieldValue name='traceEnabled' value='false'/> |
2162 | <fieldValue name='displayMode'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | </ProtoInstance> |
2165 | <ProtoInstance name='Arc'> |
2166 | <fieldValue name='cylinderHeight' value='0.72026'/> |
2167 | <fieldValue name='cylinderTranslation' value='1.48444 1.13587 0.33198'/> |
2168 | <fieldValue name='coneTranslation' value='1.42757 1.27948 0.20472'/> |
2169 | <fieldValue name='rotation' value='-45.80119 0 20.46390 0.77049'/> |
2170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2171 | <fieldValue name='ballRadius' value='0.02'/> |
2172 | <fieldValue name='traceEnabled' value='false'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='transparency' value='0'/> |
2175 | </ProtoInstance> |
2176 | <ProtoInstance name='Arc'> |
2177 | <fieldValue name='cylinderHeight' value='0.23735'/> |
2178 | <fieldValue name='cylinderTranslation' value='1.33447 2.34002 -0.64590'/> |
2179 | <fieldValue name='coneTranslation' value='1.30302 2.33622 -0.61935'/> |
2180 | <fieldValue name='rotation' value='-15.24476 0 -18.05975 1.47860'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='ballRadius' value='0.02'/> |
2183 | <fieldValue name='traceEnabled' value='false'/> |
2184 | <fieldValue name='displayMode'/> |
2185 | <fieldValue name='transparency' value='0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Arc'> |
2188 | <fieldValue name='cylinderHeight' value='0.21373'/> |
2189 | <fieldValue name='cylinderTranslation' value='-2.58422 -0.29142 -0.78903'/> |
2190 | <fieldValue name='coneTranslation' value='-2.57159 -0.34302 -0.79036'/> |
2191 | <fieldValue name='rotation' value='0.53605 -0.00000 5.08248 0.24146'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.48142'/> |
2200 | <fieldValue name='cylinderTranslation' value='-1.27338 -0.33047 1.81049'/> |
2201 | <fieldValue name='coneTranslation' value='-1.31659 -0.37741 1.85993'/> |
2202 | <fieldValue name='rotation' value='29.48463 -0.00000 25.77814 2.19141'/> |
2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2204 | <fieldValue name='ballRadius' value='0.02'/> |
2205 | <fieldValue name='traceEnabled' value='false'/> |
2206 | <fieldValue name='displayMode'/> |
2207 | <fieldValue name='transparency' value='0'/> |
2208 | </ProtoInstance> |
2209 | <ProtoInstance name='Arc'> |
2210 | <fieldValue name='cylinderHeight' value='0.71997'/> |
2211 | <fieldValue name='cylinderTranslation' value='-1.27504 -0.12578 1.33390'/> |
2212 | <fieldValue name='coneTranslation' value='-1.34757 -0.08983 1.15103'/> |
2213 | <fieldValue name='rotation' value='-65.83459 0 26.11176 1.39005'/> |
2214 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2215 | <fieldValue name='ballRadius' value='0.02'/> |
2216 | <fieldValue name='traceEnabled' value='false'/> |
2217 | <fieldValue name='displayMode'/> |
2218 | <fieldValue name='transparency' value='0'/> |
2219 | </ProtoInstance> |
2220 | <ProtoInstance name='Arc'> |
2221 | <fieldValue name='cylinderHeight' value='0.63832'/> |
2222 | <fieldValue name='cylinderTranslation' value='1.63623 -0.44004 0.38075'/> |
2223 | <fieldValue name='coneTranslation' value='1.57906 -0.55766 0.29003'/> |
2224 | <fieldValue name='rotation' value='-36.38284 0 22.92796 2.40237'/> |
2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2226 | <fieldValue name='ballRadius' value='0.02'/> |
2227 | <fieldValue name='traceEnabled' value='false'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='transparency' value='0'/> |
2230 | </ProtoInstance> |
2231 | <ProtoInstance name='Arc'> |
2232 | <fieldValue name='cylinderHeight' value='0.42074'/> |
2233 | <fieldValue name='cylinderTranslation' value='1.89129 -0.07863 0.65634'/> |
2234 | <fieldValue name='coneTranslation' value='1.92492 -0.04857 0.67877'/> |
2235 | <fieldValue name='rotation' value='18.73427 0 -28.08544 0.93130'/> |
2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2237 | <fieldValue name='ballRadius' value='0.02'/> |
2238 | <fieldValue name='traceEnabled' value='false'/> |
2239 | <fieldValue name='displayMode'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Arc'> |
2243 | <fieldValue name='cylinderHeight' value='0.76582'/> |
2244 | <fieldValue name='cylinderTranslation' value='0.07708 0.17629 1.73545'/> |
2245 | <fieldValue name='coneTranslation' value='0.22850 0.13552 1.57702'/> |
2246 | <fieldValue name='rotation' value='-54.43041 0 -52.01925 1.75471'/> |
2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2248 | <fieldValue name='ballRadius' value='0.02'/> |
2249 | <fieldValue name='traceEnabled' value='false'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='transparency' value='0'/> |
2252 | </ProtoInstance> |
2253 | <ProtoInstance name='Arc'> |
2254 | <fieldValue name='cylinderHeight' value='0.17112'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.47934 -0.48426 2.22122'/> |
2256 | <fieldValue name='coneTranslation' value='-0.41442 -0.44856 2.21408'/> |
2257 | <fieldValue name='rotation' value='1.64157 -0.00000 14.92486 2.07105'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='ballRadius' value='0.02'/> |
2260 | <fieldValue name='traceEnabled' value='false'/> |
2261 | <fieldValue name='displayMode'/> |
2262 | <fieldValue name='transparency' value='0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Arc'> |
2265 | <fieldValue name='cylinderHeight' value='0.41393'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.26608 -0.33970 2.09946'/> |
2267 | <fieldValue name='coneTranslation' value='-0.23462 -0.31620 2.07369'/> |
2268 | <fieldValue name='rotation' value='-22.71141 0 -27.72764 1.04693'/> |
2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2270 | <fieldValue name='ballRadius' value='0.02'/> |
2271 | <fieldValue name='traceEnabled' value='false'/> |
2272 | <fieldValue name='displayMode'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | </ProtoInstance> |
2275 | <ProtoInstance name='Arc'> |
2276 | <fieldValue name='cylinderHeight' value='0.07552'/> |
2277 | <fieldValue name='cylinderTranslation' value='2.50481 0.01820 1.10161'/> |
2278 | <fieldValue name='coneTranslation' value='2.47178 -0.09795 1.12063'/> |
2279 | <fieldValue name='rotation' value='-1.17502 0 -2.04027 0.31705'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='0.47433'/> |
2288 | <fieldValue name='cylinderTranslation' value='2.71554 0.14573 -0.84894'/> |
2289 | <fieldValue name='coneTranslation' value='2.70326 0.15401 -0.77321'/> |
2290 | <fieldValue name='rotation' value='46.55038 -0.00000 7.55287 1.46326'/> |
2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2292 | <fieldValue name='ballRadius' value='0.02'/> |
2293 | <fieldValue name='traceEnabled' value='false'/> |
2294 | <fieldValue name='displayMode'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Arc'> |
2298 | <fieldValue name='cylinderHeight' value='0.36763'/> |
2299 | <fieldValue name='cylinderTranslation' value='2.68100 0.10519 -1.25001'/> |
2300 | <fieldValue name='coneTranslation' value='2.67163 0.10324 -1.27181'/> |
2301 | <fieldValue name='rotation' value='-33.66381 0 14.46145 1.65295'/> |
2302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2303 | <fieldValue name='ballRadius' value='0.02'/> |
2304 | <fieldValue name='traceEnabled' value='false'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='transparency' value='0'/> |
2307 | </ProtoInstance> |
2308 | <ProtoInstance name='Arc'> |
2309 | <fieldValue name='cylinderHeight' value='0.80840'/> |
2310 | <fieldValue name='cylinderTranslation' value='-2.36769 -0.32124 -0.74078'/> |
2311 | <fieldValue name='coneTranslation' value='-2.40983 -0.19892 -0.53366'/> |
2312 | <fieldValue name='rotation' value='68.56308 -0.00000 13.94810 1.04615'/> |
2313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2314 | <fieldValue name='ballRadius' value='0.02'/> |
2315 | <fieldValue name='traceEnabled' value='false'/> |
2316 | <fieldValue name='displayMode'/> |
2317 | <fieldValue name='transparency' value='0'/> |
2318 | </ProtoInstance> |
2319 | <ProtoInstance name='Arc'> |
2320 | <fieldValue name='cylinderHeight' value='0.39586'/> |
2321 | <fieldValue name='cylinderTranslation' value='2.31119 0.30144 0.27337'/> |
2322 | <fieldValue name='coneTranslation' value='2.34079 0.31001 0.29549'/> |
2323 | <fieldValue name='rotation' value='23.08691 0 -30.88538 1.34269'/> |
2324 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2325 | <fieldValue name='ballRadius' value='0.02'/> |
2326 | <fieldValue name='traceEnabled' value='false'/> |
2327 | <fieldValue name='displayMode'/> |
2328 | <fieldValue name='transparency' value='0'/> |
2329 | </ProtoInstance> |
2330 | <ProtoInstance name='Arc'> |
2331 | <fieldValue name='cylinderHeight' value='0.93703'/> |
2332 | <fieldValue name='cylinderTranslation' value='2.41727 0.21393 -0.22913'/> |
2333 | <fieldValue name='coneTranslation' value='2.58882 0.18578 -0.48400'/> |
2334 | <fieldValue name='rotation' value='-77.41180 0 -52.10123 1.66216'/> |
2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2336 | <fieldValue name='ballRadius' value='0.02'/> |
2337 | <fieldValue name='traceEnabled' value='false'/> |
2338 | <fieldValue name='displayMode'/> |
2339 | <fieldValue name='transparency' value='0'/> |
2340 | </ProtoInstance> |
2341 | <ProtoInstance name='Arc'> |
2342 | <fieldValue name='cylinderHeight' value='0.35854'/> |
2343 | <fieldValue name='cylinderTranslation' value='2.08819 0.31594 0.31260'/> |
2344 | <fieldValue name='coneTranslation' value='2.08081 0.32231 0.32923'/> |
2345 | <fieldValue name='rotation' value='30.93352 -0.00000 13.71641 1.23389'/> |
2346 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2347 | <fieldValue name='ballRadius' value='0.02'/> |
2348 | <fieldValue name='traceEnabled' value='false'/> |
2349 | <fieldValue name='displayMode'/> |
2350 | <fieldValue name='transparency' value='0'/> |
2351 | </ProtoInstance> |
2352 | <ProtoInstance name='Arc'> |
2353 | <fieldValue name='cylinderHeight' value='0.15028'/> |
2354 | <fieldValue name='cylinderTranslation' value='1.82246 0.76476 1.05814'/> |
2355 | <fieldValue name='coneTranslation' value='1.75415 0.79127 1.10095'/> |
2356 | <fieldValue name='rotation' value='-7.58278 0 -12.09628 1.88844'/> |
2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2358 | <fieldValue name='ballRadius' value='0.02'/> |
2359 | <fieldValue name='traceEnabled' value='false'/> |
2360 | <fieldValue name='displayMode'/> |
2361 | <fieldValue name='transparency' value='0'/> |
2362 | </ProtoInstance> |
2363 | <ProtoInstance name='Arc'> |
2364 | <fieldValue name='cylinderHeight' value='0.39825'/> |
2365 | <fieldValue name='cylinderTranslation' value='1.93441 -0.18011 1.39960'/> |
2366 | <fieldValue name='coneTranslation' value='1.95405 -0.20657 1.42070'/> |
2367 | <fieldValue name='rotation' value='21.47381 0 -19.99045 2.31345'/> |
2368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2369 | <fieldValue name='ballRadius' value='0.02'/> |
2370 | <fieldValue name='traceEnabled' value='false'/> |
2371 | <fieldValue name='displayMode'/> |
2372 | <fieldValue name='transparency' value='0'/> |
2373 | </ProtoInstance> |
2374 | <ProtoInstance name='Arc'> |
2375 | <fieldValue name='cylinderHeight' value='0.42786'/> |
2376 | <fieldValue name='cylinderTranslation' value='1.24743 -2.58889 -0.53014'/> |
2377 | <fieldValue name='coneTranslation' value='1.25785 -2.60844 -0.48098'/> |
2378 | <fieldValue name='rotation' value='39.00806 0 -8.27030 1.94180'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.38687'/> |
2387 | <fieldValue name='cylinderTranslation' value='1.11405 -2.42529 -0.87197'/> |
2388 | <fieldValue name='coneTranslation' value='1.09814 -2.41042 -0.89734'/> |
2389 | <fieldValue name='rotation' value='-29.35723 0 18.40587 1.10987'/> |
2390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2391 | <fieldValue name='ballRadius' value='0.02'/> |
2392 | <fieldValue name='traceEnabled' value='false'/> |
2393 | <fieldValue name='displayMode'/> |
2394 | <fieldValue name='transparency' value='0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Arc'> |
2397 | <fieldValue name='cylinderHeight' value='0.88326'/> |
2398 | <fieldValue name='cylinderTranslation' value='0.76640 0.15856 1.37345'/> |
2399 | <fieldValue name='coneTranslation' value='0.49268 0.12521 1.43075'/> |
2400 | <fieldValue name='rotation' value='17.97027 -0.00000 85.84397 1.68950'/> |
2401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2402 | <fieldValue name='ballRadius' value='0.02'/> |
2403 | <fieldValue name='traceEnabled' value='false'/> |
2404 | <fieldValue name='displayMode'/> |
2405 | <fieldValue name='transparency' value='0'/> |
2406 | </ProtoInstance> |
2407 | <ProtoInstance name='Arc'> |
2408 | <fieldValue name='cylinderHeight' value='0.99696'/> |
2409 | <fieldValue name='cylinderTranslation' value='1.55111 -1.09804 -0.06462'/> |
2410 | <fieldValue name='coneTranslation' value='1.57116 -1.38468 -0.24351'/> |
2411 | <fieldValue name='rotation' value='-52.69047 0 -5.90428 2.58084'/> |
2412 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2413 | <fieldValue name='ballRadius' value='0.02'/> |
2414 | <fieldValue name='traceEnabled' value='false'/> |
2415 | <fieldValue name='displayMode'/> |
2416 | <fieldValue name='transparency' value='0'/> |
2417 | </ProtoInstance> |
2418 | <ProtoInstance name='Arc'> |
2419 | <fieldValue name='cylinderHeight' value='0.42336'/> |
2420 | <fieldValue name='cylinderTranslation' value='-2.54771 0.06912 -0.55646'/> |
2421 | <fieldValue name='coneTranslation' value='-2.53596 0.03621 -0.51838'/> |
2422 | <fieldValue name='rotation' value='31.18840 0 -9.62876 2.26118'/> |
2423 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2424 | <fieldValue name='ballRadius' value='0.02'/> |
2425 | <fieldValue name='traceEnabled' value='false'/> |
2426 | <fieldValue name='displayMode'/> |
2427 | <fieldValue name='transparency' value='0'/> |
2428 | </ProtoInstance> |
2429 | <ProtoInstance name='Arc'> |
2430 | <fieldValue name='cylinderHeight' value='0.25177'/> |
2431 | <fieldValue name='cylinderTranslation' value='-2.57342 -0.14104 -0.33187'/> |
2432 | <fieldValue name='coneTranslation' value='-2.55341 -0.12062 -0.35047'/> |
2433 | <fieldValue name='rotation' value='13.72951 -0.00000 14.77152 2.21262'/> |
2434 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2435 | <fieldValue name='ballRadius' value='0.02'/> |
2436 | <fieldValue name='traceEnabled' value='false'/> |
2437 | <fieldValue name='displayMode'/> |
2438 | <fieldValue name='transparency' value='0'/> |
2439 | </ProtoInstance> |
2440 | <ProtoInstance name='Arc'> |
2441 | <fieldValue name='cylinderHeight' value='0.41936'/> |
2442 | <fieldValue name='cylinderTranslation' value='-2.55460 -0.12667 -0.59343'/> |
2443 | <fieldValue name='coneTranslation' value='-2.56764 -0.14112 -0.63914'/> |
2444 | <fieldValue name='rotation' value='-38.58365 0 11.00674 1.86592'/> |
2445 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2446 | <fieldValue name='ballRadius' value='0.02'/> |
2447 | <fieldValue name='traceEnabled' value='false'/> |
2448 | <fieldValue name='displayMode'/> |
2449 | <fieldValue name='transparency' value='0'/> |
2450 | </ProtoInstance> |
2451 | <ProtoInstance name='Arc'> |
2452 | <fieldValue name='cylinderHeight' value='0.35891'/> |
2453 | <fieldValue name='cylinderTranslation' value='-2.62644 -0.02520 -0.28022'/> |
2454 | <fieldValue name='coneTranslation' value='-2.64019 -0.02081 -0.26718'/> |
2455 | <fieldValue name='rotation' value='24.05766 -0.00000 25.37418 1.34325'/> |
2456 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2457 | <fieldValue name='ballRadius' value='0.02'/> |
2458 | <fieldValue name='traceEnabled' value='false'/> |
2459 | <fieldValue name='displayMode'/> |
2460 | <fieldValue name='transparency' value='0'/> |
2461 | </ProtoInstance> |
2462 | <ProtoInstance name='Arc'> |
2463 | <fieldValue name='cylinderHeight' value='0.40134'/> |
2464 | <fieldValue name='cylinderTranslation' value='1.31530 2.18879 -1.07159'/> |
2465 | <fieldValue name='coneTranslation' value='1.32204 2.20025 -1.03316'/> |
2466 | <fieldValue name='rotation' value='37.92917 0 -6.65196 1.28519'/> |
2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2468 | <fieldValue name='ballRadius' value='0.02'/> |
2469 | <fieldValue name='traceEnabled' value='false'/> |
2470 | <fieldValue name='displayMode'/> |
2471 | <fieldValue name='transparency' value='0'/> |
2472 | </ProtoInstance> |
2473 | <ProtoInstance name='Arc'> |
2474 | <fieldValue name='cylinderHeight' value='0.20077'/> |
2475 | <fieldValue name='cylinderTranslation' value='1.33775 2.39871 -0.42336'/> |
2476 | <fieldValue name='coneTranslation' value='1.29730 2.37181 -0.45791'/> |
2477 | <fieldValue name='rotation' value='11.63743 0 -13.62282 1.10261'/> |
2478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2479 | <fieldValue name='ballRadius' value='0.02'/> |
2480 | <fieldValue name='traceEnabled' value='false'/> |
2481 | <fieldValue name='displayMode'/> |
2482 | <fieldValue name='transparency' value='0'/> |
2483 | </ProtoInstance> |
2484 | <ProtoInstance name='Arc'> |
2485 | <fieldValue name='cylinderHeight' value='0.37536'/> |
2486 | <fieldValue name='cylinderTranslation' value='2.03038 0.26796 1.48747'/> |
2487 | <fieldValue name='coneTranslation' value='2.04633 0.26266 1.50946'/> |
2488 | <fieldValue name='rotation' value='29.81837 0 -21.63326 1.76377'/> |
2489 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2490 | <fieldValue name='ballRadius' value='0.02'/> |
2491 | <fieldValue name='traceEnabled' value='false'/> |
2492 | <fieldValue name='displayMode'/> |
2493 | <fieldValue name='transparency' value='0'/> |
2494 | </ProtoInstance> |
2495 | <ProtoInstance name='Arc'> |
2496 | <fieldValue name='cylinderHeight' value='0.35313'/> |
2497 | <fieldValue name='cylinderTranslation' value='1.40082 2.27584 -0.31161'/> |
2498 | <fieldValue name='coneTranslation' value='1.40130 2.29162 -0.31663'/> |
2499 | <fieldValue name='rotation' value='-10.71204 0 -1.00813 0.30960'/> |
2500 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2501 | <fieldValue name='ballRadius' value='0.02'/> |
2502 | <fieldValue name='traceEnabled' value='false'/> |
2503 | <fieldValue name='displayMode'/> |
2504 | <fieldValue name='transparency' value='0'/> |
2505 | </ProtoInstance> |
2506 | <ProtoInstance name='Arc'> |
2507 | <fieldValue name='cylinderHeight' value='0.79965'/> |
2508 | <fieldValue name='cylinderTranslation' value='1.38895 1.75098 -0.07754'/> |
2509 | <fieldValue name='coneTranslation' value='1.38485 1.53703 0.03074'/> |
2510 | <fieldValue name='rotation' value='36.10253 -0.00000 1.36682 2.67281'/> |
2511 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2512 | <fieldValue name='ballRadius' value='0.02'/> |
2513 | <fieldValue name='traceEnabled' value='false'/> |
2514 | <fieldValue name='displayMode'/> |
2515 | <fieldValue name='transparency' value='0'/> |
2516 | </ProtoInstance> |
2517 | <ProtoInstance name='Arc'> |
2518 | <fieldValue name='cylinderHeight' value='0.37017'/> |
2519 | <fieldValue name='cylinderTranslation' value='-0.53319 -0.67856 2.33109'/> |
2520 | <fieldValue name='coneTranslation' value='-0.53038 -0.69934 2.34487'/> |
2521 | <fieldValue name='rotation' value='20.33318 0 -4.15462 2.54643'/> |
2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2523 | <fieldValue name='ballRadius' value='0.02'/> |
2524 | <fieldValue name='traceEnabled' value='false'/> |
2525 | <fieldValue name='displayMode'/> |
2526 | <fieldValue name='transparency' value='0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Arc'> |
2529 | <fieldValue name='cylinderHeight' value='0.20617'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.38666 2.29814 -0.80203'/> |
2531 | <fieldValue name='coneTranslation' value='1.36563 2.26898 -0.84615'/> |
2532 | <fieldValue name='rotation' value='15.98240 0 -7.62067 1.03294'/> |
2533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2534 | <fieldValue name='ballRadius' value='0.02'/> |
2535 | <fieldValue name='traceEnabled' value='false'/> |
2536 | <fieldValue name='displayMode'/> |
2537 | <fieldValue name='transparency' value='0'/> |
2538 | </ProtoInstance> |
2539 | <ProtoInstance name='Arc'> |
2540 | <fieldValue name='cylinderHeight' value='0.22909'/> |
2541 | <fieldValue name='cylinderTranslation' value='-0.69724 -0.11673 2.37519'/> |
2542 | <fieldValue name='coneTranslation' value='-0.65877 -0.10336 2.39538'/> |
2543 | <fieldValue name='rotation' value='-10.17667 0 19.38797 1.86923'/> |
2544 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2545 | <fieldValue name='ballRadius' value='0.02'/> |
2546 | <fieldValue name='traceEnabled' value='false'/> |
2547 | <fieldValue name='displayMode'/> |
2548 | <fieldValue name='transparency' value='0'/> |
2549 | </ProtoInstance> |
2550 | <ProtoInstance name='Arc'> |
2551 | <fieldValue name='cylinderHeight' value='0.02323'/> |
2552 | <fieldValue name='cylinderTranslation' value='1.54022 -2.35049 -0.80994'/> |
2553 | <fieldValue name='coneTranslation' value='1.62922 -2.26139 -0.88841'/> |
2554 | <fieldValue name='rotation' value='1.22845 -0.00000 1.39326 2.21482'/> |
2555 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2556 | <fieldValue name='ballRadius' value='0.02'/> |
2557 | <fieldValue name='traceEnabled' value='false'/> |
2558 | <fieldValue name='displayMode'/> |
2559 | <fieldValue name='transparency' value='0'/> |
2560 | </ProtoInstance> |
2561 | <ProtoInstance name='Arc'> |
2562 | <fieldValue name='cylinderHeight' value='0.10968'/> |
2563 | <fieldValue name='cylinderTranslation' value='0.98690 2.55640 -0.41549'/> |
2564 | <fieldValue name='coneTranslation' value='1.05068 2.57154 -0.33326'/> |
2565 | <fieldValue name='rotation' value='-8.57646 0 6.65197 1.71525'/> |
2566 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2567 | <fieldValue name='ballRadius' value='0.02'/> |
2568 | <fieldValue name='traceEnabled' value='false'/> |
2569 | <fieldValue name='displayMode'/> |
2570 | <fieldValue name='transparency' value='0'/> |
2571 | </ProtoInstance> |
2572 | <ProtoInstance name='Arc'> |
2573 | <fieldValue name='cylinderHeight' value='0.00002'/> |
2574 | <fieldValue name='cylinderTranslation' value='-0.86675 -0.98753 2.15453'/> |
2575 | <fieldValue name='coneTranslation' value='-0.72158 -1.05246 2.13713'/> |
2576 | <fieldValue name='rotation' value='0.00027 -0.00000 0.00222 1.15286'/> |
2577 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2578 | <fieldValue name='ballRadius' value='0.02'/> |
2579 | <fieldValue name='traceEnabled' value='false'/> |
2580 | <fieldValue name='displayMode'/> |
2581 | <fieldValue name='transparency' value='0'/> |
2582 | </ProtoInstance> |
2583 | <ProtoInstance name='Arc'> |
2584 | <fieldValue name='cylinderHeight' value='0.77862'/> |
2585 | <fieldValue name='cylinderTranslation' value='0.10487 -0.06495 1.72460'/> |
2586 | <fieldValue name='coneTranslation' value='-0.03197 -0.16580 1.87851'/> |
2587 | <fieldValue name='rotation' value='52.26010 -0.00000 46.46228 2.02616'/> |
2588 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2589 | <fieldValue name='ballRadius' value='0.02'/> |
2590 | <fieldValue name='traceEnabled' value='false'/> |
2591 | <fieldValue name='displayMode'/> |
2592 | <fieldValue name='transparency' value='0'/> |
2593 | </ProtoInstance> |
2594 | <ProtoInstance name='Arc'> |
2595 | <fieldValue name='cylinderHeight' value='0.41698'/> |
2596 | <fieldValue name='cylinderTranslation' value='-2.40268 -0.85125 -0.66338'/> |
2597 | <fieldValue name='coneTranslation' value='-2.38668 -0.89048 -0.68695'/> |
2598 | <fieldValue name='rotation' value='-20.26945 0 -13.76738 2.51346'/> |
2599 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2600 | <fieldValue name='ballRadius' value='0.02'/> |
2601 | <fieldValue name='traceEnabled' value='false'/> |
2602 | <fieldValue name='displayMode'/> |
2603 | <fieldValue name='transparency' value='0'/> |
2604 | </ProtoInstance> |
2605 | <ProtoInstance name='Arc'> |
2606 | <fieldValue name='cylinderHeight' value='0.21755'/> |
2607 | <fieldValue name='cylinderTranslation' value='-0.88579 -0.17321 2.27028'/> |
2608 | <fieldValue name='coneTranslation' value='-0.84265 -0.16247 2.29572'/> |
2609 | <fieldValue name='rotation' value='-10.80444 0 18.32317 1.78204'/> |
2610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2611 | <fieldValue name='ballRadius' value='0.02'/> |
2612 | <fieldValue name='traceEnabled' value='false'/> |
2613 | <fieldValue name='displayMode'/> |
2614 | <fieldValue name='transparency' value='0'/> |
2615 | </ProtoInstance> |
2616 | <ProtoInstance name='Arc'> |
2617 | <fieldValue name='cylinderHeight' value='0.48891'/> |
2618 | <fieldValue name='cylinderTranslation' value='0.82181 -2.43162 -1.12433'/> |
2619 | <fieldValue name='coneTranslation' value='0.75264 -2.46353 -1.16081'/> |
2620 | <fieldValue name='rotation' value='-21.11495 0 40.04100 1.95826'/> |
2621 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2622 | <fieldValue name='ballRadius' value='0.02'/> |
2623 | <fieldValue name='traceEnabled' value='false'/> |
2624 | <fieldValue name='displayMode'/> |
2625 | <fieldValue name='transparency' value='0'/> |
2626 | </ProtoInstance> |
2627 | <ProtoInstance name='Arc'> |
2628 | <fieldValue name='cylinderHeight' value='0.58433'/> |
2629 | <fieldValue name='cylinderTranslation' value='-1.45632 -0.00022 1.28595'/> |
2630 | <fieldValue name='coneTranslation' value='-1.43338 -0.02774 1.15873'/> |
2631 | <fieldValue name='rotation' value='-56.24461 0 -10.14406 1.78060'/> |
2632 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2633 | <fieldValue name='ballRadius' value='0.02'/> |
2634 | <fieldValue name='traceEnabled' value='false'/> |
2635 | <fieldValue name='displayMode'/> |
2636 | <fieldValue name='transparency' value='0'/> |
2637 | </ProtoInstance> |
2638 | <ProtoInstance name='Arc'> |
2639 | <fieldValue name='cylinderHeight' value='0.26782'/> |
2640 | <fieldValue name='cylinderTranslation' value='-2.54236 -0.16759 -0.33059'/> |
2641 | <fieldValue name='coneTranslation' value='-2.52191 -0.15808 -0.34372'/> |
2642 | <fieldValue name='rotation' value='13.47460 -0.00000 20.98499 1.94395'/> |
2643 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2644 | <fieldValue name='ballRadius' value='0.02'/> |
2645 | <fieldValue name='traceEnabled' value='false'/> |
2646 | <fieldValue name='displayMode'/> |
2647 | <fieldValue name='transparency' value='0'/> |
2648 | </ProtoInstance> |
2649 | <ProtoInstance name='Arc'> |
2650 | <fieldValue name='cylinderHeight' value='0.41762'/> |
2651 | <fieldValue name='cylinderTranslation' value='-2.59537 -0.05174 -0.27895'/> |
2652 | <fieldValue name='coneTranslation' value='-2.63229 -0.03608 -0.25113'/> |
2653 | <fieldValue name='rotation' value='23.80275 -0.00000 31.58766 1.24401'/> |
2654 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2655 | <fieldValue name='ballRadius' value='0.02'/> |
2656 | <fieldValue name='traceEnabled' value='false'/> |
2657 | <fieldValue name='displayMode'/> |
2658 | <fieldValue name='transparency' value='0'/> |
2659 | </ProtoInstance> |
2660 | <ProtoInstance name='Arc'> |
2661 | <fieldValue name='cylinderHeight' value='0.00003'/> |
2662 | <fieldValue name='cylinderTranslation' value='0.62569 -2.10435 -1.64375'/> |
2663 | <fieldValue name='coneTranslation' value='0.73005 -2.01213 -1.72249'/> |
2664 | <fieldValue name='rotation' value='0.00155 -0.00000 0.00205 2.18515'/> |
2665 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2666 | <fieldValue name='ballRadius' value='0.02'/> |
2667 | <fieldValue name='traceEnabled' value='false'/> |
2668 | <fieldValue name='displayMode'/> |
2669 | <fieldValue name='transparency' value='0'/> |
2670 | </ProtoInstance> |
2671 | <ProtoInstance name='Arc'> |
2672 | <fieldValue name='cylinderHeight' value='0.36568'/> |
2673 | <fieldValue name='cylinderTranslation' value='2.06650 0.21629 0.80947'/> |
2674 | <fieldValue name='coneTranslation' value='2.07084 0.23744 0.81689'/> |
2675 | <fieldValue name='rotation' value='11.89185 0 -6.95462 0.38626'/> |
2676 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2677 | <fieldValue name='ballRadius' value='0.02'/> |
2678 | <fieldValue name='traceEnabled' value='false'/> |
2679 | <fieldValue name='displayMode'/> |
2680 | <fieldValue name='transparency' value='0'/> |
2681 | </ProtoInstance> |
2682 | <ProtoInstance name='Arc'> |
2683 | <fieldValue name='cylinderHeight' value='0.00008'/> |
2684 | <fieldValue name='cylinderTranslation' value='0.45826 -2.66237 -0.85123'/> |
2685 | <fieldValue name='coneTranslation' value='0.53224 -2.73492 -0.72937'/> |
2686 | <fieldValue name='rotation' value='-0.00630 0 0.00382 1.10004'/> |
2687 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2688 | <fieldValue name='ballRadius' value='0.02'/> |
2689 | <fieldValue name='traceEnabled' value='false'/> |
2690 | <fieldValue name='displayMode'/> |
2691 | <fieldValue name='transparency' value='0'/> |
2692 | </ProtoInstance> |
2693 | <ProtoInstance name='Arc'> |
2694 | <fieldValue name='cylinderHeight' value='0.35581'/> |
2695 | <fieldValue name='cylinderTranslation' value='-1.13446 -0.23412 2.29066'/> |
2696 | <fieldValue name='coneTranslation' value='-1.11865 -0.23029 2.28317'/> |
2697 | <fieldValue name='rotation' value='-14.87937 0 -31.40981 1.35495'/> |
2698 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2699 | <fieldValue name='ballRadius' value='0.02'/> |
2700 | <fieldValue name='traceEnabled' value='false'/> |
2701 | <fieldValue name='displayMode'/> |
2702 | <fieldValue name='transparency' value='0'/> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Vertex'> |
2705 | <fieldValue name='vertexText' value='"2010-01-27-COUNTERPART.ORG-INDEX"'/> |
2706 | <fieldValue name='description' value='1: 2010-01-27-COUNTERPART.ORG-INDEX'/> |
2707 | <fieldValue name='url'/> |
2708 | <fieldValue name='radius' value='0.1500'/> |
2709 | <fieldValue name='displayMode'/> |
2710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2711 | <fieldValue name='transparency' value='0'/> |
2712 | <fieldValue name='translation' value='1.58849 0.30641 0.83810'/> |
2713 | <fieldValue name='textTranslation' value='1.73849 0.30641 0.83810'/> |
2714 | <fieldValue name='textColor' value='0 0 0'/> |
2715 | </ProtoInstance> |
2716 | <ProtoInstance name='Vertex'> |
2717 | <fieldValue name='vertexText' value='"2010-01-27-FACEBOOK.COM-JTFHAITI"'/> |
2718 | <fieldValue name='description' value='2: 2010-01-27-FACEBOOK.COM-JTFHAITI'/> |
2719 | <fieldValue name='url'/> |
2720 | <fieldValue name='radius' value='0.1500'/> |
2721 | <fieldValue name='displayMode'/> |
2722 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2723 | <fieldValue name='transparency' value='0'/> |
2724 | <fieldValue name='translation' value='2.63360 0.15419 -0.78353'/> |
2725 | <fieldValue name='textTranslation' value='2.78360 0.15419 -0.78353'/> |
2726 | <fieldValue name='textColor' value='0 0 0'/> |
2727 | </ProtoInstance> |
2728 | <ProtoInstance name='Vertex'> |
2729 | <fieldValue name='vertexText' value='"2010-01-27-FACEBOOK.COM-PHOTO.PHP"'/> |
2730 | <fieldValue name='description' value='3: 2010-01-27-FACEBOOK.COM-PHOTO.PHP'/> |
2731 | <fieldValue name='url'/> |
2732 | <fieldValue name='radius' value='0.1500'/> |
2733 | <fieldValue name='displayMode'/> |
2734 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2735 | <fieldValue name='transparency' value='0'/> |
2736 | <fieldValue name='translation' value='1.18192 2.22459 -0.51950'/> |
2737 | <fieldValue name='textTranslation' value='1.33192 2.22459 -0.51950'/> |
2738 | <fieldValue name='textColor' value='0 0 0'/> |
2739 | </ProtoInstance> |
2740 | <ProtoInstance name='Vertex'> |
2741 | <fieldValue name='vertexText' value='"2010-01-27-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS"'/> |
2742 | <fieldValue name='description' value='4: 2010-01-27-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS'/> |
2743 | <fieldValue name='url'/> |
2744 | <fieldValue name='radius' value='0.1500'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2747 | <fieldValue name='transparency' value='0'/> |
2748 | <fieldValue name='translation' value='1.18192 2.22459 -0.51950'/> |
2749 | <fieldValue name='textTranslation' value='1.33192 2.22459 -0.51950'/> |
2750 | <fieldValue name='textColor' value='0 0 0'/> |
2751 | </ProtoInstance> |
2752 | <ProtoInstance name='Vertex'> |
2753 | <fieldValue name='vertexText' value='"2010-01-27-SLIDESHARE.NET-GUEST30376B"'/> |
2754 | <fieldValue name='description' value='5: 2010-01-27-SLIDESHARE.NET-GUEST30376B'/> |
2755 | <fieldValue name='url'/> |
2756 | <fieldValue name='radius' value='0.1500'/> |
2757 | <fieldValue name='displayMode'/> |
2758 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2759 | <fieldValue name='transparency' value='0'/> |
2760 | <fieldValue name='translation' value='1.19474 -2.11460 -0.90423'/> |
2761 | <fieldValue name='textTranslation' value='1.34474 -2.11460 -0.90423'/> |
2762 | <fieldValue name='textColor' value='0 0 0'/> |
2763 | </ProtoInstance> |
2764 | <ProtoInstance name='Vertex'> |
2765 | <fieldValue name='vertexText' value='"2010-01-27-WHITEHOUSE.GOV"'/> |
2766 | <fieldValue name='description' value='6: 2010-01-27-WHITEHOUSE.GOV'/> |
2767 | <fieldValue name='url'/> |
2768 | <fieldValue name='radius' value='0.1500'/> |
2769 | <fieldValue name='displayMode'/> |
2770 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2771 | <fieldValue name='transparency' value='0'/> |
2772 | <fieldValue name='translation' value='-2.43300 -0.10685 -0.38237'/> |
2773 | <fieldValue name='textTranslation' value='-2.28300 -0.10685 -0.38237'/> |
2774 | <fieldValue name='textColor' value='0 0 0'/> |
2775 | </ProtoInstance> |
2776 | <ProtoInstance name='Vertex'> |
2777 | <fieldValue name='vertexText' value='"2010-01-27-WORLDVISION.ORG"'/> |
2778 | <fieldValue name='description' value='7: 2010-01-27-WORLDVISION.ORG'/> |
2779 | <fieldValue name='url'/> |
2780 | <fieldValue name='radius' value='0.1500'/> |
2781 | <fieldValue name='displayMode'/> |
2782 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2783 | <fieldValue name='transparency' value='0'/> |
2784 | <fieldValue name='translation' value='-0.54018 -0.02614 1.87660'/> |
2785 | <fieldValue name='textTranslation' value='-0.39018 -0.02614 1.87660'/> |
2786 | <fieldValue name='textColor' value='0 0 0'/> |
2787 | </ProtoInstance> |
2788 | <ProtoInstance name='Vertex'> |
2789 | <fieldValue name='vertexText' value=' "Haiti/2010-01-27/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-27.simple" '/> |
2790 | <fieldValue name='description' value='8: Haiti/2010-01-27/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-27.simple'/> |
2791 | <fieldValue name='url'/> |
2792 | <fieldValue name='radius' value='0.1500'/> |
2793 | <fieldValue name='displayMode'/> |
2794 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2795 | <fieldValue name='transparency' value='0'/> |
2796 | <fieldValue name='translation' value='-0.27244 0.33113 -2.75576'/> |
2797 | <fieldValue name='textTranslation' value='-0.12244 0.33113 -2.75576'/> |
2798 | <fieldValue name='textColor' value='0 0 0'/> |
2799 | </ProtoInstance> |
2800 | <ProtoInstance name='Vertex'> |
2801 | <fieldValue name='vertexText' value='"act"'/> |
2802 | <fieldValue name='description' value='9: act'/> |
2803 | <fieldValue name='url'/> |
2804 | <fieldValue name='radius' value='0.1500'/> |
2805 | <fieldValue name='displayMode'/> |
2806 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2807 | <fieldValue name='transparency' value='0'/> |
2808 | <fieldValue name='translation' value='-2.44323 0.15279 -0.41661'/> |
2809 | <fieldValue name='textTranslation' value='-2.29323 0.15279 -0.41661'/> |
2810 | <fieldValue name='textColor' value='0 0 0'/> |
2811 | </ProtoInstance> |
2812 | <ProtoInstance name='Vertex'> |
2813 | <fieldValue name='vertexText' value='"advisor"'/> |
2814 | <fieldValue name='description' value='10: advisor'/> |
2815 | <fieldValue name='url'/> |
2816 | <fieldValue name='radius' value='0.1500'/> |
2817 | <fieldValue name='displayMode'/> |
2818 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2819 | <fieldValue name='transparency' value='0'/> |
2820 | <fieldValue name='translation' value='0.85268 -2.75547 -0.36911'/> |
2821 | <fieldValue name='textTranslation' value='1.00268 -2.75547 -0.36911'/> |
2822 | <fieldValue name='textColor' value='0 0 0'/> |
2823 | </ProtoInstance> |
2824 | <ProtoInstance name='Vertex'> |
2825 | <fieldValue name='vertexText' value='"assessment"'/> |
2826 | <fieldValue name='description' value='11: assessment'/> |
2827 | <fieldValue name='url'/> |
2828 | <fieldValue name='radius' value='0.1500'/> |
2829 | <fieldValue name='displayMode'/> |
2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2831 | <fieldValue name='transparency' value='0'/> |
2832 | <fieldValue name='translation' value='2.02141 0.61507 0.93452'/> |
2833 | <fieldValue name='textTranslation' value='2.17141 0.61507 0.93452'/> |
2834 | <fieldValue name='textColor' value='0 0 0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Vertex'> |
2837 | <fieldValue name='vertexText' value='"assessments"'/> |
2838 | <fieldValue name='description' value='12: assessments'/> |
2839 | <fieldValue name='url'/> |
2840 | <fieldValue name='radius' value='0.1500'/> |
2841 | <fieldValue name='displayMode'/> |
2842 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2843 | <fieldValue name='transparency' value='0'/> |
2844 | <fieldValue name='translation' value='0.58792 2.69506 -0.51015'/> |
2845 | <fieldValue name='textTranslation' value='0.73792 2.69506 -0.51015'/> |
2846 | <fieldValue name='textColor' value='0 0 0'/> |
2847 | </ProtoInstance> |
2848 | <ProtoInstance name='Vertex'> |
2849 | <fieldValue name='vertexText' value='"authorization"'/> |
2850 | <fieldValue name='description' value='13: authorization'/> |
2851 | <fieldValue name='url'/> |
2852 | <fieldValue name='radius' value='0.1500'/> |
2853 | <fieldValue name='displayMode'/> |
2854 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2855 | <fieldValue name='transparency' value='0'/> |
2856 | <fieldValue name='translation' value='-2.25488 0.36832 -1.24563'/> |
2857 | <fieldValue name='textTranslation' value='-2.10488 0.36832 -1.24563'/> |
2858 | <fieldValue name='textColor' value='0 0 0'/> |
2859 | </ProtoInstance> |
2860 | <ProtoInstance name='Vertex'> |
2861 | <fieldValue name='vertexText' value='"boat"'/> |
2862 | <fieldValue name='description' value='14: boat'/> |
2863 | <fieldValue name='url'/> |
2864 | <fieldValue name='radius' value='0.1500'/> |
2865 | <fieldValue name='displayMode'/> |
2866 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2867 | <fieldValue name='transparency' value='0'/> |
2868 | <fieldValue name='translation' value='1.13864 2.30855 -0.89899'/> |
2869 | <fieldValue name='textTranslation' value='1.28864 2.30855 -0.89899'/> |
2870 | <fieldValue name='textColor' value='0 0 0'/> |
2871 | </ProtoInstance> |
2872 | <ProtoInstance name='Vertex'> |
2873 | <fieldValue name='vertexText' value='"border"'/> |
2874 | <fieldValue name='description' value='15: border'/> |
2875 | <fieldValue name='url'/> |
2876 | <fieldValue name='radius' value='0.1500'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2879 | <fieldValue name='transparency' value='0'/> |
2880 | <fieldValue name='translation' value='-0.73461 0.14375 1.99647'/> |
2881 | <fieldValue name='textTranslation' value='-0.58461 0.14375 1.99647'/> |
2882 | <fieldValue name='textColor' value='0 0 0'/> |
2883 | </ProtoInstance> |
2884 | <ProtoInstance name='Vertex'> |
2885 | <fieldValue name='vertexText' value='"breaks"'/> |
2886 | <fieldValue name='description' value='16: breaks'/> |
2887 | <fieldValue name='url'/> |
2888 | <fieldValue name='radius' value='0.1500'/> |
2889 | <fieldValue name='displayMode'/> |
2890 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2891 | <fieldValue name='transparency' value='0'/> |
2892 | <fieldValue name='translation' value='-2.34338 -0.11974 -0.99825'/> |
2893 | <fieldValue name='textTranslation' value='-2.19338 -0.11974 -0.99825'/> |
2894 | <fieldValue name='textColor' value='0 0 0'/> |
2895 | </ProtoInstance> |
2896 | <ProtoInstance name='Vertex'> |
2897 | <fieldValue name='vertexText' value='"budget"'/> |
2898 | <fieldValue name='description' value='17: budget'/> |
2899 | <fieldValue name='url'/> |
2900 | <fieldValue name='radius' value='0.1500'/> |
2901 | <fieldValue name='displayMode'/> |
2902 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2903 | <fieldValue name='transparency' value='0'/> |
2904 | <fieldValue name='translation' value='-2.58192 -0.61984 -0.46905'/> |
2905 | <fieldValue name='textTranslation' value='-2.43192 -0.61984 -0.46905'/> |
2906 | <fieldValue name='textColor' value='0 0 0'/> |
2907 | </ProtoInstance> |
2908 | <ProtoInstance name='Vertex'> |
2909 | <fieldValue name='vertexText' value='"care"'/> |
2910 | <fieldValue name='description' value='18: care'/> |
2911 | <fieldValue name='url'/> |
2912 | <fieldValue name='radius' value='0.1500'/> |
2913 | <fieldValue name='displayMode'/> |
2914 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2915 | <fieldValue name='transparency' value='0'/> |
2916 | <fieldValue name='translation' value='-2.58001 -0.55172 -0.61769'/> |
2917 | <fieldValue name='textTranslation' value='-2.43001 -0.55172 -0.61769'/> |
2918 | <fieldValue name='textColor' value='0 0 0'/> |
2919 | </ProtoInstance> |
2920 | <ProtoInstance name='Vertex'> |
2921 | <fieldValue name='vertexText' value='"cash"'/> |
2922 | <fieldValue name='description' value='19: cash'/> |
2923 | <fieldValue name='url'/> |
2924 | <fieldValue name='radius' value='0.1500'/> |
2925 | <fieldValue name='displayMode'/> |
2926 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2927 | <fieldValue name='transparency' value='0'/> |
2928 | <fieldValue name='translation' value='-2.65370 0.36109 -0.26017'/> |
2929 | <fieldValue name='textTranslation' value='-2.50370 0.36109 -0.26017'/> |
2930 | <fieldValue name='textColor' value='0 0 0'/> |
2931 | </ProtoInstance> |
2932 | <ProtoInstance name='Vertex'> |
2933 | <fieldValue name='vertexText' value='"check"'/> |
2934 | <fieldValue name='description' value='20: check'/> |
2935 | <fieldValue name='url'/> |
2936 | <fieldValue name='radius' value='0.1500'/> |
2937 | <fieldValue name='displayMode'/> |
2938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2939 | <fieldValue name='transparency' value='0'/> |
2940 | <fieldValue name='translation' value='2.02435 1.07369 1.35666'/> |
2941 | <fieldValue name='textTranslation' value='2.17435 1.07369 1.35666'/> |
2942 | <fieldValue name='textColor' value='0 0 0'/> |
2943 | </ProtoInstance> |
2944 | <ProtoInstance name='Vertex'> |
2945 | <fieldValue name='vertexText' value='"child"'/> |
2946 | <fieldValue name='description' value='21: child'/> |
2947 | <fieldValue name='url'/> |
2948 | <fieldValue name='radius' value='0.1500'/> |
2949 | <fieldValue name='displayMode'/> |
2950 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2951 | <fieldValue name='transparency' value='0'/> |
2952 | <fieldValue name='translation' value='-0.96810 0.32124 2.09516'/> |
2953 | <fieldValue name='textTranslation' value='-0.81810 0.32124 2.09516'/> |
2954 | <fieldValue name='textColor' value='0 0 0'/> |
2955 | </ProtoInstance> |
2956 | <ProtoInstance name='Vertex'> |
2957 | <fieldValue name='vertexText' value='"clinics"'/> |
2958 | <fieldValue name='description' value='22: clinics'/> |
2959 | <fieldValue name='url'/> |
2960 | <fieldValue name='radius' value='0.1500'/> |
2961 | <fieldValue name='displayMode'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2963 | <fieldValue name='transparency' value='0'/> |
2964 | <fieldValue name='translation' value='1.56055 -2.32896 -0.82918'/> |
2965 | <fieldValue name='textTranslation' value='1.71055 -2.32896 -0.82918'/> |
2966 | <fieldValue name='textColor' value='0 0 0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Vertex'> |
2969 | <fieldValue name='vertexText' value='"clunkers"'/> |
2970 | <fieldValue name='description' value='23: clunkers'/> |
2971 | <fieldValue name='url'/> |
2972 | <fieldValue name='radius' value='0.1500'/> |
2973 | <fieldValue name='displayMode'/> |
2974 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2975 | <fieldValue name='transparency' value='0'/> |
2976 | <fieldValue name='translation' value='-2.61261 0.77501 -0.18068'/> |
2977 | <fieldValue name='textTranslation' value='-2.46261 0.77501 -0.18068'/> |
2978 | <fieldValue name='textColor' value='0 0 0'/> |
2979 | </ProtoInstance> |
2980 | <ProtoInstance name='Vertex'> |
2981 | <fieldValue name='vertexText' value='"coast"'/> |
2982 | <fieldValue name='description' value='24: coast'/> |
2983 | <fieldValue name='url'/> |
2984 | <fieldValue name='radius' value='0.1500'/> |
2985 | <fieldValue name='displayMode'/> |
2986 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2987 | <fieldValue name='transparency' value='0'/> |
2988 | <fieldValue name='translation' value='1.25494 2.33494 -0.55869'/> |
2989 | <fieldValue name='textTranslation' value='1.40494 2.33494 -0.55869'/> |
2990 | <fieldValue name='textColor' value='0 0 0'/> |
2991 | </ProtoInstance> |
2992 | <ProtoInstance name='Vertex'> |
2993 | <fieldValue name='vertexText' value='"command"'/> |
2994 | <fieldValue name='description' value='25: command'/> |
2995 | <fieldValue name='url'/> |
2996 | <fieldValue name='radius' value='0.1500'/> |
2997 | <fieldValue name='displayMode'/> |
2998 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | <fieldValue name='translation' value='1.13692 -1.89724 -1.73109'/> |
3001 | <fieldValue name='textTranslation' value='1.28692 -1.89724 -1.73109'/> |
3002 | <fieldValue name='textColor' value='0 0 0'/> |
3003 | </ProtoInstance> |
3004 | <ProtoInstance name='Vertex'> |
3005 | <fieldValue name='vertexText' value='"compound"'/> |
3006 | <fieldValue name='description' value='26: compound'/> |
3007 | <fieldValue name='url'/> |
3008 | <fieldValue name='radius' value='0.1500'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3011 | <fieldValue name='transparency' value='0'/> |
3012 | <fieldValue name='translation' value='0.63319 -2.48055 -1.29415'/> |
3013 | <fieldValue name='textTranslation' value='0.78319 -2.48055 -1.29415'/> |
3014 | <fieldValue name='textColor' value='0 0 0'/> |
3015 | </ProtoInstance> |
3016 | <ProtoInstance name='Vertex'> |
3017 | <fieldValue name='vertexText' value='"conducting"'/> |
3018 | <fieldValue name='description' value='27: conducting'/> |
3019 | <fieldValue name='url'/> |
3020 | <fieldValue name='radius' value='0.1500'/> |
3021 | <fieldValue name='displayMode'/> |
3022 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3023 | <fieldValue name='transparency' value='0'/> |
3024 | <fieldValue name='translation' value='0.74088 2.75547 -0.24285'/> |
3025 | <fieldValue name='textTranslation' value='0.89088 2.75547 -0.24285'/> |
3026 | <fieldValue name='textColor' value='0 0 0'/> |
3027 | </ProtoInstance> |
3028 | <ProtoInstance name='Vertex'> |
3029 | <fieldValue name='vertexText' value='"control"'/> |
3030 | <fieldValue name='description' value='28: control'/> |
3031 | <fieldValue name='url'/> |
3032 | <fieldValue name='radius' value='0.1500'/> |
3033 | <fieldValue name='displayMode'/> |
3034 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3035 | <fieldValue name='transparency' value='0'/> |
3036 | <fieldValue name='translation' value='-2.46858 0.75008 -0.63230'/> |
3037 | <fieldValue name='textTranslation' value='-2.31858 0.75008 -0.63230'/> |
3038 | <fieldValue name='textColor' value='0 0 0'/> |
3039 | </ProtoInstance> |
3040 | <ProtoInstance name='Vertex'> |
3041 | <fieldValue name='vertexText' value='"counterpart"'/> |
3042 | <fieldValue name='description' value='29: counterpart'/> |
3043 | <fieldValue name='url'/> |
3044 | <fieldValue name='radius' value='0.1500'/> |
3045 | <fieldValue name='displayMode'/> |
3046 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3047 | <fieldValue name='transparency' value='0'/> |
3048 | <fieldValue name='translation' value='1.95789 0.70371 1.70603'/> |
3049 | <fieldValue name='textTranslation' value='2.10789 0.70371 1.70603'/> |
3050 | <fieldValue name='textColor' value='0 0 0'/> |
3051 | </ProtoInstance> |
3052 | <ProtoInstance name='Vertex'> |
3053 | <fieldValue name='vertexText' value='"crew"'/> |
3054 | <fieldValue name='description' value='30: crew'/> |
3055 | <fieldValue name='url'/> |
3056 | <fieldValue name='radius' value='0.1500'/> |
3057 | <fieldValue name='displayMode'/> |
3058 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3059 | <fieldValue name='transparency' value='0'/> |
3060 | <fieldValue name='translation' value='1.29528 2.40506 -0.75690'/> |
3061 | <fieldValue name='textTranslation' value='1.44528 2.40506 -0.75690'/> |
3062 | <fieldValue name='textColor' value='0 0 0'/> |
3063 | </ProtoInstance> |
3064 | <ProtoInstance name='Vertex'> |
3065 | <fieldValue name='vertexText' value='"cutter"'/> |
3066 | <fieldValue name='description' value='31: cutter'/> |
3067 | <fieldValue name='url'/> |
3068 | <fieldValue name='radius' value='0.1500'/> |
3069 | <fieldValue name='displayMode'/> |
3070 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3071 | <fieldValue name='transparency' value='0'/> |
3072 | <fieldValue name='translation' value='1.03027 2.33175 -0.65808'/> |
3073 | <fieldValue name='textTranslation' value='1.18027 2.33175 -0.65808'/> |
3074 | <fieldValue name='textColor' value='0 0 0'/> |
3075 | </ProtoInstance> |
3076 | <ProtoInstance name='Vertex'> |
3077 | <fieldValue name='vertexText' value='"defense"'/> |
3078 | <fieldValue name='description' value='32: defense'/> |
3079 | <fieldValue name='url'/> |
3080 | <fieldValue name='radius' value='0.1500'/> |
3081 | <fieldValue name='displayMode'/> |
3082 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3083 | <fieldValue name='transparency' value='0'/> |
3084 | <fieldValue name='translation' value='-2.44078 0.21177 -0.89004'/> |
3085 | <fieldValue name='textTranslation' value='-2.29078 0.21177 -0.89004'/> |
3086 | <fieldValue name='textColor' value='0 0 0'/> |
3087 | </ProtoInstance> |
3088 | <ProtoInstance name='Vertex'> |
3089 | <fieldValue name='vertexText' value='"deploy"'/> |
3090 | <fieldValue name='description' value='33: deploy'/> |
3091 | <fieldValue name='url'/> |
3092 | <fieldValue name='radius' value='0.1500'/> |
3093 | <fieldValue name='displayMode'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='transparency' value='0'/> |
3096 | <fieldValue name='translation' value='2.11390 -0.55572 0.93728'/> |
3097 | <fieldValue name='textTranslation' value='2.26390 -0.55572 0.93728'/> |
3098 | <fieldValue name='textColor' value='0 0 0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Vertex'> |
3101 | <fieldValue name='vertexText' value='"devastated"'/> |
3102 | <fieldValue name='description' value='34: devastated'/> |
3103 | <fieldValue name='url'/> |
3104 | <fieldValue name='radius' value='0.1500'/> |
3105 | <fieldValue name='displayMode'/> |
3106 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3107 | <fieldValue name='transparency' value='0'/> |
3108 | <fieldValue name='translation' value='1.61316 0.10439 1.35422'/> |
3109 | <fieldValue name='textTranslation' value='1.76316 0.10439 1.35422'/> |
3110 | <fieldValue name='textColor' value='0 0 0'/> |
3111 | </ProtoInstance> |
3112 | <ProtoInstance name='Vertex'> |
3113 | <fieldValue name='vertexText' value='"discover"'/> |
3114 | <fieldValue name='description' value='35: discover'/> |
3115 | <fieldValue name='url'/> |
3116 | <fieldValue name='radius' value='0.1500'/> |
3117 | <fieldValue name='displayMode'/> |
3118 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3119 | <fieldValue name='transparency' value='0'/> |
3120 | <fieldValue name='translation' value='-0.51177 -0.09973 2.75576'/> |
3121 | <fieldValue name='textTranslation' value='-0.36177 -0.09973 2.75576'/> |
3122 | <fieldValue name='textColor' value='0 0 0'/> |
3123 | </ProtoInstance> |
3124 | <ProtoInstance name='Vertex'> |
3125 | <fieldValue name='vertexText' value='"doctors"'/> |
3126 | <fieldValue name='description' value='36: doctors'/> |
3127 | <fieldValue name='url'/> |
3128 | <fieldValue name='radius' value='0.1500'/> |
3129 | <fieldValue name='displayMode'/> |
3130 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | <fieldValue name='translation' value='1.53530 -2.16550 -1.15301'/> |
3133 | <fieldValue name='textTranslation' value='1.68530 -2.16550 -1.15301'/> |
3134 | <fieldValue name='textColor' value='0 0 0'/> |
3135 | </ProtoInstance> |
3136 | <ProtoInstance name='Vertex'> |
3137 | <fieldValue name='vertexText' value='"dominican"'/> |
3138 | <fieldValue name='description' value='37: dominican'/> |
3139 | <fieldValue name='url'/> |
3140 | <fieldValue name='radius' value='0.1500'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3143 | <fieldValue name='transparency' value='0'/> |
3144 | <fieldValue name='translation' value='-0.64504 0.10163 2.00113'/> |
3145 | <fieldValue name='textTranslation' value='-0.49504 0.10163 2.00113'/> |
3146 | <fieldValue name='textColor' value='0 0 0'/> |
3147 | </ProtoInstance> |
3148 | <ProtoInstance name='Vertex'> |
3149 | <fieldValue name='vertexText' value='"donations"'/> |
3150 | <fieldValue name='description' value='38: donations'/> |
3151 | <fieldValue name='url'/> |
3152 | <fieldValue name='radius' value='0.1500'/> |
3153 | <fieldValue name='displayMode'/> |
3154 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3155 | <fieldValue name='transparency' value='0'/> |
3156 | <fieldValue name='translation' value='-2.74427 -0.01028 -0.05733'/> |
3157 | <fieldValue name='textTranslation' value='-2.59427 -0.01028 -0.05733'/> |
3158 | <fieldValue name='textColor' value='0 0 0'/> |
3159 | </ProtoInstance> |
3160 | <ProtoInstance name='Vertex'> |
3161 | <fieldValue name='vertexText' value='"doors"'/> |
3162 | <fieldValue name='description' value='39: doors'/> |
3163 | <fieldValue name='url'/> |
3164 | <fieldValue name='radius' value='0.1500'/> |
3165 | <fieldValue name='displayMode'/> |
3166 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3167 | <fieldValue name='transparency' value='0'/> |
3168 | <fieldValue name='translation' value='0.63414 0.20940 1.74910'/> |
3169 | <fieldValue name='textTranslation' value='0.78414 0.20940 1.74910'/> |
3170 | <fieldValue name='textColor' value='0 0 0'/> |
3171 | </ProtoInstance> |
3172 | <ProtoInstance name='Vertex'> |
3173 | <fieldValue name='vertexText' value='"enlisted"'/> |
3174 | <fieldValue name='description' value='40: enlisted'/> |
3175 | <fieldValue name='url'/> |
3176 | <fieldValue name='radius' value='0.1500'/> |
3177 | <fieldValue name='displayMode'/> |
3178 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3179 | <fieldValue name='transparency' value='0'/> |
3180 | <fieldValue name='translation' value='1.17501 -1.88305 -1.72790'/> |
3181 | <fieldValue name='textTranslation' value='1.32501 -1.88305 -1.72790'/> |
3182 | <fieldValue name='textColor' value='0 0 0'/> |
3183 | </ProtoInstance> |
3184 | <ProtoInstance name='Vertex'> |
3185 | <fieldValue name='vertexText' value='"essential"'/> |
3186 | <fieldValue name='description' value='41: essential'/> |
3187 | <fieldValue name='url'/> |
3188 | <fieldValue name='radius' value='0.1500'/> |
3189 | <fieldValue name='displayMode'/> |
3190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3191 | <fieldValue name='transparency' value='0'/> |
3192 | <fieldValue name='translation' value='1.77184 -0.30822 0.68352'/> |
3193 | <fieldValue name='textTranslation' value='1.92184 -0.30822 0.68352'/> |
3194 | <fieldValue name='textColor' value='0 0 0'/> |
3195 | </ProtoInstance> |
3196 | <ProtoInstance name='Vertex'> |
3197 | <fieldValue name='vertexText' value='"extension"'/> |
3198 | <fieldValue name='description' value='42: extension'/> |
3199 | <fieldValue name='url'/> |
3200 | <fieldValue name='radius' value='0.1500'/> |
3201 | <fieldValue name='displayMode'/> |
3202 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3203 | <fieldValue name='transparency' value='0'/> |
3204 | <fieldValue name='translation' value='-2.18342 -0.06816 0.04725'/> |
3205 | <fieldValue name='textTranslation' value='-2.03342 -0.06816 0.04725'/> |
3206 | <fieldValue name='textColor' value='0 0 0'/> |
3207 | </ProtoInstance> |
3208 | <ProtoInstance name='Vertex'> |
3209 | <fieldValue name='vertexText' value='"family"'/> |
3210 | <fieldValue name='description' value='43: family'/> |
3211 | <fieldValue name='url'/> |
3212 | <fieldValue name='radius' value='0.1500'/> |
3213 | <fieldValue name='displayMode'/> |
3214 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3215 | <fieldValue name='transparency' value='0'/> |
3216 | <fieldValue name='translation' value='-2.66430 -0.51882 -0.10329'/> |
3217 | <fieldValue name='textTranslation' value='-2.51430 -0.51882 -0.10329'/> |
3218 | <fieldValue name='textColor' value='0 0 0'/> |
3219 | </ProtoInstance> |
3220 | <ProtoInstance name='Vertex'> |
3221 | <fieldValue name='vertexText' value='"father"'/> |
3222 | <fieldValue name='description' value='44: father'/> |
3223 | <fieldValue name='url'/> |
3224 | <fieldValue name='radius' value='0.1500'/> |
3225 | <fieldValue name='displayMode'/> |
3226 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3227 | <fieldValue name='transparency' value='0'/> |
3228 | <fieldValue name='translation' value='-0.49125 0.33112 2.25189'/> |
3229 | <fieldValue name='textTranslation' value='-0.34125 0.33112 2.25189'/> |
3230 | <fieldValue name='textColor' value='0 0 0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Vertex'> |
3233 | <fieldValue name='vertexText' value='"fiscal"'/> |
3234 | <fieldValue name='description' value='45: fiscal'/> |
3235 | <fieldValue name='url'/> |
3236 | <fieldValue name='radius' value='0.1500'/> |
3237 | <fieldValue name='displayMode'/> |
3238 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3239 | <fieldValue name='transparency' value='0'/> |
3240 | <fieldValue name='translation' value='-2.42669 0.70603 -0.76279'/> |
3241 | <fieldValue name='textTranslation' value='-2.27669 0.70603 -0.76279'/> |
3242 | <fieldValue name='textColor' value='0 0 0'/> |
3243 | </ProtoInstance> |
3244 | <ProtoInstance name='Vertex'> |
3245 | <fieldValue name='vertexText' value='"fortyfive"'/> |
3246 | <fieldValue name='description' value='46: fortyfive'/> |
3247 | <fieldValue name='url'/> |
3248 | <fieldValue name='radius' value='0.1500'/> |
3249 | <fieldValue name='displayMode'/> |
3250 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3251 | <fieldValue name='transparency' value='0'/> |
3252 | <fieldValue name='translation' value='1.24931 0.37344 1.81388'/> |
3253 | <fieldValue name='textTranslation' value='1.39931 0.37344 1.81388'/> |
3254 | <fieldValue name='textColor' value='0 0 0'/> |
3255 | </ProtoInstance> |
3256 | <ProtoInstance name='Vertex'> |
3257 | <fieldValue name='vertexText' value='"give"'/> |
3258 | <fieldValue name='description' value='47: give'/> |
3259 | <fieldValue name='url'/> |
3260 | <fieldValue name='radius' value='0.1500'/> |
3261 | <fieldValue name='displayMode'/> |
3262 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | <fieldValue name='translation' value='1.58675 0.87745 0.56099'/> |
3265 | <fieldValue name='textTranslation' value='1.73675 0.87745 0.56099'/> |
3266 | <fieldValue name='textColor' value='0 0 0'/> |
3267 | </ProtoInstance> |
3268 | <ProtoInstance name='Vertex'> |
3269 | <fieldValue name='vertexText' value='"guard"'/> |
3270 | <fieldValue name='description' value='48: guard'/> |
3271 | <fieldValue name='url'/> |
3272 | <fieldValue name='radius' value='0.1500'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3275 | <fieldValue name='transparency' value='0'/> |
3276 | <fieldValue name='translation' value='1.24417 2.32909 -0.56967'/> |
3277 | <fieldValue name='textTranslation' value='1.39417 2.32909 -0.56967'/> |
3278 | <fieldValue name='textColor' value='0 0 0'/> |
3279 | </ProtoInstance> |
3280 | <ProtoInstance name='Vertex'> |
3281 | <fieldValue name='vertexText' value='"hamilton"'/> |
3282 | <fieldValue name='description' value='49: hamilton'/> |
3283 | <fieldValue name='url'/> |
3284 | <fieldValue name='radius' value='0.1500'/> |
3285 | <fieldValue name='displayMode'/> |
3286 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3287 | <fieldValue name='transparency' value='0'/> |
3288 | <fieldValue name='translation' value='0.66513 2.44631 -1.01040'/> |
3289 | <fieldValue name='textTranslation' value='0.81513 2.44631 -1.01040'/> |
3290 | <fieldValue name='textColor' value='0 0 0'/> |
3291 | </ProtoInstance> |
3292 | <ProtoInstance name='Vertex'> |
3293 | <fieldValue name='vertexText' value='"health"'/> |
3294 | <fieldValue name='description' value='50: health'/> |
3295 | <fieldValue name='url'/> |
3296 | <fieldValue name='radius' value='0.1500'/> |
3297 | <fieldValue name='displayMode'/> |
3298 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3299 | <fieldValue name='transparency' value='0'/> |
3300 | <fieldValue name='translation' value='-2.55881 -0.39519 -0.79171'/> |
3301 | <fieldValue name='textTranslation' value='-2.40881 -0.39519 -0.79171'/> |
3302 | <fieldValue name='textColor' value='0 0 0'/> |
3303 | </ProtoInstance> |
3304 | <ProtoInstance name='Vertex'> |
3305 | <fieldValue name='vertexText' value='"hospitals"'/> |
3306 | <fieldValue name='description' value='51: hospitals'/> |
3307 | <fieldValue name='url'/> |
3308 | <fieldValue name='radius' value='0.1500'/> |
3309 | <fieldValue name='displayMode'/> |
3310 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3311 | <fieldValue name='transparency' value='0'/> |
3312 | <fieldValue name='translation' value='-1.14448 -0.19049 1.66307'/> |
3313 | <fieldValue name='textTranslation' value='-0.99448 -0.19049 1.66307'/> |
3314 | <fieldValue name='textColor' value='0 0 0'/> |
3315 | </ProtoInstance> |
3316 | <ProtoInstance name='Vertex'> |
3317 | <fieldValue name='vertexText' value='"hygiene"'/> |
3318 | <fieldValue name='description' value='52: hygiene'/> |
3319 | <fieldValue name='url'/> |
3320 | <fieldValue name='radius' value='0.1500'/> |
3321 | <fieldValue name='displayMode'/> |
3322 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3323 | <fieldValue name='transparency' value='0'/> |
3324 | <fieldValue name='translation' value='1.75087 -0.20418 0.56267'/> |
3325 | <fieldValue name='textTranslation' value='1.90087 -0.20418 0.56267'/> |
3326 | <fieldValue name='textColor' value='0 0 0'/> |
3327 | </ProtoInstance> |
3328 | <ProtoInstance name='Vertex'> |
3329 | <fieldValue name='vertexText' value='"immediately"'/> |
3330 | <fieldValue name='description' value='53: immediately'/> |
3331 | <fieldValue name='url'/> |
3332 | <fieldValue name='radius' value='0.1500'/> |
3333 | <fieldValue name='displayMode'/> |
3334 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3335 | <fieldValue name='transparency' value='0'/> |
3336 | <fieldValue name='translation' value='-0.18301 0.24631 2.00760'/> |
3337 | <fieldValue name='textTranslation' value='-0.03301 0.24631 2.00760'/> |
3338 | <fieldValue name='textColor' value='0 0 0'/> |
3339 | </ProtoInstance> |
3340 | <ProtoInstance name='Vertex'> |
3341 | <fieldValue name='vertexText' value='"injured"'/> |
3342 | <fieldValue name='description' value='54: injured'/> |
3343 | <fieldValue name='url'/> |
3344 | <fieldValue name='radius' value='0.1500'/> |
3345 | <fieldValue name='displayMode'/> |
3346 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3347 | <fieldValue name='transparency' value='0'/> |
3348 | <fieldValue name='translation' value='-0.40472 -0.44323 2.21301'/> |
3349 | <fieldValue name='textTranslation' value='-0.25472 -0.44323 2.21301'/> |
3350 | <fieldValue name='textColor' value='0 0 0'/> |
3351 | </ProtoInstance> |
3352 | <ProtoInstance name='Vertex'> |
3353 | <fieldValue name='vertexText' value='"interactive"'/> |
3354 | <fieldValue name='description' value='55: interactive'/> |
3355 | <fieldValue name='url'/> |
3356 | <fieldValue name='radius' value='0.1500'/> |
3357 | <fieldValue name='displayMode'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='transparency' value='0'/> |
3360 | <fieldValue name='translation' value='2.02360 1.07392 1.35710'/> |
3361 | <fieldValue name='textTranslation' value='2.17360 1.07392 1.35710'/> |
3362 | <fieldValue name='textColor' value='0 0 0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Vertex'> |
3365 | <fieldValue name='vertexText' value='"interview"'/> |
3366 | <fieldValue name='description' value='56: interview'/> |
3367 | <fieldValue name='url'/> |
3368 | <fieldValue name='radius' value='0.1500'/> |
3369 | <fieldValue name='displayMode'/> |
3370 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3371 | <fieldValue name='transparency' value='0'/> |
3372 | <fieldValue name='translation' value='2.49461 -0.01768 1.10748'/> |
3373 | <fieldValue name='textTranslation' value='2.64461 -0.01768 1.10748'/> |
3374 | <fieldValue name='textColor' value='0 0 0'/> |
3375 | </ProtoInstance> |
3376 | <ProtoInstance name='Vertex'> |
3377 | <fieldValue name='vertexText' value='"joint"'/> |
3378 | <fieldValue name='description' value='57: joint'/> |
3379 | <fieldValue name='url'/> |
3380 | <fieldValue name='radius' value='0.1500'/> |
3381 | <fieldValue name='displayMode'/> |
3382 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3383 | <fieldValue name='transparency' value='0'/> |
3384 | <fieldValue name='translation' value='2.75331 0.12028 -1.08169'/> |
3385 | <fieldValue name='textTranslation' value='2.90331 0.12028 -1.08169'/> |
3386 | <fieldValue name='textColor' value='0 0 0'/> |
3387 | </ProtoInstance> |
3388 | <ProtoInstance name='Vertex'> |
3389 | <fieldValue name='vertexText' value='"june"'/> |
3390 | <fieldValue name='description' value='58: june'/> |
3391 | <fieldValue name='url'/> |
3392 | <fieldValue name='radius' value='0.1500'/> |
3393 | <fieldValue name='displayMode'/> |
3394 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | <fieldValue name='translation' value='-2.29795 -0.52370 -1.08359'/> |
3397 | <fieldValue name='textTranslation' value='-2.14795 -0.52370 -1.08359'/> |
3398 | <fieldValue name='textColor' value='0 0 0'/> |
3399 | </ProtoInstance> |
3400 | <ProtoInstance name='Vertex'> |
3401 | <fieldValue name='vertexText' value='"latest"'/> |
3402 | <fieldValue name='description' value='59: latest'/> |
3403 | <fieldValue name='url'/> |
3404 | <fieldValue name='radius' value='0.1500'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3407 | <fieldValue name='transparency' value='0'/> |
3408 | <fieldValue name='translation' value='2.15677 0.25668 0.15793'/> |
3409 | <fieldValue name='textTranslation' value='2.30677 0.25668 0.15793'/> |
3410 | <fieldValue name='textColor' value='0 0 0'/> |
3411 | </ProtoInstance> |
3412 | <ProtoInstance name='Vertex'> |
3413 | <fieldValue name='vertexText' value='"leave"'/> |
3414 | <fieldValue name='description' value='60: leave'/> |
3415 | <fieldValue name='url'/> |
3416 | <fieldValue name='radius' value='0.1500'/> |
3417 | <fieldValue name='displayMode'/> |
3418 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3419 | <fieldValue name='transparency' value='0'/> |
3420 | <fieldValue name='translation' value='1.76198 0.78823 1.09605'/> |
3421 | <fieldValue name='textTranslation' value='1.91198 0.78823 1.09605'/> |
3422 | <fieldValue name='textColor' value='0 0 0'/> |
3423 | </ProtoInstance> |
3424 | <ProtoInstance name='Vertex'> |
3425 | <fieldValue name='vertexText' value='"left"'/> |
3426 | <fieldValue name='description' value='61: left'/> |
3427 | <fieldValue name='url'/> |
3428 | <fieldValue name='radius' value='0.1500'/> |
3429 | <fieldValue name='displayMode'/> |
3430 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3431 | <fieldValue name='transparency' value='0'/> |
3432 | <fieldValue name='translation' value='1.83446 -0.04545 1.29223'/> |
3433 | <fieldValue name='textTranslation' value='1.98446 -0.04545 1.29223'/> |
3434 | <fieldValue name='textColor' value='0 0 0'/> |
3435 | </ProtoInstance> |
3436 | <ProtoInstance name='Vertex'> |
3437 | <fieldValue name='vertexText' value='"listen"'/> |
3438 | <fieldValue name='description' value='62: listen'/> |
3439 | <fieldValue name='url'/> |
3440 | <fieldValue name='radius' value='0.1500'/> |
3441 | <fieldValue name='displayMode'/> |
3442 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3443 | <fieldValue name='transparency' value='0'/> |
3444 | <fieldValue name='translation' value='2.46562 0.34619 0.38880'/> |
3445 | <fieldValue name='textTranslation' value='2.61562 0.34619 0.38880'/> |
3446 | <fieldValue name='textColor' value='0 0 0'/> |
3447 | </ProtoInstance> |
3448 | <ProtoInstance name='Vertex'> |
3449 | <fieldValue name='vertexText' value='"lives"'/> |
3450 | <fieldValue name='description' value='63: lives'/> |
3451 | <fieldValue name='url'/> |
3452 | <fieldValue name='radius' value='0.1500'/> |
3453 | <fieldValue name='displayMode'/> |
3454 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3455 | <fieldValue name='transparency' value='0'/> |
3456 | <fieldValue name='translation' value='-0.83194 0.65908 2.34289'/> |
3457 | <fieldValue name='textTranslation' value='-0.68194 0.65908 2.34289'/> |
3458 | <fieldValue name='textColor' value='0 0 0'/> |
3459 | </ProtoInstance> |
3460 | <ProtoInstance name='Vertex'> |
3461 | <fieldValue name='vertexText' value='"living"'/> |
3462 | <fieldValue name='description' value='64: living'/> |
3463 | <fieldValue name='url'/> |
3464 | <fieldValue name='radius' value='0.1500'/> |
3465 | <fieldValue name='displayMode'/> |
3466 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3467 | <fieldValue name='transparency' value='0'/> |
3468 | <fieldValue name='translation' value='1.20608 -2.51133 -0.72519'/> |
3469 | <fieldValue name='textTranslation' value='1.35608 -2.51133 -0.72519'/> |
3470 | <fieldValue name='textColor' value='0 0 0'/> |
3471 | </ProtoInstance> |
3472 | <ProtoInstance name='Vertex'> |
3473 | <fieldValue name='vertexText' value='"magnitude"'/> |
3474 | <fieldValue name='description' value='65: magnitude'/> |
3475 | <fieldValue name='url'/> |
3476 | <fieldValue name='radius' value='0.1500'/> |
3477 | <fieldValue name='displayMode'/> |
3478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3479 | <fieldValue name='transparency' value='0'/> |
3480 | <fieldValue name='translation' value='1.19562 0.21087 1.28359'/> |
3481 | <fieldValue name='textTranslation' value='1.34562 0.21087 1.28359'/> |
3482 | <fieldValue name='textColor' value='0 0 0'/> |
3483 | </ProtoInstance> |
3484 | <ProtoInstance name='Vertex'> |
3485 | <fieldValue name='vertexText' value='"marine"'/> |
3486 | <fieldValue name='description' value='66: marine'/> |
3487 | <fieldValue name='url'/> |
3488 | <fieldValue name='radius' value='0.1500'/> |
3489 | <fieldValue name='displayMode'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3491 | <fieldValue name='transparency' value='0'/> |
3492 | <fieldValue name='translation' value='1.59888 -1.74013 -1.60244'/> |
3493 | <fieldValue name='textTranslation' value='1.74888 -1.74013 -1.60244'/> |
3494 | <fieldValue name='textColor' value='0 0 0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Vertex'> |
3497 | <fieldValue name='vertexText' value='"mary"'/> |
3498 | <fieldValue name='description' value='67: mary'/> |
3499 | <fieldValue name='url'/> |
3500 | <fieldValue name='radius' value='0.1500'/> |
3501 | <fieldValue name='displayMode'/> |
3502 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3503 | <fieldValue name='transparency' value='0'/> |
3504 | <fieldValue name='translation' value='2.51501 0.05407 1.09573'/> |
3505 | <fieldValue name='textTranslation' value='2.66501 0.05407 1.09573'/> |
3506 | <fieldValue name='textColor' value='0 0 0'/> |
3507 | </ProtoInstance> |
3508 | <ProtoInstance name='Vertex'> |
3509 | <fieldValue name='vertexText' value='"medical"'/> |
3510 | <fieldValue name='description' value='68: medical'/> |
3511 | <fieldValue name='url'/> |
3512 | <fieldValue name='radius' value='0.1500'/> |
3513 | <fieldValue name='displayMode'/> |
3514 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3515 | <fieldValue name='transparency' value='0'/> |
3516 | <fieldValue name='translation' value='1.52159 -0.67589 0.19884'/> |
3517 | <fieldValue name='textTranslation' value='1.67159 -0.67589 0.19884'/> |
3518 | <fieldValue name='textColor' value='0 0 0'/> |
3519 | </ProtoInstance> |
3520 | <ProtoInstance name='Vertex'> |
3521 | <fieldValue name='vertexText' value='"millions"'/> |
3522 | <fieldValue name='description' value='69: millions'/> |
3523 | <fieldValue name='url'/> |
3524 | <fieldValue name='radius' value='0.1500'/> |
3525 | <fieldValue name='displayMode'/> |
3526 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | <fieldValue name='translation' value='2.03436 -0.31477 1.50697'/> |
3529 | <fieldValue name='textTranslation' value='2.18436 -0.31477 1.50697'/> |
3530 | <fieldValue name='textColor' value='0 0 0'/> |
3531 | </ProtoInstance> |
3532 | <ProtoInstance name='Vertex'> |
3533 | <fieldValue name='vertexText' value='"national"'/> |
3534 | <fieldValue name='description' value='70: national'/> |
3535 | <fieldValue name='url'/> |
3536 | <fieldValue name='radius' value='0.1500'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3539 | <fieldValue name='transparency' value='0'/> |
3540 | <fieldValue name='translation' value='-2.59585 0.20393 -0.71240'/> |
3541 | <fieldValue name='textTranslation' value='-2.44585 0.20393 -0.71240'/> |
3542 | <fieldValue name='textColor' value='0 0 0'/> |
3543 | </ProtoInstance> |
3544 | <ProtoInstance name='Vertex'> |
3545 | <fieldValue name='vertexText' value='"nurses"'/> |
3546 | <fieldValue name='description' value='71: nurses'/> |
3547 | <fieldValue name='url'/> |
3548 | <fieldValue name='radius' value='0.1500'/> |
3549 | <fieldValue name='displayMode'/> |
3550 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3551 | <fieldValue name='transparency' value='0'/> |
3552 | <fieldValue name='translation' value='1.53530 -2.16550 -1.15301'/> |
3553 | <fieldValue name='textTranslation' value='1.68530 -2.16550 -1.15301'/> |
3554 | <fieldValue name='textColor' value='0 0 0'/> |
3555 | </ProtoInstance> |
3556 | <ProtoInstance name='Vertex'> |
3557 | <fieldValue name='vertexText' value='"october"'/> |
3558 | <fieldValue name='description' value='72: october'/> |
3559 | <fieldValue name='url'/> |
3560 | <fieldValue name='radius' value='0.1500'/> |
3561 | <fieldValue name='displayMode'/> |
3562 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3563 | <fieldValue name='transparency' value='0'/> |
3564 | <fieldValue name='translation' value='-2.49957 -0.06568 -0.40051'/> |
3565 | <fieldValue name='textTranslation' value='-2.34957 -0.06568 -0.40051'/> |
3566 | <fieldValue name='textColor' value='0 0 0'/> |
3567 | </ProtoInstance> |
3568 | <ProtoInstance name='Vertex'> |
3569 | <fieldValue name='vertexText' value='"officer"'/> |
3570 | <fieldValue name='description' value='73: officer'/> |
3571 | <fieldValue name='url'/> |
3572 | <fieldValue name='radius' value='0.1500'/> |
3573 | <fieldValue name='displayMode'/> |
3574 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3575 | <fieldValue name='transparency' value='0'/> |
3576 | <fieldValue name='translation' value='1.28204 2.13225 -1.26124'/> |
3577 | <fieldValue name='textTranslation' value='1.43204 2.13225 -1.26124'/> |
3578 | <fieldValue name='textColor' value='0 0 0'/> |
3579 | </ProtoInstance> |
3580 | <ProtoInstance name='Vertex'> |
3581 | <fieldValue name='vertexText' value='"opened"'/> |
3582 | <fieldValue name='description' value='74: opened'/> |
3583 | <fieldValue name='url'/> |
3584 | <fieldValue name='radius' value='0.1500'/> |
3585 | <fieldValue name='displayMode'/> |
3586 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3587 | <fieldValue name='transparency' value='0'/> |
3588 | <fieldValue name='translation' value='-1.40227 -0.47045 1.95792'/> |
3589 | <fieldValue name='textTranslation' value='-1.25227 -0.47045 1.95792'/> |
3590 | <fieldValue name='textColor' value='0 0 0'/> |
3591 | </ProtoInstance> |
3592 | <ProtoInstance name='Vertex'> |
3593 | <fieldValue name='vertexText' value='"operations"'/> |
3594 | <fieldValue name='description' value='75: operations'/> |
3595 | <fieldValue name='url'/> |
3596 | <fieldValue name='radius' value='0.1500'/> |
3597 | <fieldValue name='displayMode'/> |
3598 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3599 | <fieldValue name='transparency' value='0'/> |
3600 | <fieldValue name='translation' value='1.26964 2.35341 -0.48154'/> |
3601 | <fieldValue name='textTranslation' value='1.41964 2.35341 -0.48154'/> |
3602 | <fieldValue name='textColor' value='0 0 0'/> |
3603 | </ProtoInstance> |
3604 | <ProtoInstance name='Vertex'> |
3605 | <fieldValue name='vertexText' value='"organization"'/> |
3606 | <fieldValue name='description' value='76: organization'/> |
3607 | <fieldValue name='url'/> |
3608 | <fieldValue name='radius' value='0.1500'/> |
3609 | <fieldValue name='displayMode'/> |
3610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3611 | <fieldValue name='transparency' value='0'/> |
3612 | <fieldValue name='translation' value='1.92221 0.30396 1.33838'/> |
3613 | <fieldValue name='textTranslation' value='2.07221 0.30396 1.33838'/> |
3614 | <fieldValue name='textColor' value='0 0 0'/> |
3615 | </ProtoInstance> |
3616 | <ProtoInstance name='Vertex'> |
3617 | <fieldValue name='vertexText' value='"organizations"'/> |
3618 | <fieldValue name='description' value='77: organizations'/> |
3619 | <fieldValue name='url'/> |
3620 | <fieldValue name='radius' value='0.1500'/> |
3621 | <fieldValue name='displayMode'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3623 | <fieldValue name='transparency' value='0'/> |
3624 | <fieldValue name='translation' value='1.28878 -2.66645 -0.33510'/> |
3625 | <fieldValue name='textTranslation' value='1.43878 -2.66645 -0.33510'/> |
3626 | <fieldValue name='textColor' value='0 0 0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Vertex'> |
3629 | <fieldValue name='vertexText' value='"pacific"'/> |
3630 | <fieldValue name='description' value='78: pacific'/> |
3631 | <fieldValue name='url'/> |
3632 | <fieldValue name='radius' value='0.1500'/> |
3633 | <fieldValue name='displayMode'/> |
3634 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3635 | <fieldValue name='transparency' value='0'/> |
3636 | <fieldValue name='translation' value='1.39578 2.10767 -0.25805'/> |
3637 | <fieldValue name='textTranslation' value='1.54578 2.10767 -0.25805'/> |
3638 | <fieldValue name='textColor' value='0 0 0'/> |
3639 | </ProtoInstance> |
3640 | <ProtoInstance name='Vertex'> |
3641 | <fieldValue name='vertexText' value='"people"'/> |
3642 | <fieldValue name='description' value='79: people'/> |
3643 | <fieldValue name='url'/> |
3644 | <fieldValue name='radius' value='0.1500'/> |
3645 | <fieldValue name='displayMode'/> |
3646 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3647 | <fieldValue name='transparency' value='0'/> |
3648 | <fieldValue name='translation' value='-0.55397 -0.52530 2.22943'/> |
3649 | <fieldValue name='textTranslation' value='-0.40397 -0.52530 2.22943'/> |
3650 | <fieldValue name='textColor' value='0 0 0'/> |
3651 | </ProtoInstance> |
3652 | <ProtoInstance name='Vertex'> |
3653 | <fieldValue name='vertexText' value='"petty"'/> |
3654 | <fieldValue name='description' value='80: petty'/> |
3655 | <fieldValue name='url'/> |
3656 | <fieldValue name='radius' value='0.1500'/> |
3657 | <fieldValue name='displayMode'/> |
3658 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | <fieldValue name='translation' value='1.34856 2.24533 -0.88194'/> |
3661 | <fieldValue name='textTranslation' value='1.49856 2.24533 -0.88194'/> |
3662 | <fieldValue name='textColor' value='0 0 0'/> |
3663 | </ProtoInstance> |
3664 | <ProtoInstance name='Vertex'> |
3665 | <fieldValue name='vertexText' value='"photo"'/> |
3666 | <fieldValue name='description' value='81: photo'/> |
3667 | <fieldValue name='url'/> |
3668 | <fieldValue name='radius' value='0.1500'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3671 | <fieldValue name='transparency' value='0'/> |
3672 | <fieldValue name='translation' value='1.42477 2.35095 -0.72212'/> |
3673 | <fieldValue name='textTranslation' value='1.57477 2.35095 -0.72212'/> |
3674 | <fieldValue name='textColor' value='0 0 0'/> |
3675 | </ProtoInstance> |
3676 | <ProtoInstance name='Vertex'> |
3677 | <fieldValue name='vertexText' value='"play"'/> |
3678 | <fieldValue name='description' value='82: play'/> |
3679 | <fieldValue name='url'/> |
3680 | <fieldValue name='radius' value='0.1500'/> |
3681 | <fieldValue name='displayMode'/> |
3682 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3683 | <fieldValue name='transparency' value='0'/> |
3684 | <fieldValue name='translation' value='-0.60030 -0.08305 2.42607'/> |
3685 | <fieldValue name='textTranslation' value='-0.45030 -0.08305 2.42607'/> |
3686 | <fieldValue name='textColor' value='0 0 0'/> |
3687 | </ProtoInstance> |
3688 | <ProtoInstance name='Vertex'> |
3689 | <fieldValue name='vertexText' value='"plies"'/> |
3690 | <fieldValue name='description' value='83: plies'/> |
3691 | <fieldValue name='url'/> |
3692 | <fieldValue name='radius' value='0.1500'/> |
3693 | <fieldValue name='displayMode'/> |
3694 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3695 | <fieldValue name='transparency' value='0'/> |
3696 | <fieldValue name='translation' value='1.58063 -1.52018 -0.32807'/> |
3697 | <fieldValue name='textTranslation' value='1.73063 -1.52018 -0.32807'/> |
3698 | <fieldValue name='textColor' value='0 0 0'/> |
3699 | </ProtoInstance> |
3700 | <ProtoInstance name='Vertex'> |
3701 | <fieldValue name='vertexText' value='"point"'/> |
3702 | <fieldValue name='description' value='84: point'/> |
3703 | <fieldValue name='url'/> |
3704 | <fieldValue name='radius' value='0.1500'/> |
3705 | <fieldValue name='displayMode'/> |
3706 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3707 | <fieldValue name='transparency' value='0'/> |
3708 | <fieldValue name='translation' value='1.54718 -2.34351 -0.81608'/> |
3709 | <fieldValue name='textTranslation' value='1.69718 -2.34351 -0.81608'/> |
3710 | <fieldValue name='textColor' value='0 0 0'/> |
3711 | </ProtoInstance> |
3712 | <ProtoInstance name='Vertex'> |
3713 | <fieldValue name='vertexText' value='"port"'/> |
3714 | <fieldValue name='description' value='85: port'/> |
3715 | <fieldValue name='url'/> |
3716 | <fieldValue name='radius' value='0.1500'/> |
3717 | <fieldValue name='displayMode'/> |
3718 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3719 | <fieldValue name='transparency' value='0'/> |
3720 | <fieldValue name='translation' value='1.02016 2.56430 -0.37261'/> |
3721 | <fieldValue name='textTranslation' value='1.17016 2.56430 -0.37261'/> |
3722 | <fieldValue name='textColor' value='0 0 0'/> |
3723 | </ProtoInstance> |
3724 | <ProtoInstance name='Vertex'> |
3725 | <fieldValue name='vertexText' value='"post"'/> |
3726 | <fieldValue name='description' value='86: post'/> |
3727 | <fieldValue name='url'/> |
3728 | <fieldValue name='radius' value='0.1500'/> |
3729 | <fieldValue name='displayMode'/> |
3730 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3731 | <fieldValue name='transparency' value='0'/> |
3732 | <fieldValue name='translation' value='2.67778 0.17118 -0.61618'/> |
3733 | <fieldValue name='textTranslation' value='2.82778 0.17118 -0.61618'/> |
3734 | <fieldValue name='textColor' value='0 0 0'/> |
3735 | </ProtoInstance> |
3736 | <ProtoInstance name='Vertex'> |
3737 | <fieldValue name='vertexText' value='"public"'/> |
3738 | <fieldValue name='description' value='87: public'/> |
3739 | <fieldValue name='url'/> |
3740 | <fieldValue name='radius' value='0.1500'/> |
3741 | <fieldValue name='displayMode'/> |
3742 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3743 | <fieldValue name='transparency' value='0'/> |
3744 | <fieldValue name='translation' value='-0.86674 -0.98753 2.15453'/> |
3745 | <fieldValue name='textTranslation' value='-0.71674 -0.98753 2.15453'/> |
3746 | <fieldValue name='textColor' value='0 0 0'/> |
3747 | </ProtoInstance> |
3748 | <ProtoInstance name='Vertex'> |
3749 | <fieldValue name='vertexText' value='"quake"'/> |
3750 | <fieldValue name='description' value='88: quake'/> |
3751 | <fieldValue name='url'/> |
3752 | <fieldValue name='radius' value='0.1500'/> |
3753 | <fieldValue name='displayMode'/> |
3754 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3755 | <fieldValue name='transparency' value='0'/> |
3756 | <fieldValue name='translation' value='0.33718 0.10626 1.46330'/> |
3757 | <fieldValue name='textTranslation' value='0.48718 0.10626 1.46330'/> |
3758 | <fieldValue name='textColor' value='0 0 0'/> |
3759 | </ProtoInstance> |
3760 | <ProtoInstance name='Vertex'> |
3761 | <fieldValue name='vertexText' value='"reform"'/> |
3762 | <fieldValue name='description' value='89: reform'/> |
3763 | <fieldValue name='url'/> |
3764 | <fieldValue name='radius' value='0.1500'/> |
3765 | <fieldValue name='displayMode'/> |
3766 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3767 | <fieldValue name='transparency' value='0'/> |
3768 | <fieldValue name='translation' value='-2.47152 -0.68255 -0.56203'/> |
3769 | <fieldValue name='textTranslation' value='-2.32152 -0.68255 -0.56203'/> |
3770 | <fieldValue name='textColor' value='0 0 0'/> |
3771 | </ProtoInstance> |
3772 | <ProtoInstance name='Vertex'> |
3773 | <fieldValue name='vertexText' value='"republic"'/> |
3774 | <fieldValue name='description' value='90: republic'/> |
3775 | <fieldValue name='url'/> |
3776 | <fieldValue name='radius' value='0.1500'/> |
3777 | <fieldValue name='displayMode'/> |
3778 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3779 | <fieldValue name='transparency' value='0'/> |
3780 | <fieldValue name='translation' value='-0.84723 0.30357 2.15780'/> |
3781 | <fieldValue name='textTranslation' value='-0.69723 0.30357 2.15780'/> |
3782 | <fieldValue name='textColor' value='0 0 0'/> |
3783 | </ProtoInstance> |
3784 | <ProtoInstance name='Vertex'> |
3785 | <fieldValue name='vertexText' value='"response"'/> |
3786 | <fieldValue name='description' value='91: response'/> |
3787 | <fieldValue name='url'/> |
3788 | <fieldValue name='radius' value='0.1500'/> |
3789 | <fieldValue name='displayMode'/> |
3790 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3791 | <fieldValue name='transparency' value='0'/> |
3792 | <fieldValue name='translation' value='2.01960 0.37520 0.46727'/> |
3793 | <fieldValue name='textTranslation' value='2.16960 0.37520 0.46727'/> |
3794 | <fieldValue name='textColor' value='0 0 0'/> |
3795 | </ProtoInstance> |
3796 | <ProtoInstance name='Vertex'> |
3797 | <fieldValue name='vertexText' value='"rides"'/> |
3798 | <fieldValue name='description' value='92: rides'/> |
3799 | <fieldValue name='url'/> |
3800 | <fieldValue name='radius' value='0.1500'/> |
3801 | <fieldValue name='displayMode'/> |
3802 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3803 | <fieldValue name='transparency' value='0'/> |
3804 | <fieldValue name='translation' value='-0.51242 -0.83183 2.43276'/> |
3805 | <fieldValue name='textTranslation' value='-0.36242 -0.83183 2.43276'/> |
3806 | <fieldValue name='textColor' value='0 0 0'/> |
3807 | </ProtoInstance> |
3808 | <ProtoInstance name='Vertex'> |
3809 | <fieldValue name='vertexText' value='"role"'/> |
3810 | <fieldValue name='description' value='93: role'/> |
3811 | <fieldValue name='url'/> |
3812 | <fieldValue name='radius' value='0.1500'/> |
3813 | <fieldValue name='displayMode'/> |
3814 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3815 | <fieldValue name='transparency' value='0'/> |
3816 | <fieldValue name='translation' value='-0.79418 -0.15040 2.32431'/> |
3817 | <fieldValue name='textTranslation' value='-0.64418 -0.15040 2.32431'/> |
3818 | <fieldValue name='textColor' value='0 0 0'/> |
3819 | </ProtoInstance> |
3820 | <ProtoInstance name='Vertex'> |
3821 | <fieldValue name='vertexText' value='"san"'/> |
3822 | <fieldValue name='description' value='94: san'/> |
3823 | <fieldValue name='url'/> |
3824 | <fieldValue name='radius' value='0.1500'/> |
3825 | <fieldValue name='displayMode'/> |
3826 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3827 | <fieldValue name='transparency' value='0'/> |
3828 | <fieldValue name='translation' value='0.62154 2.50450 -0.92262'/> |
3829 | <fieldValue name='textTranslation' value='0.77154 2.50450 -0.92262'/> |
3830 | <fieldValue name='textColor' value='0 0 0'/> |
3831 | </ProtoInstance> |
3832 | <ProtoInstance name='Vertex'> |
3833 | <fieldValue name='vertexText' value='"school"'/> |
3834 | <fieldValue name='description' value='95: school'/> |
3835 | <fieldValue name='url'/> |
3836 | <fieldValue name='radius' value='0.1500'/> |
3837 | <fieldValue name='displayMode'/> |
3838 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3839 | <fieldValue name='transparency' value='0'/> |
3840 | <fieldValue name='translation' value='1.02202 -2.33926 -1.01876'/> |
3841 | <fieldValue name='textTranslation' value='1.17202 -2.33926 -1.01876'/> |
3842 | <fieldValue name='textColor' value='0 0 0'/> |
3843 | </ProtoInstance> |
3844 | <ProtoInstance name='Vertex'> |
3845 | <fieldValue name='vertexText' value='"seek"'/> |
3846 | <fieldValue name='description' value='96: seek'/> |
3847 | <fieldValue name='url'/> |
3848 | <fieldValue name='radius' value='0.1500'/> |
3849 | <fieldValue name='displayMode'/> |
3850 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3851 | <fieldValue name='transparency' value='0'/> |
3852 | <fieldValue name='translation' value='-1.50704 0.06063 1.56717'/> |
3853 | <fieldValue name='textTranslation' value='-1.35704 0.06063 1.56717'/> |
3854 | <fieldValue name='textColor' value='0 0 0'/> |
3855 | </ProtoInstance> |
3856 | <ProtoInstance name='Vertex'> |
3857 | <fieldValue name='vertexText' value='"senior"'/> |
3858 | <fieldValue name='description' value='97: senior'/> |
3859 | <fieldValue name='url'/> |
3860 | <fieldValue name='radius' value='0.1500'/> |
3861 | <fieldValue name='displayMode'/> |
3862 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3863 | <fieldValue name='transparency' value='0'/> |
3864 | <fieldValue name='translation' value='1.22023 -2.05009 -1.40559'/> |
3865 | <fieldValue name='textTranslation' value='1.37023 -2.05009 -1.40559'/> |
3866 | <fieldValue name='textColor' value='0 0 0'/> |
3867 | </ProtoInstance> |
3868 | <ProtoInstance name='Vertex'> |
3869 | <fieldValue name='vertexText' value='"shore"'/> |
3870 | <fieldValue name='description' value='98: shore'/> |
3871 | <fieldValue name='url'/> |
3872 | <fieldValue name='radius' value='0.1500'/> |
3873 | <fieldValue name='displayMode'/> |
3874 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3875 | <fieldValue name='transparency' value='0'/> |
3876 | <fieldValue name='translation' value='0.95364 2.54851 -0.45838'/> |
3877 | <fieldValue name='textTranslation' value='1.10364 2.54851 -0.45838'/> |
3878 | <fieldValue name='textColor' value='0 0 0'/> |
3879 | </ProtoInstance> |
3880 | <ProtoInstance name='Vertex'> |
3881 | <fieldValue name='vertexText' value='"signed"'/> |
3882 | <fieldValue name='description' value='99: signed'/> |
3883 | <fieldValue name='url'/> |
3884 | <fieldValue name='radius' value='0.1500'/> |
3885 | <fieldValue name='displayMode'/> |
3886 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3887 | <fieldValue name='transparency' value='0'/> |
3888 | <fieldValue name='translation' value='-2.43743 -0.11877 -0.39796'/> |
3889 | <fieldValue name='textTranslation' value='-2.28743 -0.11877 -0.39796'/> |
3890 | <fieldValue name='textColor' value='0 0 0'/> |
3891 | </ProtoInstance> |
3892 | <ProtoInstance name='Vertex'> |
3893 | <fieldValue name='vertexText' value='"small"'/> |
3894 | <fieldValue name='description' value='100: small'/> |
3895 | <fieldValue name='url'/> |
3896 | <fieldValue name='radius' value='0.1500'/> |
3897 | <fieldValue name='displayMode'/> |
3898 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3899 | <fieldValue name='transparency' value='0'/> |
3900 | <fieldValue name='translation' value='0.93885 2.24551 -1.24946'/> |
3901 | <fieldValue name='textTranslation' value='1.08885 2.24551 -1.24946'/> |
3902 | <fieldValue name='textColor' value='0 0 0'/> |
3903 | </ProtoInstance> |
3904 | <ProtoInstance name='Vertex'> |
3905 | <fieldValue name='vertexText' value='"smoking"'/> |
3906 | <fieldValue name='description' value='101: smoking'/> |
3907 | <fieldValue name='url'/> |
3908 | <fieldValue name='radius' value='0.1500'/> |
3909 | <fieldValue name='displayMode'/> |
3910 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3911 | <fieldValue name='transparency' value='0'/> |
3912 | <fieldValue name='translation' value='-2.59701 -0.92860 -0.00653'/> |
3913 | <fieldValue name='textTranslation' value='-2.44701 -0.92860 -0.00653'/> |
3914 | <fieldValue name='textColor' value='0 0 0'/> |
3915 | </ProtoInstance> |
3916 | <ProtoInstance name='Vertex'> |
3917 | <fieldValue name='vertexText' value='"south"'/> |
3918 | <fieldValue name='description' value='102: south'/> |
3919 | <fieldValue name='url'/> |
3920 | <fieldValue name='radius' value='0.1500'/> |
3921 | <fieldValue name='displayMode'/> |
3922 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3923 | <fieldValue name='transparency' value='0'/> |
3924 | <fieldValue name='translation' value='1.40587 2.44401 -0.36517'/> |
3925 | <fieldValue name='textTranslation' value='1.55587 2.44401 -0.36517'/> |
3926 | <fieldValue name='textColor' value='0 0 0'/> |
3927 | </ProtoInstance> |
3928 | <ProtoInstance name='Vertex'> |
3929 | <fieldValue name='vertexText' value='"space"'/> |
3930 | <fieldValue name='description' value='103: space'/> |
3931 | <fieldValue name='url'/> |
3932 | <fieldValue name='radius' value='0.1500'/> |
3933 | <fieldValue name='displayMode'/> |
3934 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3935 | <fieldValue name='transparency' value='0'/> |
3936 | <fieldValue name='translation' value='0.62570 -2.10434 -1.64376'/> |
3937 | <fieldValue name='textTranslation' value='0.77570 -2.10434 -1.64376'/> |
3938 | <fieldValue name='textColor' value='0 0 0'/> |
3939 | </ProtoInstance> |
3940 | <ProtoInstance name='Vertex'> |
3941 | <fieldValue name='vertexText' value='"staffers"'/> |
3942 | <fieldValue name='description' value='104: staffers'/> |
3943 | <fieldValue name='url'/> |
3944 | <fieldValue name='radius' value='0.1500'/> |
3945 | <fieldValue name='displayMode'/> |
3946 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3947 | <fieldValue name='transparency' value='0'/> |
3948 | <fieldValue name='translation' value='0.62568 -2.10436 -1.64374'/> |
3949 | <fieldValue name='textTranslation' value='0.77568 -2.10436 -1.64374'/> |
3950 | <fieldValue name='textColor' value='0 0 0'/> |
3951 | </ProtoInstance> |
3952 | <ProtoInstance name='Vertex'> |
3953 | <fieldValue name='vertexText' value='"starting"'/> |
3954 | <fieldValue name='description' value='105: starting'/> |
3955 | <fieldValue name='url'/> |
3956 | <fieldValue name='radius' value='0.1500'/> |
3957 | <fieldValue name='displayMode'/> |
3958 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3959 | <fieldValue name='transparency' value='0'/> |
3960 | <fieldValue name='translation' value='1.53325 -2.35746 -0.80379'/> |
3961 | <fieldValue name='textTranslation' value='1.68325 -2.35746 -0.80379'/> |
3962 | <fieldValue name='textColor' value='0 0 0'/> |
3963 | </ProtoInstance> |
3964 | <ProtoInstance name='Vertex'> |
3965 | <fieldValue name='vertexText' value='"store"'/> |
3966 | <fieldValue name='description' value='106: store'/> |
3967 | <fieldValue name='url'/> |
3968 | <fieldValue name='radius' value='0.1500'/> |
3969 | <fieldValue name='displayMode'/> |
3970 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3971 | <fieldValue name='transparency' value='0'/> |
3972 | <fieldValue name='translation' value='0.62161 -2.52399 -1.22991'/> |
3973 | <fieldValue name='textTranslation' value='0.77161 -2.52399 -1.22991'/> |
3974 | <fieldValue name='textColor' value='0 0 0'/> |
3975 | </ProtoInstance> |
3976 | <ProtoInstance name='Vertex'> |
3977 | <fieldValue name='vertexText' value='"supplies"'/> |
3978 | <fieldValue name='description' value='107: supplies'/> |
3979 | <fieldValue name='url'/> |
3980 | <fieldValue name='radius' value='0.1500'/> |
3981 | <fieldValue name='displayMode'/> |
3982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3983 | <fieldValue name='transparency' value='0'/> |
3984 | <fieldValue name='translation' value='2.03172 0.04692 0.75001'/> |
3985 | <fieldValue name='textTranslation' value='2.18172 0.04692 0.75001'/> |
3986 | <fieldValue name='textColor' value='0 0 0'/> |
3987 | </ProtoInstance> |
3988 | <ProtoInstance name='Vertex'> |
3989 | <fieldValue name='vertexText' value='"support"'/> |
3990 | <fieldValue name='description' value='108: support'/> |
3991 | <fieldValue name='url'/> |
3992 | <fieldValue name='radius' value='0.1500'/> |
3993 | <fieldValue name='displayMode'/> |
3994 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3995 | <fieldValue name='transparency' value='0'/> |
3996 | <fieldValue name='translation' value='1.38212 1.39429 0.10298'/> |
3997 | <fieldValue name='textTranslation' value='1.53212 1.39429 0.10298'/> |
3998 | <fieldValue name='textColor' value='0 0 0'/> |
3999 | </ProtoInstance> |
4000 | <ProtoInstance name='Vertex'> |
4001 | <fieldValue name='vertexText' value='"task"'/> |
4002 | <fieldValue name='description' value='109: task'/> |
4003 | <fieldValue name='url'/> |
4004 | <fieldValue name='radius' value='0.1500'/> |
4005 | <fieldValue name='displayMode'/> |
4006 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4007 | <fieldValue name='transparency' value='0'/> |
4008 | <fieldValue name='translation' value='2.60869 0.09011 -1.41833'/> |
4009 | <fieldValue name='textTranslation' value='2.75869 0.09011 -1.41833'/> |
4010 | <fieldValue name='textColor' value='0 0 0'/> |
4011 | </ProtoInstance> |
4012 | <ProtoInstance name='Vertex'> |
4013 | <fieldValue name='vertexText' value='"tax"'/> |
4014 | <fieldValue name='description' value='110: tax'/> |
4015 | <fieldValue name='url'/> |
4016 | <fieldValue name='radius' value='0.1500'/> |
4017 | <fieldValue name='displayMode'/> |
4018 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4019 | <fieldValue name='transparency' value='0'/> |
4020 | <fieldValue name='translation' value='-2.17826 -0.15469 -1.36475'/> |
4021 | <fieldValue name='textTranslation' value='-2.02826 -0.15469 -1.36475'/> |
4022 | <fieldValue name='textColor' value='0 0 0'/> |
4023 | </ProtoInstance> |
4024 | <ProtoInstance name='Vertex'> |
4025 | <fieldValue name='vertexText' value='"team"'/> |
4026 | <fieldValue name='description' value='111: team'/> |
4027 | <fieldValue name='url'/> |
4028 | <fieldValue name='radius' value='0.1500'/> |
4029 | <fieldValue name='displayMode'/> |
4030 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4031 | <fieldValue name='transparency' value='0'/> |
4032 | <fieldValue name='translation' value='1.88294 0.74129 1.02022'/> |
4033 | <fieldValue name='textTranslation' value='2.03294 0.74129 1.02022'/> |
4034 | <fieldValue name='textColor' value='0 0 0'/> |
4035 | </ProtoInstance> |
4036 | <ProtoInstance name='Vertex'> |
4037 | <fieldValue name='vertexText' value='"tents"'/> |
4038 | <fieldValue name='description' value='112: tents'/> |
4039 | <fieldValue name='url'/> |
4040 | <fieldValue name='radius' value='0.1500'/> |
4041 | <fieldValue name='displayMode'/> |
4042 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4043 | <fieldValue name='transparency' value='0'/> |
4044 | <fieldValue name='translation' value='0.45828 -2.66239 -0.85120'/> |
4045 | <fieldValue name='textTranslation' value='0.60828 -2.66239 -0.85120'/> |
4046 | <fieldValue name='textColor' value='0 0 0'/> |
4047 | </ProtoInstance> |
4048 | <ProtoInstance name='Vertex'> |
4049 | <fieldValue name='vertexText' value='"thousands"'/> |
4050 | <fieldValue name='description' value='113: thousands'/> |
4051 | <fieldValue name='url'/> |
4052 | <fieldValue name='radius' value='0.1500'/> |
4053 | <fieldValue name='displayMode'/> |
4054 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4055 | <fieldValue name='transparency' value='0'/> |
4056 | <fieldValue name='translation' value='-0.12744 -0.23617 1.98590'/> |
4057 | <fieldValue name='textTranslation' value='0.02256 -0.23617 1.98590'/> |
4058 | <fieldValue name='textColor' value='0 0 0'/> |
4059 | </ProtoInstance> |
4060 | <ProtoInstance name='Vertex'> |
4061 | <fieldValue name='vertexText' value='"thriving"'/> |
4062 | <fieldValue name='description' value='114: thriving'/> |
4063 | <fieldValue name='url'/> |
4064 | <fieldValue name='radius' value='0.1500'/> |
4065 | <fieldValue name='displayMode'/> |
4066 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4067 | <fieldValue name='transparency' value='0'/> |
4068 | <fieldValue name='translation' value='2.13855 0.23197 1.63657'/> |
4069 | <fieldValue name='textTranslation' value='2.28855 0.23197 1.63657'/> |
4070 | <fieldValue name='textColor' value='0 0 0'/> |
4071 | </ProtoInstance> |
4072 | <ProtoInstance name='Vertex'> |
4073 | <fieldValue name='vertexText' value='"thursday"'/> |
4074 | <fieldValue name='description' value='115: thursday'/> |
4075 | <fieldValue name='url'/> |
4076 | <fieldValue name='radius' value='0.1500'/> |
4077 | <fieldValue name='displayMode'/> |
4078 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4079 | <fieldValue name='transparency' value='0'/> |
4080 | <fieldValue name='translation' value='-2.64728 -0.21640 -0.26322'/> |
4081 | <fieldValue name='textTranslation' value='-2.49728 -0.21640 -0.26322'/> |
4082 | <fieldValue name='textColor' value='0 0 0'/> |
4083 | </ProtoInstance> |
4084 | <ProtoInstance name='Vertex'> |
4085 | <fieldValue name='vertexText' value='"ti"'/> |
4086 | <fieldValue name='description' value='116: ti'/> |
4087 | <fieldValue name='url'/> |
4088 | <fieldValue name='radius' value='0.1500'/> |
4089 | <fieldValue name='displayMode'/> |
4090 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4091 | <fieldValue name='transparency' value='0'/> |
4092 | <fieldValue name='translation' value='0.45824 -2.66236 -0.85126'/> |
4093 | <fieldValue name='textTranslation' value='0.60824 -2.66236 -0.85126'/> |
4094 | <fieldValue name='textColor' value='0 0 0'/> |
4095 | </ProtoInstance> |
4096 | <ProtoInstance name='Vertex'> |
4097 | <fieldValue name='vertexText' value='"town"'/> |
4098 | <fieldValue name='description' value='117: town'/> |
4099 | <fieldValue name='url'/> |
4100 | <fieldValue name='radius' value='0.1500'/> |
4101 | <fieldValue name='displayMode'/> |
4102 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4103 | <fieldValue name='transparency' value='0'/> |
4104 | <fieldValue name='translation' value='-1.09701 0.63064 2.19285'/> |
4105 | <fieldValue name='textTranslation' value='-0.94701 0.63064 2.19285'/> |
4106 | <fieldValue name='textColor' value='0 0 0'/> |
4107 | </ProtoInstance> |
4108 | <ProtoInstance name='Vertex'> |
4109 | <fieldValue name='vertexText' value='"transparency"'/> |
4110 | <fieldValue name='description' value='118: transparency'/> |
4111 | <fieldValue name='url'/> |
4112 | <fieldValue name='radius' value='0.1500'/> |
4113 | <fieldValue name='displayMode'/> |
4114 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4115 | <fieldValue name='transparency' value='0'/> |
4116 | <fieldValue name='translation' value='-2.33385 -1.01994 -0.76473'/> |
4117 | <fieldValue name='textTranslation' value='-2.18385 -1.01994 -0.76473'/> |
4118 | <fieldValue name='textColor' value='0 0 0'/> |
4119 | </ProtoInstance> |
4120 | <ProtoInstance name='Vertex'> |
4121 | <fieldValue name='vertexText' value='"transport"'/> |
4122 | <fieldValue name='description' value='119: transport'/> |
4123 | <fieldValue name='url'/> |
4124 | <fieldValue name='radius' value='0.1500'/> |
4125 | <fieldValue name='displayMode'/> |
4126 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4127 | <fieldValue name='transparency' value='0'/> |
4128 | <fieldValue name='translation' value='-0.86677 -0.98752 2.15453'/> |
4129 | <fieldValue name='textTranslation' value='-0.71677 -0.98752 2.15453'/> |
4130 | <fieldValue name='textColor' value='0 0 0'/> |
4131 | </ProtoInstance> |
4132 | <ProtoInstance name='Vertex'> |
4133 | <fieldValue name='vertexText' value='"treatment"'/> |
4134 | <fieldValue name='description' value='120: treatment'/> |
4135 | <fieldValue name='url'/> |
4136 | <fieldValue name='radius' value='0.1500'/> |
4137 | <fieldValue name='displayMode'/> |
4138 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4139 | <fieldValue name='transparency' value='0'/> |
4140 | <fieldValue name='translation' value='-1.40560 -0.06107 1.00473'/> |
4141 | <fieldValue name='textTranslation' value='-1.25560 -0.06107 1.00473'/> |
4142 | <fieldValue name='textColor' value='0 0 0'/> |
4143 | </ProtoInstance> |
4144 | <ProtoInstance name='Vertex'> |
4145 | <fieldValue name='vertexText' value='"veterans"'/> |
4146 | <fieldValue name='description' value='121: veterans'/> |
4147 | <fieldValue name='url'/> |
4148 | <fieldValue name='radius' value='0.1500'/> |
4149 | <fieldValue name='displayMode'/> |
4150 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4151 | <fieldValue name='transparency' value='0'/> |
4152 | <fieldValue name='translation' value='-2.60963 -0.18766 -0.78635'/> |
4153 | <fieldValue name='textTranslation' value='-2.45963 -0.18766 -0.78635'/> |
4154 | <fieldValue name='textColor' value='0 0 0'/> |
4155 | </ProtoInstance> |
4156 | <ProtoInstance name='Vertex'> |
4157 | <fieldValue name='vertexText' value='"victims"'/> |
4158 | <fieldValue name='description' value='122: victims'/> |
4159 | <fieldValue name='url'/> |
4160 | <fieldValue name='radius' value='0.1500'/> |
4161 | <fieldValue name='displayMode'/> |
4162 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4163 | <fieldValue name='transparency' value='0'/> |
4164 | <fieldValue name='translation' value='2.10127 0.38566 0.86893'/> |
4165 | <fieldValue name='textTranslation' value='2.25127 0.38566 0.86893'/> |
4166 | <fieldValue name='textColor' value='0 0 0'/> |
4167 | </ProtoInstance> |
4168 | <ProtoInstance name='Vertex'> |
4169 | <fieldValue name='vertexText' value='"visions"'/> |
4170 | <fieldValue name='description' value='123: visions'/> |
4171 | <fieldValue name='url'/> |
4172 | <fieldValue name='radius' value='0.1500'/> |
4173 | <fieldValue name='displayMode'/> |
4174 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4175 | <fieldValue name='transparency' value='0'/> |
4176 | <fieldValue name='translation' value='-1.29151 -0.27222 2.36505'/> |
4177 | <fieldValue name='textTranslation' value='-1.14151 -0.27222 2.36505'/> |
4178 | <fieldValue name='textColor' value='0 0 0'/> |
4179 | </ProtoInstance> |
4180 | <ProtoInstance name='Vertex'> |
4181 | <fieldValue name='vertexText' value='"visited"'/> |
4182 | <fieldValue name='description' value='124: visited'/> |
4183 | <fieldValue name='url'/> |
4184 | <fieldValue name='radius' value='0.1500'/> |
4185 | <fieldValue name='displayMode'/> |
4186 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4187 | <fieldValue name='transparency' value='0'/> |
4188 | <fieldValue name='translation' value='0.85292 -2.75546 -0.36897'/> |
4189 | <fieldValue name='textTranslation' value='1.00292 -2.75546 -0.36897'/> |
4190 | <fieldValue name='textColor' value='0 0 0'/> |
4191 | </ProtoInstance> |
4192 | <ProtoInstance name='Vertex'> |
4193 | <fieldValue name='vertexText' value='"wednesday"'/> |
4194 | <fieldValue name='description' value='125: wednesday'/> |
4195 | <fieldValue name='url'/> |
4196 | <fieldValue name='radius' value='0.1500'/> |
4197 | <fieldValue name='displayMode'/> |
4198 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4199 | <fieldValue name='transparency' value='0'/> |
4200 | <fieldValue name='translation' value='-2.75331 0.01528 -0.15994'/> |
4201 | <fieldValue name='textTranslation' value='-2.60331 0.01528 -0.15994'/> |
4202 | <fieldValue name='textColor' value='0 0 0'/> |
4203 | </ProtoInstance> |
4204 | <ProtoInstance name='Vertex'> |
4205 | <fieldValue name='vertexText' value='"world"'/> |
4206 | <fieldValue name='description' value='126: world'/> |
4207 | <fieldValue name='url'/> |
4208 | <fieldValue name='radius' value='0.1500'/> |
4209 | <fieldValue name='displayMode'/> |
4210 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4211 | <fieldValue name='transparency' value='0'/> |
4212 | <fieldValue name='translation' value='-0.97741 -0.19602 2.21626'/> |
4213 | <fieldValue name='textTranslation' value='-0.82741 -0.19602 2.21626'/> |
4214 | <fieldValue name='textColor' value='0 0 0'/> |
4215 | </ProtoInstance> |
4216 | <ProtoInstance name='Vertex'> |
4217 | <fieldValue name='vertexText' value='"wounded"'/> |
4218 | <fieldValue name='description' value='127: wounded'/> |
4219 | <fieldValue name='url'/> |
4220 | <fieldValue name='radius' value='0.1500'/> |
4221 | <fieldValue name='displayMode'/> |
4222 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4223 | <fieldValue name='transparency' value='0'/> |
4224 | <fieldValue name='translation' value='0.23755 0.18906 2.32546'/> |
4225 | <fieldValue name='textTranslation' value='0.38755 0.18906 2.32546'/> |
4226 | <fieldValue name='textColor' value='0 0 0'/> |
4227 | </ProtoInstance> |
4228 | </Scene> |
4229 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2716
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2728
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2740
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2752
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2764
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2776
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2788
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2800
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2812
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2824
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2848
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2860
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2872
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2884
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2896
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2908
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2920
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2932
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2944
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2956
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2980
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2992
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3004
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3016
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3028
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3040
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3052
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3064
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3076
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3088
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3112
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3124
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3136
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3148
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3160
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3172
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3184
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3196
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3208
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3220
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3244
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3256
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3268
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3280
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3292
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3304
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3316
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3328
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3340
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3352
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3376
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3388
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3400
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3412
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3424
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3436
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3448
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3460
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3472
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3484
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3508
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3520
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3532
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3544
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3556
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3568
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3580
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3592
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3604
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3616
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3640
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3652
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3664
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3676
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3688
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3700
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3712
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3724
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3736
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3748
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3760
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3772
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3784
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3796
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3808
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3820
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3832
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3844
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3856
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3868
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3880
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3988
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4000
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4012
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4072
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4084
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4096
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4108
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4120
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4132
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4144
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4156
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4168
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4180
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4192
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4204
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4216
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->