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.75336'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.56683 2.40610 1.45142'/> |
56 | <fieldValue name='coneTranslation' value='-0.56279 2.60233 1.35961'/> |
57 | <fieldValue name='rotation' value='-31.92055 0 -1.40403 0.43799'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.73194'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.74405 2.09193 1.93388'/> |
67 | <fieldValue name='coneTranslation' value='-0.83983 2.10710 2.11559'/> |
68 | <fieldValue name='rotation' value='64.57244 -0.00000 34.03905 1.49708'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='0.68892'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.86009 2.22781 1.71207'/> |
78 | <fieldValue name='coneTranslation' value='-1.01337 2.31500 1.76618'/> |
79 | <fieldValue name='rotation' value='20.20921 -0.00000 57.24671 1.07843'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='0.65303'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.59857 2.15128 1.92495'/> |
89 | <fieldValue name='coneTranslation' value='-0.61118 2.19528 2.08505'/> |
90 | <fieldValue name='rotation' value='62.78655 -0.00000 4.94379 1.30332'/> |
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.38120'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.50262 2.22715 1.68141'/> |
100 | <fieldValue name='coneTranslation' value='-0.49118 2.25319 1.69271'/> |
101 | <fieldValue name='rotation' value='14.07791 0 -14.24625 0.55319'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.68892'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.86009 2.22781 1.71207'/> |
111 | <fieldValue name='coneTranslation' value='-1.01337 2.31500 1.76618'/> |
112 | <fieldValue name='rotation' value='20.20920 -0.00000 57.24671 1.07843'/> |
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.71270'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.76444 2.35212 1.52040'/> |
122 | <fieldValue name='coneTranslation' value='-0.86945 2.51033 1.47046'/> |
123 | <fieldValue name='rotation' value='-18.12516 0 38.11748 0.63381'/> |
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='0.65303'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.59829 2.15132 1.92496'/> |
133 | <fieldValue name='coneTranslation' value='-0.61075 2.19536 2.08507'/> |
134 | <fieldValue name='rotation' value='62.78855 -0.00000 4.88699 1.30317'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='1.20688'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.73323 1.59780 1.26392'/> |
144 | <fieldValue name='coneTranslation' value='-0.85034 1.25449 1.00885'/> |
145 | <fieldValue name='rotation' value='-69.42055 0 31.87500 2.45624'/> |
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.75336'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.56683 2.40610 1.45142'/> |
155 | <fieldValue name='coneTranslation' value='-0.56279 2.60233 1.35961'/> |
156 | <fieldValue name='rotation' value='-31.92055 0 -1.40403 0.43799'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='0.67563'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.46757 2.38134 1.55868'/> |
166 | <fieldValue name='coneTranslation' value='-0.41162 2.54786 1.53113'/> |
167 | <fieldValue name='rotation' value='-10.46811 0 -21.25674 0.35832'/> |
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.67543'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.46857 2.38153 1.55844'/> |
177 | <fieldValue name='coneTranslation' value='-0.41317 2.54810 1.53077'/> |
178 | <fieldValue name='rotation' value='-10.51668 0 -21.05618 0.35593'/> |
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.59680'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.80866 1.93782 1.47783'/> |
188 | <fieldValue name='coneTranslation' value='-0.91756 1.87884 1.41606'/> |
189 | <fieldValue name='rotation' value='-26.63749 0 46.96090 2.01103'/> |
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.59680'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.80866 1.93782 1.47783'/> |
199 | <fieldValue name='coneTranslation' value='-0.91756 1.87884 1.41606'/> |
200 | <fieldValue name='rotation' value='-26.63749 0 46.96090 2.01103'/> |
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.65487'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.39517 2.32545 1.69728'/> |
210 | <fieldValue name='coneTranslation' value='-0.30380 2.45864 1.74138'/> |
211 | <fieldValue name='rotation' value='17.25097 0 -35.73708 0.65098'/> |
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.39302'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.60423 2.14266 1.78895'/> |
221 | <fieldValue name='coneTranslation' value='-0.60987 2.15709 1.82201'/> |
222 | <fieldValue name='rotation' value='35.58618 -0.00000 6.07538 1.16442'/> |
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.74354'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.32544 2.17925 1.86291'/> |
232 | <fieldValue name='coneTranslation' value='-0.18394 2.24434 2.00639'/> |
233 | <fieldValue name='rotation' value='50.37696 0 -49.68272 1.25838'/> |
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.84356'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.20386 2.06862 1.81348'/> |
243 | <fieldValue name='coneTranslation' value='0.02578 2.07089 1.93914'/> |
244 | <fieldValue name='rotation' value='40.49250 0 -73.99878 1.56215'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.73194'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.74405 2.09193 1.93388'/> |
254 | <fieldValue name='coneTranslation' value='-0.83983 2.10710 2.11559'/> |
255 | <fieldValue name='rotation' value='64.57244 -0.00000 34.03905 1.49708'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='0.39151'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.54257 2.25820 1.60873'/> |
265 | <fieldValue name='coneTranslation' value='-0.53685 2.29349 1.60831'/> |
266 | <fieldValue name='rotation' value='-0.45871 0 -6.25700 0.16094'/> |
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.65414'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.39577 2.32457 1.69974'/> |
276 | <fieldValue name='coneTranslation' value='-0.30480 2.45718 1.74506'/> |
277 | <fieldValue name='rotation' value='17.74379 0 -35.61716 0.65393'/> |
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.22844'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.08827 -1.49810 0.58567'/> |
287 | <fieldValue name='coneTranslation' value='-1.51492 -1.58221 0.71684'/> |
288 | <fieldValue name='rotation' value='35.47591 -0.00000 115.38834 1.75706'/> |
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.65048'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.31972 -1.57969 0.23246'/> |
298 | <fieldValue name='coneTranslation' value='-0.22237 -1.67893 0.14314'/> |
299 | <fieldValue name='rotation' value='-35.16442 0 -38.32077 2.21503'/> |
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.68202'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.83288 -1.37288 0.52125'/> |
309 | <fieldValue name='coneTranslation' value='-1.00356 -1.36680 0.58121'/> |
310 | <fieldValue name='rotation' value='22.59196 -0.00000 64.31063 1.53716'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='0.76618'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.20791 -1.53238 0.58935'/> |
320 | <fieldValue name='coneTranslation' value='-0.03121 -1.61858 0.69480'/> |
321 | <fieldValue name='rotation' value='36.21368 0 -60.68344 1.96752'/> |
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.60971'/> |
330 | <fieldValue name='cylinderTranslation' value='-0.56412 -1.67085 0.49812'/> |
331 | <fieldValue name='coneTranslation' value='-0.58920 -1.80698 0.54081'/> |
332 | <fieldValue name='rotation' value='17.96683 -0.00000 10.55843 2.79277'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='1.17162'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.14738 -1.64125 0.78871'/> |
342 | <fieldValue name='coneTranslation' value='0.11716 -1.82798 1.06524'/> |
343 | <fieldValue name='rotation' value='76.08556 0 -72.78824 2.02476'/> |
344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
345 | <fieldValue name='ballRadius' value='0.02'/> |
346 | <fieldValue name='traceEnabled' value='false'/> |
347 | <fieldValue name='displayMode'/> |
348 | <fieldValue name='transparency' value='0'/> |
349 | </ProtoInstance> |
350 | <ProtoInstance name='Arc'> |
351 | <fieldValue name='cylinderHeight' value='1.16776'/> |
352 | <fieldValue name='cylinderTranslation' value='-0.78711 -1.50936 0.90752'/> |
353 | <fieldValue name='coneTranslation' value='-0.98732 -1.60012 1.26995'/> |
354 | <fieldValue name='rotation' value='99.84630 -0.00000 55.15655 1.78657'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='1.07693'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.12693 -1.75871 0.45345'/> |
364 | <fieldValue name='coneTranslation' value='0.14324 -2.02183 0.48519'/> |
365 | <fieldValue name='rotation' value='9.03189 0 -76.87828 2.33955'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='0.62214'/> |
374 | <fieldValue name='cylinderTranslation' value='-0.71194 -1.58759 0.28496'/> |
375 | <fieldValue name='coneTranslation' value='-0.80936 -1.68630 0.22506'/> |
376 | <fieldValue name='rotation' value='-24.66600 0 40.12244 2.28283'/> |
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.72869'/> |
385 | <fieldValue name='cylinderTranslation' value='-0.81383 -1.31948 0.60070'/> |
386 | <fieldValue name='coneTranslation' value='-0.98350 -1.28310 0.70862'/> |
387 | <fieldValue name='rotation' value='38.48359 -0.00000 60.50213 1.39179'/> |
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='1.20345'/> |
396 | <fieldValue name='cylinderTranslation' value='-0.37076 -1.18121 0.95696'/> |
397 | <fieldValue name='coneTranslation' value='-0.26757 -1.03208 1.35974'/> |
398 | <fieldValue name='rotation' value='109.73517 0 -28.11261 1.22642'/> |
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.67333'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.33978 -1.22162 0.64794'/> |
408 | <fieldValue name='coneTranslation' value='-0.24976 -1.13623 0.77370'/> |
409 | <fieldValue name='rotation' value='47.93108 0 -34.30941 1.06631'/> |
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.69522'/> |
418 | <fieldValue name='cylinderTranslation' value='-0.47499 -1.37516 0.06270'/> |
419 | <fieldValue name='coneTranslation' value='-0.45539 -1.37020 -0.12382'/> |
420 | <fieldValue name='rotation' value='-69.11691 0 -7.26605 1.54435'/> |
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.62979'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.76549 -1.51431 0.27535'/> |
430 | <fieldValue name='coneTranslation' value='-0.89051 -1.57823 0.20995'/> |
431 | <fieldValue name='rotation' value='-26.58794 0 50.83267 1.99620'/> |
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.67625'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.83181 -1.43456 0.50365'/> |
441 | <fieldValue name='coneTranslation' value='-1.00065 -1.46101 0.55389'/> |
442 | <fieldValue name='rotation' value='19.07242 -0.00000 64.09769 1.71984'/> |
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.28919'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.49388 -1.41161 0.54921'/> |
452 | <fieldValue name='coneTranslation' value='-0.49574 -1.40870 0.53420'/> |
453 | <fieldValue name='rotation' value='28.18513 0 -3.48800 1.76044'/> |
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.65151'/> |
462 | <fieldValue name='cylinderTranslation' value='-0.30787 -1.50650 0.63145'/> |
463 | <fieldValue name='coneTranslation' value='-0.20435 -1.56866 0.74501'/> |
464 | <fieldValue name='rotation' value='44.63312 0 -40.69075 1.95518'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='1.23643'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.93972 -1.36849 0.85373'/> |
474 | <fieldValue name='coneTranslation' value='-1.25724 -1.35674 1.18388'/> |
475 | <fieldValue name='rotation' value='89.08811 -0.00000 85.67926 1.54515'/> |
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='1.21723'/> |
484 | <fieldValue name='cylinderTranslation' value='-0.74598 -1.20621 0.94085'/> |
485 | <fieldValue name='coneTranslation' value='-0.91895 -1.07491 1.33340'/> |
486 | <fieldValue name='rotation' value='106.51191 -0.00000 46.93097 1.27376'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='1.13358'/> |
495 | <fieldValue name='cylinderTranslation' value='-0.90415 -1.78980 0.35780'/> |
496 | <fieldValue name='coneTranslation' value='-1.18608 -2.08080 0.32156'/> |
497 | <fieldValue name='rotation' value='-10.09814 0 78.56430 2.36792'/> |
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.69929'/> |
506 | <fieldValue name='cylinderTranslation' value='-0.68823 -1.21351 0.65682'/> |
507 | <fieldValue name='coneTranslation' value='-0.78419 -1.12084 0.79162'/> |
508 | <fieldValue name='rotation' value='49.70591 -0.00000 35.38183 1.06029'/> |
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.68734'/> |
517 | <fieldValue name='cylinderTranslation' value='-0.81832 -1.33121 0.55333'/> |
518 | <fieldValue name='coneTranslation' value='-0.98239 -1.30280 0.63085'/> |
519 | <fieldValue name='rotation' value='29.00899 -0.00000 61.39964 1.41553'/> |
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='1.15615'/> |
528 | <fieldValue name='cylinderTranslation' value='-1.02406 -1.64064 0.33356'/> |
529 | <fieldValue name='coneTranslation' value='-1.39488 -1.82600 0.27951'/> |
530 | <fieldValue name='rotation' value='-14.94588 0 102.54689 2.03014'/> |
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='1.13777'/> |
539 | <fieldValue name='cylinderTranslation' value='-0.66064 -1.86042 0.68158'/> |
540 | <fieldValue name='coneTranslation' value='-0.76796 -2.20259 0.87802'/> |
541 | <fieldValue name='rotation' value='54.65972 -0.00000 29.86286 2.56230'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='1.17377'/> |
550 | <fieldValue name='cylinderTranslation' value='-0.14889 -1.64859 0.78677'/> |
551 | <fieldValue name='coneTranslation' value='0.11474 -1.84078 1.06207'/> |
552 | <fieldValue name='rotation' value='75.69725 0 -72.48721 2.03782'/> |
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.70151'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.63769 -1.24145 0.70264'/> |
562 | <fieldValue name='coneTranslation' value='-0.70641 -1.16374 0.86271'/> |
563 | <fieldValue name='rotation' value='58.86979 -0.00000 25.27310 1.15119'/> |
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.75981'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.23497 -1.50542 0.17742'/> |
573 | <fieldValue name='coneTranslation' value='-0.07500 -1.57549 0.04379'/> |
574 | <fieldValue name='rotation' value='-46.17253 0 -55.27118 1.89513'/> |
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.21853'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.45853 -1.47642 0.38230'/> |
584 | <fieldValue name='coneTranslation' value='-0.48305 -1.43367 0.39437'/> |
585 | <fieldValue name='rotation' value='-5.19695 0 -10.55867 2.57290'/> |
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.67162'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.81207 -1.50309 0.49895'/> |
595 | <fieldValue name='coneTranslation' value='-0.96952 -1.56526 0.54642'/> |
596 | <fieldValue name='rotation' value='18.13301 -0.00000 60.14916 1.93221'/> |
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.07029'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.51970 -0.93156 0.12317'/> |
606 | <fieldValue name='coneTranslation' value='-0.52557 -0.61415 -0.07670'/> |
607 | <fieldValue name='rotation' value='-57.02299 0 1.67548 0.56215'/> |
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.11743'/> |
616 | <fieldValue name='cylinderTranslation' value='-0.50874 -1.37297 0.46583'/> |
617 | <fieldValue name='coneTranslation' value='-0.51319 -1.39260 0.36657'/> |
618 | <fieldValue name='rotation' value='11.50913 0 -0.51597 1.37579'/> |
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.75785'/> |
627 | <fieldValue name='cylinderTranslation' value='-0.53653 -1.03186 0.27153'/> |
628 | <fieldValue name='coneTranslation' value='-0.55109 -0.82821 0.19253'/> |
629 | <fieldValue name='rotation' value='-27.35045 0 5.04134 0.37576'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='1.18867'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.60610 -1.76530 0.85452'/> |
639 | <fieldValue name='coneTranslation' value='-0.67536 -2.04370 1.18063'/> |
640 | <fieldValue name='rotation' value='89.24702 -0.00000 18.95494 2.26656'/> |
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='1.21601'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.59950 -1.57081 0.98023'/> |
650 | <fieldValue name='coneTranslation' value='-0.66448 -1.70821 1.40167'/> |
651 | <fieldValue name='rotation' value='114.38972 -0.00000 17.63558 1.88250'/> |
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.62641'/> |
660 | <fieldValue name='cylinderTranslation' value='-0.34861 -1.19389 0.59629'/> |
661 | <fieldValue name='coneTranslation' value='-0.26902 -1.10072 0.68825'/> |
662 | <fieldValue name='rotation' value='37.60001 0 -32.54304 0.91712'/> |
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.68801'/> |
671 | <fieldValue name='cylinderTranslation' value='-0.73701 -1.12474 0.40546'/> |
672 | <fieldValue name='coneTranslation' value='-0.85773 -0.98588 0.40394'/> |
673 | <fieldValue name='rotation' value='-0.56585 0 45.13698 0.71565'/> |
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.56761'/> |
682 | <fieldValue name='cylinderTranslation' value='-0.73698 -1.43235 0.24300'/> |
683 | <fieldValue name='coneTranslation' value='-0.83542 -1.45329 0.17089'/> |
684 | <fieldValue name='rotation' value='-33.05780 0 45.13164 1.74075'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='1.11564'/> |
693 | <fieldValue name='cylinderTranslation' value='-0.77108 -0.89077 0.39983'/> |
694 | <fieldValue name='coneTranslation' value='-0.95633 -0.53877 0.39380'/> |
695 | <fieldValue name='rotation' value='-1.69102 0 51.95085 0.48466'/> |
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.70367'/> |
704 | <fieldValue name='cylinderTranslation' value='-0.54622 -1.21589 0.71519'/> |
705 | <fieldValue name='coneTranslation' value='-0.56524 -1.12403 0.88252'/> |
706 | <fieldValue name='rotation' value='61.38055 -0.00000 6.97839 1.07149'/> |
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='1.08405'/> |
715 | <fieldValue name='cylinderTranslation' value='-0.76531 -1.86019 0.46175'/> |
716 | <fieldValue name='coneTranslation' value='-0.94433 -2.19556 0.49943'/> |
717 | <fieldValue name='rotation' value='10.69254 -0.00000 50.79797 2.64223'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='1.18799'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.87655 -1.71585 0.73928'/> |
727 | <fieldValue name='coneTranslation' value='-1.14339 -1.95805 0.98111'/> |
728 | <fieldValue name='rotation' value='66.19777 -0.00000 73.04465 2.16286'/> |
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='1.18799'/> |
737 | <fieldValue name='cylinderTranslation' value='-0.87655 -1.71585 0.73928'/> |
738 | <fieldValue name='coneTranslation' value='-1.14339 -1.95805 0.98111'/> |
739 | <fieldValue name='rotation' value='66.19777 -0.00000 73.04465 2.16286'/> |
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.73108'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.61333 -1.68778 0.58477'/> |
749 | <fieldValue name='coneTranslation' value='-0.67068 -1.85840 0.68400'/> |
750 | <fieldValue name='rotation' value='35.29606 -0.00000 20.40084 2.55006'/> |
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.76618'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.20791 -1.53238 0.58935'/> |
760 | <fieldValue name='coneTranslation' value='-0.03121 -1.61858 0.69480'/> |
761 | <fieldValue name='rotation' value='36.21368 0 -60.68344 1.96752'/> |
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='1.72004'/> |
770 | <fieldValue name='cylinderTranslation' value='-0.08311 -1.09318 -0.27836'/> |
771 | <fieldValue name='coneTranslation' value='0.26544 -0.85617 -0.83726'/> |
772 | <fieldValue name='rotation' value='-137.32914 0 -85.64319 1.22540'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='1.71208'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.44899 -0.69933 -0.10129'/> |
782 | <fieldValue name='coneTranslation' value='-0.39831 -0.14234 -0.51562'/> |
783 | <fieldValue name='rotation' value='-101.91538 0 -12.46639 0.64314'/> |
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.62568'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.30809 -1.50054 0.61582'/> |
793 | <fieldValue name='coneTranslation' value='-0.20880 -1.55730 0.71721'/> |
794 | <fieldValue name='rotation' value='41.50597 0 -40.64611 1.95130'/> |
795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
796 | <fieldValue name='ballRadius' value='0.02'/> |
797 | <fieldValue name='traceEnabled' value='false'/> |
798 | <fieldValue name='displayMode'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | </ProtoInstance> |
801 | <ProtoInstance name='Arc'> |
802 | <fieldValue name='cylinderHeight' value='1.17825'/> |
803 | <fieldValue name='cylinderTranslation' value='-1.02364 -1.13059 0.55044'/> |
804 | <fieldValue name='coneTranslation' value='-1.39681 -0.94575 0.65399'/> |
805 | <fieldValue name='rotation' value='28.43163 -0.00000 102.46266 1.12548'/> |
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.17162'/> |
814 | <fieldValue name='cylinderTranslation' value='-0.14738 -1.64125 0.78871'/> |
815 | <fieldValue name='coneTranslation' value='0.11716 -1.82798 1.06524'/> |
816 | <fieldValue name='rotation' value='76.08556 0 -72.78824 2.02476'/> |
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='1.13777'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.66064 -1.86042 0.68158'/> |
826 | <fieldValue name='coneTranslation' value='-0.76796 -2.20259 0.87801'/> |
827 | <fieldValue name='rotation' value='54.65940 -0.00000 29.86311 2.56230'/> |
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='1.24892'/> |
836 | <fieldValue name='cylinderTranslation' value='-0.67119 -1.33524 1.00994'/> |
837 | <fieldValue name='coneTranslation' value='-0.79010 -1.29871 1.45743'/> |
838 | <fieldValue name='rotation' value='120.33007 -0.00000 31.97336 1.49207'/> |
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.66550'/> |
847 | <fieldValue name='cylinderTranslation' value='-0.53316 -1.53564 0.11272'/> |
848 | <fieldValue name='coneTranslation' value='-0.54450 -1.61418 -0.04072'/> |
849 | <fieldValue name='rotation' value='-59.11234 0 4.36731 2.04279'/> |
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='1.22844'/> |
858 | <fieldValue name='cylinderTranslation' value='-1.08827 -1.49810 0.58567'/> |
859 | <fieldValue name='coneTranslation' value='-1.51492 -1.58221 0.71684'/> |
860 | <fieldValue name='rotation' value='35.47591 -0.00000 115.38834 1.75706'/> |
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.63031'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.55480 -1.53681 0.68066'/> |
870 | <fieldValue name='coneTranslation' value='-0.57621 -1.61187 0.81475'/> |
871 | <fieldValue name='rotation' value='54.47476 -0.00000 8.69543 2.07575'/> |
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='1.02227'/> |
880 | <fieldValue name='cylinderTranslation' value='-0.52040 -1.38453 0.91934'/> |
881 | <fieldValue name='coneTranslation' value='-0.52663 -1.38466 1.27042'/> |
882 | <fieldValue name='rotation' value='102.21109 -0.00000 1.81491 1.57115'/> |
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.70798'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.80382 -1.56077 0.50118'/> |
892 | <fieldValue name='coneTranslation' value='-0.96412 -1.65745 0.55209'/> |
893 | <fieldValue name='rotation' value='18.57904 -0.00000 58.50001 2.09251'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.71973'/> |
902 | <fieldValue name='cylinderTranslation' value='0.18982 -1.47884 -0.08043'/> |
903 | <fieldValue name='coneTranslation' value='0.76049 -1.55575 -0.47821'/> |
904 | <fieldValue name='rotation' value='-97.74335 0 -140.22834 1.68091'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.78577'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.20158 -1.53967 0.59347'/> |
914 | <fieldValue name='coneTranslation' value='-0.01798 -1.63173 0.70324'/> |
915 | <fieldValue name='rotation' value='37.03709 0 -61.94894 1.97722'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.07510'/> |
924 | <fieldValue name='cylinderTranslation' value='-0.40784 -1.91141 0.38691'/> |
925 | <fieldValue name='coneTranslation' value='-0.33515 -2.28159 0.37190'/> |
926 | <fieldValue name='rotation' value='-4.27470 0 -20.69718 2.94373'/> |
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.42053'/> |
935 | <fieldValue name='cylinderTranslation' value='-0.61622 -1.56596 0.39326'/> |
936 | <fieldValue name='coneTranslation' value='-0.64130 -1.60938 0.38967'/> |
937 | <fieldValue name='rotation' value='-3.00533 0 20.97915 2.61341'/> |
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.71733'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.67446 -1.46076 0.71843'/> |
947 | <fieldValue name='coneTranslation' value='-0.76482 -1.50308 0.89022'/> |
948 | <fieldValue name='rotation' value='62.02849 -0.00000 32.62728 1.78547'/> |
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.71448'/> |
957 | <fieldValue name='cylinderTranslation' value='-0.45378 -1.34419 0.05800'/> |
958 | <fieldValue name='coneTranslation' value='-0.42200 -1.32202 -0.13539'/> |
959 | <fieldValue name='rotation' value='-70.05638 0 -11.50961 1.45815'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.21601'/> |
968 | <fieldValue name='cylinderTranslation' value='-0.59950 -1.57081 0.98023'/> |
969 | <fieldValue name='coneTranslation' value='-0.66448 -1.70821 1.40167'/> |
970 | <fieldValue name='rotation' value='114.38972 -0.00000 17.63558 1.88250'/> |
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.73888'/> |
979 | <fieldValue name='cylinderTranslation' value='-0.64888 -1.25776 0.72694'/> |
980 | <fieldValue name='coneTranslation' value='-0.72687 -1.18599 0.90759'/> |
981 | <fieldValue name='rotation' value='63.73062 -0.00000 27.51155 1.22106'/> |
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.23671'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.47994 -1.42904 0.51329'/> |
991 | <fieldValue name='coneTranslation' value='-0.49098 -1.41332 0.47634'/> |
992 | <fieldValue name='rotation' value='21.00025 0 -6.27775 1.95799'/> |
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.71810'/> |
1001 | <fieldValue name='cylinderTranslation' value='-0.19350 -1.25045 0.30840'/> |
1002 | <fieldValue name='coneTranslation' value='-0.01731 -1.17622 0.25302'/> |
1003 | <fieldValue name='rotation' value='-19.97728 0 -63.56429 1.18864'/> |
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.74803'/> |
1012 | <fieldValue name='cylinderTranslation' value='-0.20479 -1.52310 0.57160'/> |
1013 | <fieldValue name='coneTranslation' value='-0.02938 -1.60250 0.66505'/> |
1014 | <fieldValue name='rotation' value='32.66235 0 -61.30759 1.95086'/> |
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.69261'/> |
1023 | <fieldValue name='cylinderTranslation' value='-0.48570 -1.20146 0.70124'/> |
1024 | <fieldValue name='coneTranslation' value='-0.47191 -1.10307 0.85884'/> |
1025 | <fieldValue name='rotation' value='58.59078 0 -5.12525 1.01441'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='1.20148'/> |
1034 | <fieldValue name='cylinderTranslation' value='-1.00001 -1.29868 0.74702'/> |
1035 | <fieldValue name='coneTranslation' value='-1.35853 -1.23582 0.99553'/> |
1036 | <fieldValue name='rotation' value='67.74638 -0.00000 97.73635 1.42770'/> |
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.90050'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.62498 -0.95073 0.36604'/> |
1046 | <fieldValue name='coneTranslation' value='-0.69824 -0.67121 0.33881'/> |
1047 | <fieldValue name='rotation' value='-8.44936 0 22.73080 0.27267'/> |
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='1.15574'/> |
1056 | <fieldValue name='cylinderTranslation' value='-0.98215 -1.68570 0.55474'/> |
1057 | <fieldValue name='coneTranslation' value='-1.32261 -1.90361 0.66065'/> |
1058 | <fieldValue name='rotation' value='29.29149 -0.00000 94.16418 2.11938'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='1.55943'/> |
1067 | <fieldValue name='cylinderTranslation' value='-0.93963 -0.79162 0.13776'/> |
1068 | <fieldValue name='coneTranslation' value='-1.28004 -0.32052 -0.07725'/> |
1069 | <fieldValue name='rotation' value='-54.10460 0 85.66065 0.70719'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.47745'/> |
1078 | <fieldValue name='cylinderTranslation' value='1.64777 -2.31125 -2.03838'/> |
1079 | <fieldValue name='coneTranslation' value='1.69039 -2.36360 -2.07888'/> |
1080 | <fieldValue name='rotation' value='-24.56565 0 -25.84983 2.29820'/> |
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.88753'/> |
1089 | <fieldValue name='cylinderTranslation' value='1.93234 -2.31084 -1.94027'/> |
1090 | <fieldValue name='coneTranslation' value='2.19696 -2.41208 -1.95607'/> |
1091 | <fieldValue name='rotation' value='-4.94361 0 -82.76467 1.93560'/> |
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.86624'/> |
1100 | <fieldValue name='cylinderTranslation' value='1.83320 -2.44987 -1.92766'/> |
1101 | <fieldValue name='coneTranslation' value='2.03163 -2.63738 -1.93530'/> |
1102 | <fieldValue name='rotation' value='-2.42311 0 -62.93614 2.32753'/> |
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.82989'/> |
1111 | <fieldValue name='cylinderTranslation' value='1.82095 -2.22361 -2.19062'/> |
1112 | <fieldValue name='coneTranslation' value='2.00677 -2.26729 -2.35962'/> |
1113 | <fieldValue name='rotation' value='-55.01395 0 -60.48610 1.74297'/> |
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.50282'/> |
1122 | <fieldValue name='cylinderTranslation' value='1.69141 -2.23771 -2.07697'/> |
1123 | <fieldValue name='coneTranslation' value='1.75428 -2.26869 -2.13566'/> |
1124 | <fieldValue name='rotation' value='-32.28385 0 -34.57913 1.91650'/> |
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.55321'/> |
1133 | <fieldValue name='cylinderTranslation' value='1.27738 -2.26300 -1.99403'/> |
1134 | <fieldValue name='coneTranslation' value='1.17573 -2.30957 -2.02711'/> |
1135 | <fieldValue name='rotation' value='-15.69583 0 48.22694 1.98167'/> |
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.41042'/> |
1144 | <fieldValue name='cylinderTranslation' value='1.59012 -2.12210 -2.10544'/> |
1145 | <fieldValue name='coneTranslation' value='1.60589 -2.11540 -2.14728'/> |
1146 | <fieldValue name='rotation' value='-37.97894 0 -14.32001 1.42202'/> |
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.47065'/> |
1155 | <fieldValue name='cylinderTranslation' value='1.64414 -2.24276 -2.09290'/> |
1156 | <fieldValue name='coneTranslation' value='1.68435 -2.27165 -2.14967'/> |
1157 | <fieldValue name='rotation' value='-35.46992 0 -25.12374 1.96438'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='1.15610'/> |
1166 | <fieldValue name='cylinderTranslation' value='1.00451 -1.97489 -1.71963'/> |
1167 | <fieldValue name='coneTranslation' value='0.63277 -1.84642 -1.57794'/> |
1168 | <fieldValue name='rotation' value='39.18349 -0.00000 102.80225 1.25845'/> |
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.47745'/> |
1177 | <fieldValue name='cylinderTranslation' value='1.64777 -2.31125 -2.03838'/> |
1178 | <fieldValue name='coneTranslation' value='1.69039 -2.36360 -2.07888'/> |
1179 | <fieldValue name='rotation' value='-24.56565 0 -25.84983 2.29820'/> |
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.89859'/> |
1188 | <fieldValue name='cylinderTranslation' value='1.93516 -2.15960 -2.08356'/> |
1189 | <fieldValue name='coneTranslation' value='2.20342 -2.16416 -2.19175'/> |
1190 | <fieldValue name='rotation' value='-33.60310 0 -83.32742 1.58656'/> |
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.50084'/> |
1199 | <fieldValue name='cylinderTranslation' value='1.70307 -2.24363 -2.05821'/> |
1200 | <fieldValue name='coneTranslation' value='1.76970 -2.27653 -2.10972'/> |
1201 | <fieldValue name='rotation' value='-28.53149 0 -36.90934 1.94320'/> |
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.89008'/> |
1210 | <fieldValue name='cylinderTranslation' value='1.94252 -2.28056 -1.95897'/> |
1211 | <fieldValue name='coneTranslation' value='2.21409 -2.36257 -1.98679'/> |
1212 | <fieldValue name='rotation' value='-8.68502 0 -84.80063 1.86263'/> |
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.86624'/> |
1221 | <fieldValue name='cylinderTranslation' value='1.83320 -2.44987 -1.92766'/> |
1222 | <fieldValue name='coneTranslation' value='2.03163 -2.63738 -1.93530'/> |
1223 | <fieldValue name='rotation' value='-2.42311 0 -62.93614 2.32753'/> |
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.47745'/> |
1232 | <fieldValue name='cylinderTranslation' value='1.64777 -2.31125 -2.03838'/> |
1233 | <fieldValue name='coneTranslation' value='1.69039 -2.36360 -2.07888'/> |
1234 | <fieldValue name='rotation' value='-24.56565 0 -25.84983 2.29820'/> |
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.82781'/> |
1243 | <fieldValue name='cylinderTranslation' value='1.84939 -2.23633 -2.14968'/> |
1244 | <fieldValue name='coneTranslation' value='2.05236 -2.28775 -2.29330'/> |
1245 | <fieldValue name='rotation' value='-46.82604 0 -66.17456 1.77471'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='1.59439'/> |
1254 | <fieldValue name='cylinderTranslation' value='1.20474 -1.86292 -1.24235'/> |
1255 | <fieldValue name='coneTranslation' value='0.95394 -1.63145 -0.70426'/> |
1256 | <fieldValue name='rotation' value='134.64013 -0.00000 62.75594 1.19902'/> |
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.64376'/> |
1265 | <fieldValue name='cylinderTranslation' value='1.37353 -1.87868 -2.00272'/> |
1266 | <fieldValue name='coneTranslation' value='1.30062 -1.74096 -2.04656'/> |
1267 | <fieldValue name='rotation' value='-17.43424 0 28.99712 0.55339'/> |
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.64900'/> |
1276 | <fieldValue name='cylinderTranslation' value='1.48608 1.90765 2.39121'/> |
1277 | <fieldValue name='coneTranslation' value='1.64681 1.88378 2.36559'/> |
1278 | <fieldValue name='rotation' value='-10.10651 0 -63.41194 1.71646'/> |
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='0.16556'/> |
1287 | <fieldValue name='cylinderTranslation' value='1.24912 1.96136 2.46157'/> |
1288 | <fieldValue name='coneTranslation' value='1.17440 1.95520 2.44307'/> |
1289 | <fieldValue name='rotation' value='3.96646 0 -16.01949 1.49090'/> |
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.39057'/> |
1298 | <fieldValue name='cylinderTranslation' value='1.22682 1.84815 2.59481'/> |
1299 | <fieldValue name='coneTranslation' value='1.23726 1.82889 2.62247'/> |
1300 | <fieldValue name='rotation' value='30.61475 0 -11.55960 2.14825'/> |
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.15854'/> |
1309 | <fieldValue name='cylinderTranslation' value='1.24203 1.97138 2.46778'/> |
1310 | <fieldValue name='coneTranslation' value='1.16768 1.95445 2.44126'/> |
1311 | <fieldValue name='rotation' value='5.20782 0 -14.60103 1.35954'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='0.55965'/> |
1320 | <fieldValue name='cylinderTranslation' value='1.37907 1.80974 2.55643'/> |
1321 | <fieldValue name='coneTranslation' value='1.46902 1.74764 2.60554'/> |
1322 | <fieldValue name='rotation' value='22.93723 0 -42.00979 2.11557'/> |
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.23080'/> |
1331 | <fieldValue name='cylinderTranslation' value='1.25912 1.92060 2.50525'/> |
1332 | <fieldValue name='coneTranslation' value='1.22430 1.93380 2.48070'/> |
1333 | <fieldValue name='rotation' value='12.70107 0 -18.01917 1.87130'/> |
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.52385'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.42532 1.90091 2.44558'/> |
1343 | <fieldValue name='coneTranslation' value='1.52506 1.87996 2.44707'/> |
1344 | <fieldValue name='rotation' value='0.76749 0 -51.26072 1.77783'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='1.09585'/> |
1353 | <fieldValue name='cylinderTranslation' value='0.66758 2.01351 2.22884'/> |
1354 | <fieldValue name='coneTranslation' value='0.31256 2.05511 2.07811'/> |
1355 | <fieldValue name='rotation' value='-42.57943 0 100.28851 1.46335'/> |
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.12920'/> |
1364 | <fieldValue name='cylinderTranslation' value='1.10609 1.96801 2.43567'/> |
1365 | <fieldValue name='coneTranslation' value='1.19903 1.94843 2.44463'/> |
1366 | <fieldValue name='rotation' value='-1.21317 0 12.58639 1.36408'/> |
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.51256'/> |
1375 | <fieldValue name='cylinderTranslation' value='0.79734 -0.45251 -1.76696'/> |
1376 | <fieldValue name='coneTranslation' value='0.86546 -0.39613 -1.72887'/> |
1377 | <fieldValue name='rotation' value='20.27720 0 -36.26528 0.94520'/> |
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.59008'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.80791 -0.71283 -2.06347'/> |
1387 | <fieldValue name='coneTranslation' value='0.89574 -0.76328 -2.15277'/> |
1388 | <fieldValue name='rotation' value='-39.02340 0 -38.37958 1.95372'/> |
1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1390 | <fieldValue name='ballRadius' value='0.02'/> |
1391 | <fieldValue name='traceEnabled' value='false'/> |
1392 | <fieldValue name='displayMode'/> |
1393 | <fieldValue name='transparency' value='0'/> |
1394 | </ProtoInstance> |
1395 | <ProtoInstance name='Arc'> |
1396 | <fieldValue name='cylinderHeight' value='0.56127'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.72580 -0.37397 -1.98850'/> |
1398 | <fieldValue name='coneTranslation' value='0.77299 -0.27570 -2.04015'/> |
1399 | <fieldValue name='rotation' value='-24.03063 0 -21.95734 0.61868'/> |
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.99304'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.77681 -0.43740 -2.30811'/> |
1409 | <fieldValue name='coneTranslation' value='0.88579 -0.32544 -2.60616'/> |
1410 | <fieldValue name='rotation' value='-87.95213 0 -32.15988 1.23164'/> |
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.17416'/> |
1419 | <fieldValue name='cylinderTranslation' value='0.68491 -0.58055 -1.91683'/> |
1420 | <fieldValue name='coneTranslation' value='0.62721 -0.59901 -1.87623'/> |
1421 | <fieldValue name='rotation' value='-9.69652 0 -13.77872 1.31493'/> |
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.66187'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.47241 -0.67999 -2.15628'/> |
1431 | <fieldValue name='coneTranslation' value='0.39823 -0.71996 -2.30501'/> |
1432 | <fieldValue name='rotation' value='-57.58684 0 28.72070 1.80685'/> |
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.56127'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.72580 -0.37397 -1.98850'/> |
1442 | <fieldValue name='coneTranslation' value='0.77299 -0.27570 -2.04015'/> |
1443 | <fieldValue name='rotation' value='-24.03063 0 -21.95734 0.61868'/> |
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.46716'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.58792 -0.61604 -2.09984'/> |
1453 | <fieldValue name='coneTranslation' value='0.57907 -0.62027 -2.17277'/> |
1454 | <fieldValue name='rotation' value='-46.29912 0 5.61790 1.62840'/> |
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.96394'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.48056 -0.70230 -1.41668'/> |
1464 | <fieldValue name='coneTranslation' value='0.39007 -0.76890 -1.11495'/> |
1465 | <fieldValue name='rotation' value='90.33438 -0.00000 27.09037 1.77917'/> |
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.95099'/> |
1474 | <fieldValue name='cylinderTranslation' value='0.78400 -0.44653 -2.28491'/> |
1475 | <fieldValue name='coneTranslation' value='0.89545 -0.34298 -2.56130'/> |
1476 | <fieldValue name='rotation' value='-83.31174 0 -33.59680 1.23640'/> |
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='1.19532'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.92228 -1.10371 -1.97912'/> |
1486 | <fieldValue name='coneTranslation' value='1.14656 -1.47068 -2.06024'/> |
1487 | <fieldValue name='rotation' value='-22.15421 0 -61.25360 2.56528'/> |
1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1489 | <fieldValue name='ballRadius' value='0.02'/> |
1490 | <fieldValue name='traceEnabled' value='false'/> |
1491 | <fieldValue name='displayMode'/> |
1492 | <fieldValue name='transparency' value='0'/> |
1493 | </ProtoInstance> |
1494 | <ProtoInstance name='Arc'> |
1495 | <fieldValue name='cylinderHeight' value='0.75952'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.37281 -0.82100 -1.67505'/> |
1497 | <fieldValue name='coneTranslation' value='0.23207 -0.94739 -1.56319'/> |
1498 | <fieldValue name='rotation' value='38.66036 -0.00000 48.64094 2.18356'/> |
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.58467'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.72939 -0.50776 -2.12056'/> |
1508 | <fieldValue name='coneTranslation' value='0.78071 -0.46483 -2.23473'/> |
1509 | <fieldValue name='rotation' value='-50.44259 0 -22.67488 1.24042'/> |
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.66153'/> |
1518 | <fieldValue name='cylinderTranslation' value='0.38474 -0.81889 -1.77278'/> |
1519 | <fieldValue name='coneTranslation' value='0.26534 -0.93056 -1.72345'/> |
1520 | <fieldValue name='rotation' value='19.11312 -0.00000 46.25487 2.28357'/> |
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.99304'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.77679 -0.43741 -2.30812'/> |
1530 | <fieldValue name='coneTranslation' value='0.88577 -0.32546 -2.60618'/> |
1531 | <fieldValue name='rotation' value='-87.95389 0 -32.15669 1.23166'/> |
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.81894'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.61762 -0.26082 -1.64284'/> |
1541 | <fieldValue name='coneTranslation' value='0.61861 -0.05259 -1.50545'/> |
1542 | <fieldValue name='rotation' value='45.10107 0 -0.32235 0.58325'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='0.84385'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.19413 0.76384 -1.56557'/> |
1552 | <fieldValue name='coneTranslation' value='0.41746 0.83693 -1.68128'/> |
1553 | <fieldValue name='rotation' value='-37.27851 0 -71.94890 1.28800'/> |
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.58449'/> |
1562 | <fieldValue name='cylinderTranslation' value='-0.31208 0.87661 -1.48322'/> |
1563 | <fieldValue name='coneTranslation' value='-0.37836 0.98091 -1.53030'/> |
1564 | <fieldValue name='rotation' value='-20.80837 0 29.29412 0.66209'/> |
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.27761'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.22177 0.76375 -1.42685'/> |
1574 | <fieldValue name='coneTranslation' value='-0.21320 0.74579 -1.41957'/> |
1575 | <fieldValue name='rotation' value='-9.53477 0 11.23225 0.55945'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.56969'/> |
1584 | <fieldValue name='cylinderTranslation' value='-0.13421 0.87724 -1.54267'/> |
1585 | <fieldValue name='coneTranslation' value='-0.12045 0.97854 -1.61433'/> |
1586 | <fieldValue name='rotation' value='-32.69939 0 -6.27991 0.62423'/> |
1587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1588 | <fieldValue name='ballRadius' value='0.02'/> |
1589 | <fieldValue name='traceEnabled' value='false'/> |
1590 | <fieldValue name='displayMode'/> |
1591 | <fieldValue name='transparency' value='0'/> |
1592 | </ProtoInstance> |
1593 | <ProtoInstance name='Arc'> |
1594 | <fieldValue name='cylinderHeight' value='0.93505'/> |
1595 | <fieldValue name='cylinderTranslation' value='-0.29971 1.01549 -1.63246'/> |
1596 | <fieldValue name='coneTranslation' value='-0.38792 1.25846 -1.79905'/> |
1597 | <fieldValue name='rotation' value='-50.65581 0 26.82015 0.65985'/> |
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.34572'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.26730 0.73553 -1.27173'/> |
1607 | <fieldValue name='coneTranslation' value='-0.27487 0.74218 -1.26373'/> |
1608 | <fieldValue name='rotation' value='21.48984 -0.00000 20.33771 1.02714'/> |
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.55683'/> |
1617 | <fieldValue name='cylinderTranslation' value='-0.19307 0.87797 -1.53084'/> |
1618 | <fieldValue name='coneTranslation' value='-0.20474 0.97658 -1.59535'/> |
1619 | <fieldValue name='rotation' value='-30.33370 0 5.49096 0.58669'/> |
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.34001'/> |
1628 | <fieldValue name='cylinderTranslation' value='-0.04386 0.71937 -1.47250'/> |
1629 | <fieldValue name='coneTranslation' value='-0.03670 0.72368 -1.47799'/> |
1630 | <fieldValue name='rotation' value='-18.66530 0 -24.35026 1.12524'/> |
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.93475'/> |
1639 | <fieldValue name='cylinderTranslation' value='-0.14940 1.02483 -1.65257'/> |
1640 | <fieldValue name='coneTranslation' value='-0.13874 1.27391 -1.83237'/> |
1641 | <fieldValue name='rotation' value='-54.67907 0 -3.24222 0.62610'/> |
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='1.69658'/> |
1650 | <fieldValue name='cylinderTranslation' value='-0.34685 0.08367 -0.77056'/> |
1651 | <fieldValue name='coneTranslation' value='-0.49390 -0.37268 -0.27674'/> |
1652 | <fieldValue name='rotation' value='121.72325 -0.00000 36.24659 2.29565'/> |
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.54507'/> |
1661 | <fieldValue name='cylinderTranslation' value='-0.20255 0.87584 -1.52107'/> |
1662 | <fieldValue name='coneTranslation' value='-0.21780 0.97070 -1.57966'/> |
1663 | <fieldValue name='rotation' value='-28.37817 0 7.38766 0.56805'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='1.52711'/> |
1672 | <fieldValue name='cylinderTranslation' value='-0.21637 -0.11008 -1.28634'/> |
1673 | <fieldValue name='coneTranslation' value='-0.25648 -0.70781 -1.21297'/> |
1674 | <fieldValue name='rotation' value='18.56636 -0.00000 10.15040 3.00258'/> |
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.90594'/> |
1683 | <fieldValue name='cylinderTranslation' value='-0.20786 1.00062 -1.65796'/> |
1684 | <fieldValue name='coneTranslation' value='-0.23518 1.22991 -1.83827'/> |
1685 | <fieldValue name='rotation' value='-55.75628 0 8.44944 0.67191'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='1.03697'/> |
1694 | <fieldValue name='cylinderTranslation' value='-0.27614 0.31590 -0.99502'/> |
1695 | <fieldValue name='coneTranslation' value='-0.35255 0.08759 -0.72941'/> |
1696 | <fieldValue name='rotation' value='76.83087 -0.00000 22.10471 2.26123'/> |
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.56377'/> |
1705 | <fieldValue name='cylinderTranslation' value='-0.18970 0.88092 -1.53327'/> |
1706 | <fieldValue name='coneTranslation' value='-0.20012 0.98244 -1.59989'/> |
1707 | <fieldValue name='rotation' value='-30.81782 0 4.81800 0.58630'/> |
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.55761'/> |
1716 | <fieldValue name='cylinderTranslation' value='-0.19039 0.87768 -1.53246'/> |
1717 | <fieldValue name='coneTranslation' value='-0.20095 0.97636 -1.59777'/> |
1718 | <fieldValue name='rotation' value='-30.65596 0 4.95544 0.59066'/> |
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.42586'/> |
1727 | <fieldValue name='cylinderTranslation' value='-0.18859 0.82128 -1.49803'/> |
1728 | <fieldValue name='coneTranslation' value='-0.19430 0.86482 -1.52757'/> |
1729 | <fieldValue name='rotation' value='-23.76993 0 4.59567 0.60469'/> |
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.67803'/> |
1738 | <fieldValue name='cylinderTranslation' value='-0.46957 0.75499 -1.27582'/> |
1739 | <fieldValue name='coneTranslation' value='-0.63008 0.81249 -1.22124'/> |
1740 | <fieldValue name='rotation' value='20.67139 -0.00000 60.79214 1.24383'/> |
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.96790'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.22681 0.36353 -1.39826'/> |
1750 | <fieldValue name='coneTranslation' value='0.48950 0.17438 -1.41103'/> |
1751 | <fieldValue name='rotation' value='-3.81621 0 -78.48480 2.19431'/> |
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='1.02854'/> |
1760 | <fieldValue name='cylinderTranslation' value='2.26639 -0.65436 -0.14995'/> |
1761 | <fieldValue name='coneTranslation' value='2.59858 -0.63177 -0.02892'/> |
1762 | <fieldValue name='rotation' value='35.13739 0 -96.44323 1.50696'/> |
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.80028'/> |
1771 | <fieldValue name='cylinderTranslation' value='1.53192 -0.73789 -0.01920'/> |
1772 | <fieldValue name='coneTranslation' value='1.38053 -0.76832 0.16471'/> |
1773 | <fieldValue name='rotation' value='61.28816 -0.00000 50.45165 1.69788'/> |
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.59905'/> |
1782 | <fieldValue name='cylinderTranslation' value='2.04436 -0.54297 -0.29056'/> |
1783 | <fieldValue name='coneTranslation' value='2.16555 -0.47580 -0.27422'/> |
1784 | <fieldValue name='rotation' value='7.01546 0 -52.03572 1.06853'/> |
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='1.04505'/> |
1793 | <fieldValue name='cylinderTranslation' value='2.20410 -0.37928 -0.36915'/> |
1794 | <fieldValue name='coneTranslation' value='2.49544 -0.16566 -0.39933'/> |
1795 | <fieldValue name='rotation' value='-8.70214 0 -83.98511 0.94067'/> |
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.16390'/> |
1804 | <fieldValue name='cylinderTranslation' value='1.85350 -0.69690 -0.36825'/> |
1805 | <fieldValue name='coneTranslation' value='1.78747 -0.68763 -0.32766'/> |
1806 | <fieldValue name='rotation' value='-8.52240 0 -13.86369 1.68980'/> |
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='1.29679'/> |
1815 | <fieldValue name='cylinderTranslation' value='1.57757 -1.09902 0.13055'/> |
1816 | <fieldValue name='coneTranslation' value='1.42195 -1.40924 0.47417'/> |
1817 | <fieldValue name='rotation' value='91.23749 -0.00000 41.32049 2.25905'/> |
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.99208'/> |
1826 | <fieldValue name='cylinderTranslation' value='2.19402 -0.41259 -0.27374'/> |
1827 | <fieldValue name='coneTranslation' value='2.47167 -0.22658 -0.23859'/> |
1828 | <fieldValue name='rotation' value='10.37845 0 -81.96862 0.98419'/> |
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.96199'/> |
1837 | <fieldValue name='cylinderTranslation' value='2.16927 -0.77331 -0.05061'/> |
1838 | <fieldValue name='coneTranslation' value='2.42627 -0.83080 0.13292'/> |
1839 | <fieldValue name='rotation' value='55.00457 0 -77.01957 1.75086'/> |
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='1.02854'/> |
1848 | <fieldValue name='cylinderTranslation' value='2.26639 -0.65436 -0.14995'/> |
1849 | <fieldValue name='coneTranslation' value='2.59858 -0.63177 -0.02892'/> |
1850 | <fieldValue name='rotation' value='35.13739 0 -96.44323 1.50696'/> |
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.85067'/> |
1859 | <fieldValue name='cylinderTranslation' value='2.20506 -0.67245 -0.38525'/> |
1860 | <fieldValue name='coneTranslation' value='2.46761 -0.66327 -0.42244'/> |
1861 | <fieldValue name='rotation' value='-11.92293 0 -84.17615 1.53618'/> |
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.85038'/> |
1870 | <fieldValue name='cylinderTranslation' value='2.20552 -0.67683 -0.38173'/> |
1871 | <fieldValue name='coneTranslation' value='2.46831 -0.67039 -0.41671'/> |
1872 | <fieldValue name='rotation' value='-11.21856 0 -84.26918 1.54648'/> |
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='1.09794'/> |
1881 | <fieldValue name='cylinderTranslation' value='1.33019 -0.88662 -0.56119'/> |
1882 | <fieldValue name='coneTranslation' value='1.00853 -1.02794 -0.72809'/> |
1883 | <fieldValue name='rotation' value='-47.11066 0 90.79652 1.94263'/> |
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='1.04403'/> |
1892 | <fieldValue name='cylinderTranslation' value='2.21411 -0.46916 -0.12532'/> |
1893 | <fieldValue name='coneTranslation' value='2.51227 -0.31797 0.01361'/> |
1894 | <fieldValue name='rotation' value='40.06418 0 -85.98670 1.13996'/> |
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.63155'/> |
1903 | <fieldValue name='cylinderTranslation' value='1.92949 -0.83023 -0.08453'/> |
1904 | <fieldValue name='coneTranslation' value='2.00118 -0.90080 0.03441'/> |
1905 | <fieldValue name='rotation' value='48.22100 0 -29.06291 2.04097'/> |
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.59717'/> |
1914 | <fieldValue name='cylinderTranslation' value='2.05294 -0.58874 -0.24061'/> |
1915 | <fieldValue name='coneTranslation' value='2.17769 -0.54305 -0.20114'/> |
1916 | <fieldValue name='rotation' value='17.00605 0 -53.75317 1.23486'/> |
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.85698'/> |
1925 | <fieldValue name='cylinderTranslation' value='2.19019 -0.59789 -0.42950'/> |
1926 | <fieldValue name='coneTranslation' value='2.44459 -0.54194 -0.49457'/> |
1927 | <fieldValue name='rotation' value='-20.77197 0 -81.20226 1.36089'/> |
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.84964'/> |
1936 | <fieldValue name='cylinderTranslation' value='2.20649 -0.68849 -0.37170'/> |
1937 | <fieldValue name='coneTranslation' value='2.46975 -0.68931 -0.40041'/> |
1938 | <fieldValue name='rotation' value='-9.21223 0 -84.46274 1.57389'/> |
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.85726'/> |
1947 | <fieldValue name='cylinderTranslation' value='2.18928 -0.59463 -0.43075'/> |
1948 | <fieldValue name='coneTranslation' value='2.44317 -0.53663 -0.49663'/> |
1949 | <fieldValue name='rotation' value='-21.02357 0 -81.02157 1.35319'/> |
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.98725'/> |
1958 | <fieldValue name='cylinderTranslation' value='2.21243 -0.50691 -0.15899'/> |
1959 | <fieldValue name='coneTranslation' value='2.50187 -0.38507 -0.04637'/> |
1960 | <fieldValue name='rotation' value='33.32862 0 -85.65046 1.19697'/> |
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='1.28157'/> |
1969 | <fieldValue name='cylinderTranslation' value='1.33757 -1.13025 -0.44739'/> |
1970 | <fieldValue name='coneTranslation' value='1.00248 -1.46269 -0.53875'/> |
1971 | <fieldValue name='rotation' value='-24.35106 0 89.32174 2.33431'/> |
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.99207'/> |
1980 | <fieldValue name='cylinderTranslation' value='2.19407 -0.41228 -0.27591'/> |
1981 | <fieldValue name='coneTranslation' value='2.47175 -0.22606 -0.24222'/> |
1982 | <fieldValue name='rotation' value='9.94593 0 -81.97912 0.98343'/> |
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='1.79578'/> |
1991 | <fieldValue name='cylinderTranslation' value='0.95425 -0.90186 -0.05856'/> |
1992 | <fieldValue name='coneTranslation' value='0.27221 -1.07830 0.16092'/> |
1993 | <fieldValue name='rotation' value='53.41500 -0.00000 165.98580 1.81225'/> |
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.58283'/> |
2002 | <fieldValue name='cylinderTranslation' value='1.84033 -0.80647 -0.58552'/> |
2003 | <fieldValue name='coneTranslation' value='1.86565 -0.86026 -0.70271'/> |
2004 | <fieldValue name='rotation' value='-51.97634 0 -11.23039 1.99256'/> |
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='1.77170'/> |
2013 | <fieldValue name='cylinderTranslation' value='1.20171 -0.30311 -0.87149'/> |
2014 | <fieldValue name='coneTranslation' value='0.72444 0.01159 -1.31875'/> |
2015 | <fieldValue name='rotation' value='-109.17017 0 116.49418 1.12236'/> |
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.59906'/> |
2024 | <fieldValue name='cylinderTranslation' value='2.04437 -0.54284 -0.29121'/> |
2025 | <fieldValue name='coneTranslation' value='2.16558 -0.47561 -0.27517'/> |
2026 | <fieldValue name='rotation' value='6.88601 0 -52.03884 1.06803'/> |
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.98749'/> |
2035 | <fieldValue name='cylinderTranslation' value='0.23593 -1.78577 0.39001'/> |
2036 | <fieldValue name='coneTranslation' value='-0.01015 -1.77851 0.16467'/> |
2037 | <fieldValue name='rotation' value='-66.67449 0 72.80945 1.54903'/> |
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.51979'/> |
2046 | <fieldValue name='cylinderTranslation' value='0.34774 -1.73846 0.74690'/> |
2047 | <fieldValue name='coneTranslation' value='0.25079 -1.71614 0.75594'/> |
2048 | <fieldValue name='rotation' value='4.70360 -0.00000 50.44678 1.34552'/> |
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.59669'/> |
2057 | <fieldValue name='cylinderTranslation' value='0.40827 -1.84733 0.94626'/> |
2058 | <fieldValue name='coneTranslation' value='0.31937 -1.87089 1.04961'/> |
2059 | <fieldValue name='rotation' value='44.57548 -0.00000 38.34198 1.74195'/> |
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='1.01603'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.87313 -2.03949 1.07613'/> |
2069 | <fieldValue name='coneTranslation' value='1.06025 -2.20595 1.31778'/> |
2070 | <fieldValue name='rotation' value='70.54888 0 -54.63000 2.06951'/> |
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.53021'/> |
2079 | <fieldValue name='cylinderTranslation' value='0.42872 -1.96479 0.61100'/> |
2080 | <fieldValue name='coneTranslation' value='0.36082 -2.03151 0.56644'/> |
2081 | <fieldValue name='rotation' value='-22.47818 0 34.25195 2.25851'/> |
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.94636'/> |
2090 | <fieldValue name='cylinderTranslation' value='1.02719 -1.85209 0.91909'/> |
2091 | <fieldValue name='coneTranslation' value='1.30995 -1.88888 1.04862'/> |
2092 | <fieldValue name='rotation' value='39.14100 0 -85.44248 1.68853'/> |
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.73591'/> |
2101 | <fieldValue name='cylinderTranslation' value='0.24778 -1.71259 0.78900'/> |
2102 | <fieldValue name='coneTranslation' value='0.04873 -1.66515 0.82609'/> |
2103 | <fieldValue name='rotation' value='13.12304 -0.00000 70.43947 1.34068'/> |
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.83348'/> |
2112 | <fieldValue name='cylinderTranslation' value='0.98547 -1.65369 0.65506'/> |
2113 | <fieldValue name='coneTranslation' value='1.22297 -1.56571 0.61297'/> |
2114 | <fieldValue name='rotation' value='-13.66488 0 -77.09938 1.22100'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='0.59842'/> |
2123 | <fieldValue name='cylinderTranslation' value='0.40676 -1.85467 0.94432'/> |
2124 | <fieldValue name='coneTranslation' value='0.31687 -1.88172 1.04712'/> |
2125 | <fieldValue name='rotation' value='44.18718 -0.00000 38.64301 1.76640'/> |
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.97180'/> |
2134 | <fieldValue name='cylinderTranslation' value='0.32068 -1.71150 0.33497'/> |
2135 | <fieldValue name='coneTranslation' value='0.13336 -1.65448 0.07446'/> |
2136 | <fieldValue name='rotation' value='-77.68261 0 55.85904 1.39493'/> |
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.38995'/> |
2145 | <fieldValue name='cylinderTranslation' value='0.70089 -1.89056 0.86118'/> |
2146 | <fieldValue name='coneTranslation' value='0.71899 -1.90744 0.88589'/> |
2147 | <fieldValue name='rotation' value='27.55801 0 -20.18276 2.07416'/> |
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='1.01603'/> |
2156 | <fieldValue name='cylinderTranslation' value='0.87313 -2.03949 1.07613'/> |
2157 | <fieldValue name='coneTranslation' value='1.06025 -2.20595 1.31778'/> |
2158 | <fieldValue name='rotation' value='70.54888 0 -54.63000 2.06951'/> |
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.94636'/> |
2167 | <fieldValue name='cylinderTranslation' value='1.02719 -1.85209 0.91909'/> |
2168 | <fieldValue name='coneTranslation' value='1.30995 -1.88888 1.04862'/> |
2169 | <fieldValue name='rotation' value='39.14100 0 -85.44248 1.68853'/> |
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.51979'/> |
2178 | <fieldValue name='cylinderTranslation' value='0.34774 -1.73846 0.74690'/> |
2179 | <fieldValue name='coneTranslation' value='0.25079 -1.71614 0.75594'/> |
2180 | <fieldValue name='rotation' value='4.70360 -0.00000 50.44678 1.34552'/> |
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.73425'/> |
2189 | <fieldValue name='cylinderTranslation' value='0.24756 -1.70662 0.77337'/> |
2190 | <fieldValue name='coneTranslation' value='0.04873 -1.65590 0.80156'/> |
2191 | <fieldValue name='rotation' value='9.99589 -0.00000 70.48411 1.32341'/> |
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.59669'/> |
2200 | <fieldValue name='cylinderTranslation' value='0.40827 -1.84733 0.94626'/> |
2201 | <fieldValue name='coneTranslation' value='0.31937 -1.87089 1.04961'/> |
2202 | <fieldValue name='rotation' value='44.57548 -0.00000 38.34198 1.74195'/> |
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.50522'/> |
2211 | <fieldValue name='cylinderTranslation' value='0.35407 -1.74575 0.75102'/> |
2212 | <fieldValue name='coneTranslation' value='0.26392 -1.72714 0.76115'/> |
2213 | <fieldValue name='rotation' value='5.52701 -0.00000 49.18128 1.36846'/> |
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.51623'/> |
2222 | <fieldValue name='cylinderTranslation' value='0.35086 -1.72919 0.72915'/> |
2223 | <fieldValue name='coneTranslation' value='0.25617 -1.70359 0.73134'/> |
2224 | <fieldValue name='rotation' value='1.15227 -0.00000 49.82263 1.30690'/> |
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='1.22790'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.17427 -1.61134 -0.53328'/> |
2234 | <fieldValue name='coneTranslation' value='-0.14014 -1.73237 -0.09710'/> |
2235 | <fieldValue name='rotation' value='117.98537 0 -9.23061 1.84066'/> |
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.68097'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.39970 -1.47556 -1.41133'/> |
2245 | <fieldValue name='coneTranslation' value='-0.49472 -1.49035 -1.56406'/> |
2246 | <fieldValue name='rotation' value='-57.62386 0 35.85451 1.65283'/> |
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='1.11002'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.41117 -1.75849 -1.54159'/> |
2256 | <fieldValue name='coneTranslation' value='-0.54693 -1.97971 -1.83935'/> |
2257 | <fieldValue name='rotation' value='-83.67523 0 38.14978 2.16522'/> |
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='1.05363'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.01519 -1.80379 -1.45274'/> |
2267 | <fieldValue name='coneTranslation' value='0.12770 -2.05175 -1.68219'/> |
2268 | <fieldValue name='rotation' value='-65.90554 0 -41.04561 2.31312'/> |
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='1.09478'/> |
2277 | <fieldValue name='cylinderTranslation' value='-0.50447 -1.51161 -1.58675'/> |
2278 | <fieldValue name='coneTranslation' value='-0.70548 -1.55687 -1.91479'/> |
2279 | <fieldValue name='rotation' value='-92.70669 0 56.80875 1.68789'/> |
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.59301'/> |
2288 | <fieldValue name='cylinderTranslation' value='-0.20884 -1.44208 -1.41944'/> |
2289 | <fieldValue name='coneTranslation' value='-0.20351 -1.43951 -1.55581'/> |
2290 | <fieldValue name='rotation' value='-59.24507 0 -2.31592 1.55198'/> |
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.87204'/> |
2299 | <fieldValue name='cylinderTranslation' value='-0.32954 -1.40681 -0.70305'/> |
2300 | <fieldValue name='coneTranslation' value='-0.39862 -1.38096 -0.43706'/> |
2301 | <fieldValue name='rotation' value='84.03287 -0.00000 21.82411 1.47698'/> |
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.25242'/> |
2310 | <fieldValue name='cylinderTranslation' value='-0.25909 -1.35097 -1.19452'/> |
2311 | <fieldValue name='coneTranslation' value='-0.24873 -1.37686 -1.17543'/> |
2312 | <fieldValue name='rotation' value='-14.26172 0 7.73270 0.69804'/> |
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.57413'/> |
2321 | <fieldValue name='cylinderTranslation' value='-0.36153 -1.69240 -1.07225'/> |
2322 | <fieldValue name='coneTranslation' value='-0.42400 -1.80073 -1.04969'/> |
2323 | <fieldValue name='rotation' value='10.19235 -0.00000 28.22226 2.59165'/> |
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.58771'/> |
2332 | <fieldValue name='cylinderTranslation' value='0.06631 -1.48447 -1.17594'/> |
2333 | <fieldValue name='coneTranslation' value='0.19692 -1.50123 -1.19996'/> |
2334 | <fieldValue name='rotation' value='-10.54564 0 -57.34616 1.69637'/> |
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.62336'/> |
2343 | <fieldValue name='cylinderTranslation' value='-0.31323 -1.58865 -1.38523'/> |
2344 | <fieldValue name='coneTranslation' value='-0.35839 -1.65726 -1.51275'/> |
2345 | <fieldValue name='rotation' value='-52.40416 0 18.56144 2.04018'/> |
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.63507'/> |
2354 | <fieldValue name='cylinderTranslation' value='-0.08286 -1.65895 -1.31625'/> |
2355 | <fieldValue name='coneTranslation' value='-0.01461 -1.76377 -1.41202'/> |
2356 | <fieldValue name='rotation' value='-38.60750 0 -27.51304 2.29881'/> |
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='1.06803'/> |
2365 | <fieldValue name='cylinderTranslation' value='-0.33090 -1.87589 -1.42252'/> |
2366 | <fieldValue name='coneTranslation' value='-0.40828 -2.17581 -1.63215'/> |
2367 | <fieldValue name='rotation' value='-59.86184 0 22.09555 2.50127'/> |
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.65973'/> |
2376 | <fieldValue name='cylinderTranslation' value='-0.46070 -1.43308 -1.34874'/> |
2377 | <fieldValue name='coneTranslation' value='-0.58443 -1.42556 -1.46488'/> |
2378 | <fieldValue name='rotation' value='-45.10625 0 48.05524 1.52656'/> |
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='1.11577'/> |
2387 | <fieldValue name='cylinderTranslation' value='-0.08952 -1.53707 -0.58833'/> |
2388 | <fieldValue name='coneTranslation' value='0.00384 -1.60084 -0.20684'/> |
2389 | <fieldValue name='rotation' value='106.97725 0 -26.18102 1.73176'/> |
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.88771'/> |
2398 | <fieldValue name='cylinderTranslation' value='0.13504 -1.62246 -1.32346'/> |
2399 | <fieldValue name='coneTranslation' value='0.36236 -1.73424 -1.45153'/> |
2400 | <fieldValue name='rotation' value='-40.05021 0 -71.09187 1.97558'/> |
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.61898'/> |
2409 | <fieldValue name='cylinderTranslation' value='-0.28653 -1.54419 -1.40973'/> |
2410 | <fieldValue name='coneTranslation' value='-0.31846 -1.59081 -1.54813'/> |
2411 | <fieldValue name='rotation' value='-57.30442 0 13.22193 1.88798'/> |
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.57559'/> |
2420 | <fieldValue name='cylinderTranslation' value='-0.42574 -1.64891 -1.11032'/> |
2421 | <fieldValue name='coneTranslation' value='-0.51692 -1.73828 -1.10460'/> |
2422 | <fieldValue name='rotation' value='2.57762 -0.00000 41.06444 2.34520'/> |
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.63396'/> |
2431 | <fieldValue name='cylinderTranslation' value='-0.26929 -1.69706 -1.31266'/> |
2432 | <fieldValue name='coneTranslation' value='-0.29349 -1.82057 -1.40648'/> |
2433 | <fieldValue name='rotation' value='-37.88899 0 9.77283 2.47639'/> |
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='1.13729'/> |
2442 | <fieldValue name='cylinderTranslation' value='-0.55979 -1.58815 -1.55732'/> |
2443 | <fieldValue name='coneTranslation' value='-0.80367 -1.68911 -1.86929'/> |
2444 | <fieldValue name='rotation' value='-86.82204 0 67.87359 1.82044'/> |
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='1.05526'/> |
2453 | <fieldValue name='cylinderTranslation' value='-0.53191 -1.83476 -1.30075'/> |
2454 | <fieldValue name='coneTranslation' value='-0.74895 -2.10447 -1.42446'/> |
2455 | <fieldValue name='rotation' value='-35.50820 0 62.29807 2.39448'/> |
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='1.25236'/> |
2464 | <fieldValue name='cylinderTranslation' value='-0.59466 -0.97689 -0.94881'/> |
2465 | <fieldValue name='coneTranslation' value='-0.87328 -0.62641 -0.81896'/> |
2466 | <fieldValue name='rotation' value='34.88121 -0.00000 74.84798 0.71998'/> |
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='1.11002'/> |
2475 | <fieldValue name='cylinderTranslation' value='-0.41117 -1.75849 -1.54159'/> |
2476 | <fieldValue name='coneTranslation' value='-0.54693 -1.97971 -1.83935'/> |
2477 | <fieldValue name='rotation' value='-83.67523 0 38.14978 2.16522'/> |
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.67634'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.49670 -1.28942 -1.23717'/> |
2487 | <fieldValue name='coneTranslation' value='-0.64227 -1.20605 -1.29721'/> |
2488 | <fieldValue name='rotation' value='-22.79187 0 55.25614 1.08384'/> |
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.58749'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.24377 -1.15696 -1.15836'/> |
2498 | <fieldValue name='coneTranslation' value='-0.25440 -1.02461 -1.17437'/> |
2499 | <fieldValue name='rotation' value='-7.03011 0 4.66946 0.14415'/> |
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.67172'/> |
2508 | <fieldValue name='cylinderTranslation' value='-0.28160 -1.71678 -1.31461'/> |
2509 | <fieldValue name='coneTranslation' value='-0.31363 -1.85769 -1.41483'/> |
2510 | <fieldValue name='rotation' value='-38.27967 0 12.23485 2.50024'/> |
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='1.19997'/> |
2519 | <fieldValue name='cylinderTranslation' value='0.32789 -1.26687 -0.95998'/> |
2520 | <fieldValue name='coneTranslation' value='0.72999 -1.13429 -0.84027'/> |
2521 | <fieldValue name='rotation' value='32.64684 0 -109.66340 1.26471'/> |
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.62968'/> |
2530 | <fieldValue name='cylinderTranslation' value='-0.26287 -1.69018 -1.31945'/> |
2531 | <fieldValue name='coneTranslation' value='-0.28375 -1.80945 -1.41596'/> |
2532 | <fieldValue name='rotation' value='-39.24697 0 8.48953 2.45009'/> |
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.51340'/> |
2541 | <fieldValue name='cylinderTranslation' value='0.00973 -1.36007 -1.19568'/> |
2542 | <fieldValue name='coneTranslation' value='0.09643 -1.32707 -1.22297'/> |
2543 | <fieldValue name='rotation' value='-14.49268 0 -46.03102 1.22257'/> |
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='1.02640'/> |
2552 | <fieldValue name='cylinderTranslation' value='-0.38771 -1.56729 -0.65302'/> |
2553 | <fieldValue name='coneTranslation' value='-0.50284 -1.64963 -0.32943'/> |
2554 | <fieldValue name='rotation' value='94.03744 -0.00000 33.45748 1.80607'/> |
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.57960'/> |
2563 | <fieldValue name='cylinderTranslation' value='-0.47109 -1.59304 -1.12713'/> |
2564 | <fieldValue name='coneTranslation' value='-0.58336 -1.65816 -1.12889'/> |
2565 | <fieldValue name='rotation' value='-0.78424 0 50.13291 2.09631'/> |
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.60499'/> |
2574 | <fieldValue name='cylinderTranslation' value='-0.36422 -1.35382 -1.37225'/> |
2575 | <fieldValue name='coneTranslation' value='-0.43196 -1.30962 -1.48957'/> |
2576 | <fieldValue name='rotation' value='-49.80796 0 28.75991 1.25538'/> |
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.86139'/> |
2585 | <fieldValue name='cylinderTranslation' value='-0.30833 -1.37585 -0.70774'/> |
2586 | <fieldValue name='coneTranslation' value='-0.36357 -1.33071 -0.44662'/> |
2587 | <fieldValue name='rotation' value='83.09340 -0.00000 17.58055 1.40327'/> |
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.64632'/> |
2596 | <fieldValue name='cylinderTranslation' value='-0.04541 -1.24354 -1.30248'/> |
2597 | <fieldValue name='coneTranslation' value='0.04295 -1.14048 -1.39299'/> |
2598 | <fieldValue name='rotation' value='-35.85338 0 -35.00245 0.88712'/> |
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='1.06765'/> |
2607 | <fieldValue name='cylinderTranslation' value='-0.62987 -1.71404 -1.33853'/> |
2608 | <fieldValue name='coneTranslation' value='-0.91660 -1.90057 -1.48932'/> |
2609 | <fieldValue name='rotation' value='-43.06425 0 81.89013 2.09323'/> |
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.62459'/> |
2618 | <fieldValue name='cylinderTranslation' value='-0.32034 -1.60574 -1.37333'/> |
2619 | <fieldValue name='coneTranslation' value='-0.36907 -1.68282 -1.49530'/> |
2620 | <fieldValue name='rotation' value='-50.02331 0 19.98371 2.10153'/> |
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.37362'/> |
2629 | <fieldValue name='cylinderTranslation' value='-0.27986 -1.59675 -1.21880'/> |
2630 | <fieldValue name='coneTranslation' value='-0.28839 -1.61814 -1.23252'/> |
2631 | <fieldValue name='rotation' value='-19.11833 0 11.88742 2.49488'/> |
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.78540'/> |
2640 | <fieldValue name='cylinderTranslation' value='-0.03348 -1.24142 -1.40021'/> |
2641 | <fieldValue name='coneTranslation' value='0.07730 -1.11922 -1.56436'/> |
2642 | <fieldValue name='rotation' value='-55.40061 0 -37.38853 1.01787'/> |
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='1.13729'/> |
2651 | <fieldValue name='cylinderTranslation' value='-0.55979 -1.58815 -1.55732'/> |
2652 | <fieldValue name='coneTranslation' value='-0.80367 -1.68911 -1.86929'/> |
2653 | <fieldValue name='rotation' value='-86.82204 0 67.87359 1.82044'/> |
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.93976'/> |
2662 | <fieldValue name='cylinderTranslation' value='-1.86834 0.75269 -0.44749'/> |
2663 | <fieldValue name='coneTranslation' value='-2.06978 0.97824 -0.51514'/> |
2664 | <fieldValue name='rotation' value='-20.51478 0 61.08888 0.75560'/> |
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='1.59987'/> |
2673 | <fieldValue name='cylinderTranslation' value='-1.22775 0.77065 0.28595'/> |
2674 | <fieldValue name='coneTranslation' value='-0.95964 1.05862 0.79063'/> |
2675 | <fieldValue name='rotation' value='126.17348 0 -67.02926 1.10403'/> |
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.41981'/> |
2684 | <fieldValue name='cylinderTranslation' value='-1.76839 0.42021 -0.30322'/> |
2685 | <fieldValue name='coneTranslation' value='-1.81725 0.42247 -0.29331'/> |
2686 | <fieldValue name='rotation' value='8.33974 -0.00000 41.09982 1.52541'/> |
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.89463'/> |
2695 | <fieldValue name='cylinderTranslation' value='-1.92604 0.66992 -0.37682'/> |
2696 | <fieldValue name='coneTranslation' value='-2.15929 0.83642 -0.39730'/> |
2697 | <fieldValue name='rotation' value='-6.37927 0 72.62834 0.95264'/> |
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='Arc'> |
2705 | <fieldValue name='cylinderHeight' value='0.93976'/> |
2706 | <fieldValue name='cylinderTranslation' value='-1.86834 0.75269 -0.44749'/> |
2707 | <fieldValue name='coneTranslation' value='-2.06978 0.97824 -0.51514'/> |
2708 | <fieldValue name='rotation' value='-20.51478 0 61.08888 0.75560'/> |
2709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2710 | <fieldValue name='ballRadius' value='0.02'/> |
2711 | <fieldValue name='traceEnabled' value='false'/> |
2712 | <fieldValue name='displayMode'/> |
2713 | <fieldValue name='transparency' value='0'/> |
2714 | </ProtoInstance> |
2715 | <ProtoInstance name='Arc'> |
2716 | <fieldValue name='cylinderHeight' value='0.57928'/> |
2717 | <fieldValue name='cylinderTranslation' value='-1.79786 0.56851 -0.40637'/> |
2718 | <fieldValue name='coneTranslation' value='-1.90302 0.63915 -0.43388'/> |
2719 | <fieldValue name='rotation' value='-12.29051 0 46.99242 0.99453'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='0.55487'/> |
2728 | <fieldValue name='cylinderTranslation' value='-1.77708 0.58582 -0.36550'/> |
2729 | <fieldValue name='coneTranslation' value='-1.86775 0.65995 -0.37421'/> |
2730 | <fieldValue name='rotation' value='-4.11522 0 42.83745 0.88763'/> |
2731 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2732 | <fieldValue name='ballRadius' value='0.02'/> |
2733 | <fieldValue name='traceEnabled' value='false'/> |
2734 | <fieldValue name='displayMode'/> |
2735 | <fieldValue name='transparency' value='0'/> |
2736 | </ProtoInstance> |
2737 | <ProtoInstance name='Arc'> |
2738 | <fieldValue name='cylinderHeight' value='0.89362'/> |
2739 | <fieldValue name='cylinderTranslation' value='-1.89603 0.70837 -0.33891'/> |
2740 | <fieldValue name='coneTranslation' value='-2.10988 0.89946 -0.33506'/> |
2741 | <fieldValue name='rotation' value='1.20114 -0.00000 66.62798 0.84162'/> |
2742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2743 | <fieldValue name='ballRadius' value='0.02'/> |
2744 | <fieldValue name='traceEnabled' value='false'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='transparency' value='0'/> |
2747 | </ProtoInstance> |
2748 | <ProtoInstance name='Arc'> |
2749 | <fieldValue name='cylinderHeight' value='0.90553'/> |
2750 | <fieldValue name='cylinderTranslation' value='-1.94141 0.62979 -0.46204'/> |
2751 | <fieldValue name='coneTranslation' value='-2.18616 0.77146 -0.53777'/> |
2752 | <fieldValue name='rotation' value='-23.42369 0 75.70295 1.06566'/> |
2753 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2754 | <fieldValue name='ballRadius' value='0.02'/> |
2755 | <fieldValue name='traceEnabled' value='false'/> |
2756 | <fieldValue name='displayMode'/> |
2757 | <fieldValue name='transparency' value='0'/> |
2758 | </ProtoInstance> |
2759 | <ProtoInstance name='Arc'> |
2760 | <fieldValue name='cylinderHeight' value='1.17380'/> |
2761 | <fieldValue name='cylinderTranslation' value='-1.26590 -0.04772 -0.55966'/> |
2762 | <fieldValue name='coneTranslation' value='-1.04987 -0.38115 -0.71586'/> |
2763 | <fieldValue name='rotation' value='-42.94804 0 -59.39923 2.46715'/> |
2764 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2765 | <fieldValue name='ballRadius' value='0.02'/> |
2766 | <fieldValue name='traceEnabled' value='false'/> |
2767 | <fieldValue name='displayMode'/> |
2768 | <fieldValue name='transparency' value='0'/> |
2769 | </ProtoInstance> |
2770 | <ProtoInstance name='Arc'> |
2771 | <fieldValue name='cylinderHeight' value='1.23016'/> |
2772 | <fieldValue name='cylinderTranslation' value='-1.16821 0.63728 -0.75869'/> |
2773 | <fieldValue name='coneTranslation' value='-0.87620 0.80493 -1.06483'/> |
2774 | <fieldValue name='rotation' value='-82.75432 0 -78.93602 1.19351'/> |
2775 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2776 | <fieldValue name='ballRadius' value='0.02'/> |
2777 | <fieldValue name='traceEnabled' value='false'/> |
2778 | <fieldValue name='displayMode'/> |
2779 | <fieldValue name='transparency' value='0'/> |
2780 | </ProtoInstance> |
2781 | <ProtoInstance name='Arc'> |
2782 | <fieldValue name='cylinderHeight' value='0.55575'/> |
2783 | <fieldValue name='cylinderTranslation' value='-1.76628 0.59991 -0.35140'/> |
2784 | <fieldValue name='coneTranslation' value='-1.85256 0.68018 -0.35415'/> |
2785 | <fieldValue name='rotation' value='-1.29607 0 40.67771 0.82171'/> |
2786 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2787 | <fieldValue name='ballRadius' value='0.02'/> |
2788 | <fieldValue name='traceEnabled' value='false'/> |
2789 | <fieldValue name='displayMode'/> |
2790 | <fieldValue name='transparency' value='0'/> |
2791 | </ProtoInstance> |
2792 | <ProtoInstance name='Arc'> |
2793 | <fieldValue name='cylinderHeight' value='1.40975'/> |
2794 | <fieldValue name='cylinderTranslation' value='-1.15076 -0.05322 -0.01056'/> |
2795 | <fieldValue name='coneTranslation' value='-0.83218 -0.41182 0.24790'/> |
2796 | <fieldValue name='rotation' value='66.87118 0 -82.42625 2.28913'/> |
2797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2798 | <fieldValue name='ballRadius' value='0.02'/> |
2799 | <fieldValue name='traceEnabled' value='false'/> |
2800 | <fieldValue name='displayMode'/> |
2801 | <fieldValue name='transparency' value='0'/> |
2802 | </ProtoInstance> |
2803 | <ProtoInstance name='Arc'> |
2804 | <fieldValue name='cylinderHeight' value='0.90553'/> |
2805 | <fieldValue name='cylinderTranslation' value='-1.94141 0.62979 -0.46204'/> |
2806 | <fieldValue name='coneTranslation' value='-2.18616 0.77146 -0.53777'/> |
2807 | <fieldValue name='rotation' value='-23.42368 0 75.70305 1.06567'/> |
2808 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2809 | <fieldValue name='ballRadius' value='0.02'/> |
2810 | <fieldValue name='traceEnabled' value='false'/> |
2811 | <fieldValue name='displayMode'/> |
2812 | <fieldValue name='transparency' value='0'/> |
2813 | </ProtoInstance> |
2814 | <ProtoInstance name='Arc'> |
2815 | <fieldValue name='cylinderHeight' value='0.67424'/> |
2816 | <fieldValue name='cylinderTranslation' value='-1.46541 0.10590 -0.23884'/> |
2817 | <fieldValue name='coneTranslation' value='-1.41420 -0.05423 -0.18311'/> |
2818 | <fieldValue name='rotation' value='21.21594 0 -19.49640 2.70003'/> |
2819 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2820 | <fieldValue name='ballRadius' value='0.02'/> |
2821 | <fieldValue name='traceEnabled' value='false'/> |
2822 | <fieldValue name='displayMode'/> |
2823 | <fieldValue name='transparency' value='0'/> |
2824 | </ProtoInstance> |
2825 | <ProtoInstance name='Arc'> |
2826 | <fieldValue name='cylinderHeight' value='0.86770'/> |
2827 | <fieldValue name='cylinderTranslation' value='-1.97774 0.53526 -0.32024'/> |
2828 | <fieldValue name='coneTranslation' value='-2.23959 0.61390 -0.30467'/> |
2829 | <fieldValue name='rotation' value='4.93488 -0.00000 82.96918 1.27955'/> |
2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2831 | <fieldValue name='ballRadius' value='0.02'/> |
2832 | <fieldValue name='traceEnabled' value='false'/> |
2833 | <fieldValue name='displayMode'/> |
2834 | <fieldValue name='transparency' value='0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Arc'> |
2837 | <fieldValue name='cylinderHeight' value='1.06853'/> |
2838 | <fieldValue name='cylinderTranslation' value='0.66189 -0.55222 -1.31529'/> |
2839 | <fieldValue name='coneTranslation' value='0.43998 -0.72720 -1.06991'/> |
2840 | <fieldValue name='rotation' value='70.05718 -0.00000 63.35565 2.05728'/> |
2841 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2842 | <fieldValue name='ballRadius' value='0.02'/> |
2843 | <fieldValue name='traceEnabled' value='false'/> |
2844 | <fieldValue name='displayMode'/> |
2845 | <fieldValue name='transparency' value='0'/> |
2846 | </ProtoInstance> |
2847 | <ProtoInstance name='Arc'> |
2848 | <fieldValue name='cylinderHeight' value='0.25083'/> |
2849 | <fieldValue name='cylinderTranslation' value='-0.04336 -1.70075 0.00160'/> |
2850 | <fieldValue name='coneTranslation' value='-0.06674 -1.72123 0.01678'/> |
2851 | <fieldValue name='rotation' value='-11.00811 0 -16.95041 0.93700'/> |
2852 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2853 | <fieldValue name='ballRadius' value='0.02'/> |
2854 | <fieldValue name='traceEnabled' value='false'/> |
2855 | <fieldValue name='displayMode'/> |
2856 | <fieldValue name='transparency' value='0'/> |
2857 | </ProtoInstance> |
2858 | <ProtoInstance name='Arc'> |
2859 | <fieldValue name='cylinderHeight' value='0.75275'/> |
2860 | <fieldValue name='cylinderTranslation' value='-0.21623 -2.10675 0.21109'/> |
2861 | <fieldValue name='coneTranslation' value='-0.26689 -2.29745 0.29988'/> |
2862 | <fieldValue name='rotation' value='30.88972 -0.00000 17.62359 2.64953'/> |
2863 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2864 | <fieldValue name='ballRadius' value='0.02'/> |
2865 | <fieldValue name='traceEnabled' value='false'/> |
2866 | <fieldValue name='displayMode'/> |
2867 | <fieldValue name='transparency' value='0'/> |
2868 | </ProtoInstance> |
2869 | <ProtoInstance name='Arc'> |
2870 | <fieldValue name='cylinderHeight' value='0.12829'/> |
2871 | <fieldValue name='cylinderTranslation' value='-1.15337 -1.42309 0.61661'/> |
2872 | <fieldValue name='coneTranslation' value='-1.15496 -1.33093 0.64291'/> |
2873 | <fieldValue name='rotation' value='-3.51954 0 -0.21293 2.86316'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='0.10915'/> |
2882 | <fieldValue name='cylinderTranslation' value='-1.13988 -1.31974 0.66629'/> |
2883 | <fieldValue name='coneTranslation' value='-1.16799 -1.40025 0.60431'/> |
2884 | <fieldValue name='rotation' value='6.41703 0 -2.91099 0.70178'/> |
2885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2886 | <fieldValue name='ballRadius' value='0.02'/> |
2887 | <fieldValue name='traceEnabled' value='false'/> |
2888 | <fieldValue name='displayMode'/> |
2889 | <fieldValue name='transparency' value='0'/> |
2890 | </ProtoInstance> |
2891 | <ProtoInstance name='Arc'> |
2892 | <fieldValue name='cylinderHeight' value='0.47015'/> |
2893 | <fieldValue name='cylinderTranslation' value='0.15603 -1.78927 0.96978'/> |
2894 | <fieldValue name='coneTranslation' value='0.17536 -1.82404 1.03345'/> |
2895 | <fieldValue name='rotation' value='39.87188 0 -12.10480 2.05232'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2897 | <fieldValue name='ballRadius' value='0.02'/> |
2898 | <fieldValue name='traceEnabled' value='false'/> |
2899 | <fieldValue name='displayMode'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Arc'> |
2903 | <fieldValue name='cylinderHeight' value='0.04055'/> |
2904 | <fieldValue name='cylinderTranslation' value='0.09863 -1.67113 0.75267'/> |
2905 | <fieldValue name='coneTranslation' value='0.07712 -1.73503 0.87505'/> |
2906 | <fieldValue name='rotation' value='-3.55133 0 -0.62415 1.09581'/> |
2907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2908 | <fieldValue name='ballRadius' value='0.02'/> |
2909 | <fieldValue name='traceEnabled' value='false'/> |
2910 | <fieldValue name='displayMode'/> |
2911 | <fieldValue name='transparency' value='0'/> |
2912 | </ProtoInstance> |
2913 | <ProtoInstance name='Arc'> |
2914 | <fieldValue name='cylinderHeight' value='0.27278'/> |
2915 | <fieldValue name='cylinderTranslation' value='-0.62895 2.22895 2.10288'/> |
2916 | <fieldValue name='coneTranslation' value='-0.62797 2.23044 2.12643'/> |
2917 | <fieldValue name='rotation' value='-27.20038 0 1.13159 1.63403'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='0.49946'/> |
2926 | <fieldValue name='cylinderTranslation' value='-0.51132 -1.76291 0.47214'/> |
2927 | <fieldValue name='coneTranslation' value='-0.47339 -1.69305 0.43052'/> |
2928 | <fieldValue name='rotation' value='-23.16379 0 -21.11710 0.67843'/> |
2929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2930 | <fieldValue name='ballRadius' value='0.02'/> |
2931 | <fieldValue name='traceEnabled' value='false'/> |
2932 | <fieldValue name='displayMode'/> |
2933 | <fieldValue name='transparency' value='0'/> |
2934 | </ProtoInstance> |
2935 | <ProtoInstance name='Arc'> |
2936 | <fieldValue name='cylinderHeight' value='0.46531'/> |
2937 | <fieldValue name='cylinderTranslation' value='0.87680 -0.69079 -2.11195'/> |
2938 | <fieldValue name='coneTranslation' value='0.83839 -0.64948 -2.06616'/> |
2939 | <fieldValue name='rotation' value='29.32688 -0.00000 24.60086 0.96606'/> |
2940 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2941 | <fieldValue name='ballRadius' value='0.02'/> |
2942 | <fieldValue name='traceEnabled' value='false'/> |
2943 | <fieldValue name='displayMode'/> |
2944 | <fieldValue name='transparency' value='0'/> |
2945 | </ProtoInstance> |
2946 | <ProtoInstance name='Arc'> |
2947 | <fieldValue name='cylinderHeight' value='0.83184'/> |
2948 | <fieldValue name='cylinderTranslation' value='1.11418 -1.21395 -2.17424'/> |
2949 | <fieldValue name='coneTranslation' value='1.18455 -1.45447 -2.12234'/> |
2950 | <fieldValue name='rotation' value='16.86920 0 -22.87401 2.79290'/> |
2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2952 | <fieldValue name='ballRadius' value='0.02'/> |
2953 | <fieldValue name='traceEnabled' value='false'/> |
2954 | <fieldValue name='displayMode'/> |
2955 | <fieldValue name='transparency' value='0'/> |
2956 | </ProtoInstance> |
2957 | <ProtoInstance name='Arc'> |
2958 | <fieldValue name='cylinderHeight' value='0.47015'/> |
2959 | <fieldValue name='cylinderTranslation' value='0.15603 -1.78927 0.96978'/> |
2960 | <fieldValue name='coneTranslation' value='0.13671 -1.75450 0.90611'/> |
2961 | <fieldValue name='rotation' value='-39.87188 0 12.10480 1.08928'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='1.20356'/> |
2970 | <fieldValue name='cylinderTranslation' value='0.70199 -0.95258 0.24788'/> |
2971 | <fieldValue name='coneTranslation' value='0.27791 -1.07296 0.21898'/> |
2972 | <fieldValue name='rotation' value='-7.87316 0 115.53415 1.84677'/> |
2973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2974 | <fieldValue name='ballRadius' value='0.02'/> |
2975 | <fieldValue name='traceEnabled' value='false'/> |
2976 | <fieldValue name='displayMode'/> |
2977 | <fieldValue name='transparency' value='0'/> |
2978 | </ProtoInstance> |
2979 | <ProtoInstance name='Arc'> |
2980 | <fieldValue name='cylinderHeight' value='0.87020'/> |
2981 | <fieldValue name='cylinderTranslation' value='0.58656 0.48127 -1.58465'/> |
2982 | <fieldValue name='coneTranslation' value='0.60722 0.22816 -1.47886'/> |
2983 | <fieldValue name='rotation' value='33.46230 0 -6.53590 2.73900'/> |
2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2985 | <fieldValue name='ballRadius' value='0.02'/> |
2986 | <fieldValue name='traceEnabled' value='false'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='transparency' value='0'/> |
2989 | </ProtoInstance> |
2990 | <ProtoInstance name='Arc'> |
2991 | <fieldValue name='cylinderHeight' value='0.29299'/> |
2992 | <fieldValue name='cylinderTranslation' value='-0.32394 2.48763 1.76767'/> |
2993 | <fieldValue name='coneTranslation' value='-0.33384 2.47856 1.76620'/> |
2994 | <fieldValue name='rotation' value='3.17306 0 -21.49083 0.83524'/> |
2995 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2996 | <fieldValue name='ballRadius' value='0.02'/> |
2997 | <fieldValue name='traceEnabled' value='false'/> |
2998 | <fieldValue name='displayMode'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | </ProtoInstance> |
3001 | <ProtoInstance name='Arc'> |
3002 | <fieldValue name='cylinderHeight' value='0.29151'/> |
3003 | <fieldValue name='cylinderTranslation' value='-0.32453 2.48675 1.77013'/> |
3004 | <fieldValue name='coneTranslation' value='-0.33498 2.47723 1.76834'/> |
3005 | <fieldValue name='rotation' value='3.66588 0 -21.37092 0.83877'/> |
3006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3007 | <fieldValue name='ballRadius' value='0.02'/> |
3008 | <fieldValue name='traceEnabled' value='false'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='transparency' value='0'/> |
3011 | </ProtoInstance> |
3012 | <ProtoInstance name='Arc'> |
3013 | <fieldValue name='cylinderHeight' value='0.41495'/> |
3014 | <fieldValue name='cylinderTranslation' value='-0.68374 -1.53951 -1.87486'/> |
3015 | <fieldValue name='coneTranslation' value='-0.70771 -1.54776 -1.91500'/> |
3016 | <fieldValue name='rotation' value='-35.08283 0 20.95424 1.74544'/> |
3017 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3018 | <fieldValue name='ballRadius' value='0.02'/> |
3019 | <fieldValue name='traceEnabled' value='false'/> |
3020 | <fieldValue name='displayMode'/> |
3021 | <fieldValue name='transparency' value='0'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Arc'> |
3024 | <fieldValue name='cylinderHeight' value='0.26537'/> |
3025 | <fieldValue name='cylinderTranslation' value='-0.54349 -1.38172 -1.66037'/> |
3026 | <fieldValue name='coneTranslation' value='-0.55080 -1.40678 -1.66842'/> |
3027 | <fieldValue name='rotation' value='7.81590 0 -7.09460 0.40908'/> |
3028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3029 | <fieldValue name='ballRadius' value='0.02'/> |
3030 | <fieldValue name='traceEnabled' value='false'/> |
3031 | <fieldValue name='displayMode'/> |
3032 | <fieldValue name='transparency' value='0'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Arc'> |
3035 | <fieldValue name='cylinderHeight' value='0.45081'/> |
3036 | <fieldValue name='cylinderTranslation' value='-0.95024 -1.58577 1.21766'/> |
3037 | <fieldValue name='coneTranslation' value='-0.91756 -1.57166 1.16279'/> |
3038 | <fieldValue name='rotation' value='-37.81781 0 -22.52928 1.35345'/> |
3039 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3040 | <fieldValue name='ballRadius' value='0.02'/> |
3041 | <fieldValue name='traceEnabled' value='false'/> |
3042 | <fieldValue name='displayMode'/> |
3043 | <fieldValue name='transparency' value='0'/> |
3044 | </ProtoInstance> |
3045 | <ProtoInstance name='Arc'> |
3046 | <fieldValue name='cylinderHeight' value='0.77979'/> |
3047 | <fieldValue name='cylinderTranslation' value='0.14942 -1.87978 0.22258'/> |
3048 | <fieldValue name='coneTranslation' value='0.08572 -1.73043 0.05983'/> |
3049 | <fieldValue name='rotation' value='-55.20442 0 21.60709 0.86367'/> |
3050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3051 | <fieldValue name='ballRadius' value='0.02'/> |
3052 | <fieldValue name='traceEnabled' value='false'/> |
3053 | <fieldValue name='displayMode'/> |
3054 | <fieldValue name='transparency' value='0'/> |
3055 | </ProtoInstance> |
3056 | <ProtoInstance name='Arc'> |
3057 | <fieldValue name='cylinderHeight' value='0.77632'/> |
3058 | <fieldValue name='cylinderTranslation' value='-0.67561 -1.57840 -0.06063'/> |
3059 | <fieldValue name='coneTranslation' value='-0.53633 -1.45353 -0.19127'/> |
3060 | <fieldValue name='rotation' value='-44.45091 0 -47.38849 0.99167'/> |
3061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3062 | <fieldValue name='ballRadius' value='0.02'/> |
3063 | <fieldValue name='traceEnabled' value='false'/> |
3064 | <fieldValue name='displayMode'/> |
3065 | <fieldValue name='transparency' value='0'/> |
3066 | </ProtoInstance> |
3067 | <ProtoInstance name='Arc'> |
3068 | <fieldValue name='cylinderHeight' value='0.57667'/> |
3069 | <fieldValue name='cylinderTranslation' value='-1.10476 -1.99305 0.23447'/> |
3070 | <fieldValue name='coneTranslation' value='-1.19031 -2.08305 0.26689'/> |
3071 | <fieldValue name='rotation' value='14.56786 -0.00000 38.44186 2.34800'/> |
3072 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3073 | <fieldValue name='ballRadius' value='0.02'/> |
3074 | <fieldValue name='traceEnabled' value='false'/> |
3075 | <fieldValue name='displayMode'/> |
3076 | <fieldValue name='transparency' value='0'/> |
3077 | </ProtoInstance> |
3078 | <ProtoInstance name='Arc'> |
3079 | <fieldValue name='cylinderHeight' value='0.09802'/> |
3080 | <fieldValue name='cylinderTranslation' value='-1.12083 -1.26633 0.74575'/> |
3081 | <fieldValue name='coneTranslation' value='-1.11067 -1.23978 0.85304'/> |
3082 | <fieldValue name='rotation' value='-9.47460 0 0.89750 1.81240'/> |
3083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3084 | <fieldValue name='ballRadius' value='0.02'/> |
3085 | <fieldValue name='traceEnabled' value='false'/> |
3086 | <fieldValue name='displayMode'/> |
3087 | <fieldValue name='transparency' value='0'/> |
3088 | </ProtoInstance> |
3089 | <ProtoInstance name='Arc'> |
3090 | <fieldValue name='cylinderHeight' value='0.47540'/> |
3091 | <fieldValue name='cylinderTranslation' value='-1.30252 -1.23381 0.93944'/> |
3092 | <fieldValue name='coneTranslation' value='-1.36337 -1.22701 0.98726'/> |
3093 | <fieldValue name='rotation' value='29.26279 -0.00000 37.23421 1.48317'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='ballRadius' value='0.02'/> |
3096 | <fieldValue name='traceEnabled' value='false'/> |
3097 | <fieldValue name='displayMode'/> |
3098 | <fieldValue name='transparency' value='0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Arc'> |
3101 | <fieldValue name='cylinderHeight' value='0.53726'/> |
3102 | <fieldValue name='cylinderTranslation' value='0.34026 -1.97858 -1.65299'/> |
3103 | <fieldValue name='coneTranslation' value='0.40102 -1.90526 -1.60071'/> |
3104 | <fieldValue name='rotation' value='25.85532 0 -30.04626 0.82981'/> |
3105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3106 | <fieldValue name='ballRadius' value='0.02'/> |
3107 | <fieldValue name='traceEnabled' value='false'/> |
3108 | <fieldValue name='displayMode'/> |
3109 | <fieldValue name='transparency' value='0'/> |
3110 | </ProtoInstance> |
3111 | <ProtoInstance name='Arc'> |
3112 | <fieldValue name='cylinderHeight' value='0.62638'/> |
3113 | <fieldValue name='cylinderTranslation' value='-0.19921 -1.01847 1.19662'/> |
3114 | <fieldValue name='coneTranslation' value='-0.18406 -1.03824 1.04547'/> |
3115 | <fieldValue name='rotation' value='-61.80409 0 -6.19680 1.70020'/> |
3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3117 | <fieldValue name='ballRadius' value='0.02'/> |
3118 | <fieldValue name='traceEnabled' value='false'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='transparency' value='0'/> |
3121 | </ProtoInstance> |
3122 | <ProtoInstance name='Arc'> |
3123 | <fieldValue name='cylinderHeight' value='0.66578'/> |
3124 | <fieldValue name='cylinderTranslation' value='1.41269 -1.70927 0.85077'/> |
3125 | <fieldValue name='coneTranslation' value='1.39102 -1.60623 0.71364'/> |
3126 | <fieldValue name='rotation' value='-52.80588 0 8.34310 0.93229'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='0.40848'/> |
3135 | <fieldValue name='cylinderTranslation' value='-0.44618 1.24599 -1.73650'/> |
3136 | <fieldValue name='coneTranslation' value='-0.44350 1.27607 -1.76882'/> |
3137 | <fieldValue name='rotation' value='-29.84744 0 -2.47398 0.82302'/> |
3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3139 | <fieldValue name='ballRadius' value='0.02'/> |
3140 | <fieldValue name='traceEnabled' value='false'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='transparency' value='0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Arc'> |
3145 | <fieldValue name='cylinderHeight' value='0.57483'/> |
3146 | <fieldValue name='cylinderTranslation' value='-0.61604 0.98549 -1.37986'/> |
3147 | <fieldValue name='coneTranslation' value='-0.68586 0.93158 -1.28792'/> |
3148 | <fieldValue name='rotation' value='41.47976 -0.00000 31.49802 2.00770'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='0.39841'/> |
3157 | <fieldValue name='cylinderTranslation' value='2.45420 -0.26839 -0.23867'/> |
3158 | <fieldValue name='coneTranslation' value='2.48365 -0.24273 -0.23536'/> |
3159 | <fieldValue name='rotation' value='3.36299 0 -29.93291 0.85725'/> |
3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3161 | <fieldValue name='ballRadius' value='0.02'/> |
3162 | <fieldValue name='traceEnabled' value='false'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Arc'> |
3167 | <fieldValue name='cylinderHeight' value='0.00132'/> |
3168 | <fieldValue name='cylinderTranslation' value='2.30455 -0.39864 -0.25613'/> |
3169 | <fieldValue name='coneTranslation' value='2.30078 -0.43035 -0.10002'/> |
3170 | <fieldValue name='rotation' value='-0.12945 0 -0.00312 1.37047'/> |
3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3172 | <fieldValue name='ballRadius' value='0.02'/> |
3173 | <fieldValue name='traceEnabled' value='false'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | </ProtoInstance> |
3177 | <ProtoInstance name='Arc'> |
3178 | <fieldValue name='cylinderHeight' value='0.27283'/> |
3179 | <fieldValue name='cylinderTranslation' value='-0.62866 2.22900 2.10289'/> |
3180 | <fieldValue name='coneTranslation' value='-0.62764 2.23050 2.12641'/> |
3181 | <fieldValue name='rotation' value='-27.20238 0 1.18839 1.63438'/> |
3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3183 | <fieldValue name='ballRadius' value='0.02'/> |
3184 | <fieldValue name='traceEnabled' value='false'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | </ProtoInstance> |
3188 | <ProtoInstance name='Arc'> |
3189 | <fieldValue name='cylinderHeight' value='0.29536'/> |
3190 | <fieldValue name='cylinderTranslation' value='-0.25871 0.99349 -1.56874'/> |
3191 | <fieldValue name='coneTranslation' value='-0.26032 0.98414 -1.56088'/> |
3192 | <fieldValue name='rotation' value='-18.84340 0 -3.84458 0.70906'/> |
3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3194 | <fieldValue name='ballRadius' value='0.02'/> |
3195 | <fieldValue name='traceEnabled' value='false'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | </ProtoInstance> |
3199 | <ProtoInstance name='Arc'> |
3200 | <fieldValue name='cylinderHeight' value='0.58066'/> |
3201 | <fieldValue name='cylinderTranslation' value='-0.52573 0.87264 -1.32349'/> |
3202 | <fieldValue name='coneTranslation' value='-0.63697 0.86870 -1.25569'/> |
3203 | <fieldValue name='rotation' value='30.20616 -0.00000 49.55989 1.60098'/> |
3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3205 | <fieldValue name='ballRadius' value='0.02'/> |
3206 | <fieldValue name='traceEnabled' value='false'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='transparency' value='0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Arc'> |
3211 | <fieldValue name='cylinderHeight' value='0.25734'/> |
3212 | <fieldValue name='cylinderTranslation' value='-0.27495 -1.53861 -1.70596'/> |
3213 | <fieldValue name='coneTranslation' value='-0.25603 -1.51375 -1.70832'/> |
3214 | <fieldValue name='rotation' value='1.94065 -0.00000 15.53785 2.48744'/> |
3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3216 | <fieldValue name='ballRadius' value='0.02'/> |
3217 | <fieldValue name='traceEnabled' value='false'/> |
3218 | <fieldValue name='displayMode'/> |
3219 | <fieldValue name='transparency' value='0'/> |
3220 | </ProtoInstance> |
3221 | <ProtoInstance name='Arc'> |
3222 | <fieldValue name='cylinderHeight' value='0.56501'/> |
3223 | <fieldValue name='cylinderTranslation' value='-0.03383 -1.23796 -1.59870'/> |
3224 | <fieldValue name='coneTranslation' value='0.03704 -1.15186 -1.54799'/> |
3225 | <fieldValue name='rotation' value='23.39170 0 -32.68653 0.79147'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='ballRadius' value='0.02'/> |
3228 | <fieldValue name='traceEnabled' value='false'/> |
3229 | <fieldValue name='displayMode'/> |
3230 | <fieldValue name='transparency' value='0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Arc'> |
3233 | <fieldValue name='cylinderHeight' value='0.74166'/> |
3234 | <fieldValue name='cylinderTranslation' value='-0.02196 -1.08772 0.54806'/> |
3235 | <fieldValue name='coneTranslation' value='0.06121 -1.10412 0.35501'/> |
3236 | <fieldValue name='rotation' value='-67.90836 0 -29.25487 1.64863'/> |
3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3238 | <fieldValue name='ballRadius' value='0.02'/> |
3239 | <fieldValue name='traceEnabled' value='false'/> |
3240 | <fieldValue name='displayMode'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Arc'> |
3244 | <fieldValue name='cylinderHeight' value='0.77192'/> |
3245 | <fieldValue name='cylinderTranslation' value='-0.72916 -1.50511 -0.07024'/> |
3246 | <fieldValue name='coneTranslation' value='-0.89923 -1.58658 0.05426'/> |
3247 | <fieldValue name='rotation' value='42.52897 -0.00000 58.09873 1.93962'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='0.96694'/> |
3256 | <fieldValue name='cylinderTranslation' value='-0.53487 -1.60807 -0.69016'/> |
3257 | <fieldValue name='coneTranslation' value='-0.59923 -1.77005 -0.96265'/> |
3258 | <fieldValue name='rotation' value='-81.45525 0 19.24033 2.09527'/> |
3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3260 | <fieldValue name='ballRadius' value='0.02'/> |
3261 | <fieldValue name='traceEnabled' value='false'/> |
3262 | <fieldValue name='displayMode'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Arc'> |
3266 | <fieldValue name='cylinderHeight' value='1.05279'/> |
3267 | <fieldValue name='cylinderTranslation' value='-0.35289 -1.11612 -0.73820'/> |
3268 | <fieldValue name='coneTranslation' value='-0.29319 -0.94221 -1.05512'/> |
3269 | <fieldValue name='rotation' value='-91.06298 0 -17.15465 1.07624'/> |
3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3271 | <fieldValue name='ballRadius' value='0.02'/> |
3272 | <fieldValue name='traceEnabled' value='false'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='transparency' value='0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Arc'> |
3277 | <fieldValue name='cylinderHeight' value='0.96864'/> |
3278 | <fieldValue name='cylinderTranslation' value='-0.58021 -1.55219 -0.70697'/> |
3279 | <fieldValue name='coneTranslation' value='-0.67499 -1.67690 -0.99095'/> |
3280 | <fieldValue name='rotation' value='-84.81711 0 28.30880 1.96548'/> |
3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3282 | <fieldValue name='ballRadius' value='0.02'/> |
3283 | <fieldValue name='traceEnabled' value='false'/> |
3284 | <fieldValue name='displayMode'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Arc'> |
3288 | <fieldValue name='cylinderHeight' value='0.07566'/> |
3289 | <fieldValue name='cylinderTranslation' value='-0.41745 -1.33500 -0.28758'/> |
3290 | <fieldValue name='coneTranslation' value='-0.48596 -1.43500 -0.27241'/> |
3291 | <fieldValue name='rotation' value='-0.93947 0 -4.24356 0.61191'/> |
3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3293 | <fieldValue name='ballRadius' value='0.02'/> |
3294 | <fieldValue name='traceEnabled' value='false'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Arc'> |
3299 | <fieldValue name='cylinderHeight' value='1.08562'/> |
3300 | <fieldValue name='cylinderTranslation' value='-0.58865 -0.94154 0.02045'/> |
3301 | <fieldValue name='coneTranslation' value='-0.69442 -0.64222 0.23438'/> |
3302 | <fieldValue name='rotation' value='60.66755 -0.00000 29.99685 0.67309'/> |
3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3304 | <fieldValue name='ballRadius' value='0.02'/> |
3305 | <fieldValue name='traceEnabled' value='false'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | </ProtoInstance> |
3309 | <ProtoInstance name='Arc'> |
3310 | <fieldValue name='cylinderHeight' value='0.97978'/> |
3311 | <fieldValue name='cylinderTranslation' value='-0.34699 -1.27916 -0.77905'/> |
3312 | <fieldValue name='coneTranslation' value='-0.38015 -1.29591 -0.45126'/> |
3313 | <fieldValue name='rotation' value='97.35513 -0.00000 9.84786 1.62159'/> |
3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3315 | <fieldValue name='ballRadius' value='0.02'/> |
3316 | <fieldValue name='traceEnabled' value='false'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | </ProtoInstance> |
3320 | <ProtoInstance name='Arc'> |
3321 | <fieldValue name='cylinderHeight' value='0.64872'/> |
3322 | <fieldValue name='cylinderTranslation' value='-0.07214 -1.14474 -1.47152'/> |
3323 | <fieldValue name='coneTranslation' value='0.04218 -1.08923 -1.57575'/> |
3324 | <fieldValue name='rotation' value='-41.13889 0 -45.12122 1.22628'/> |
3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3326 | <fieldValue name='ballRadius' value='0.02'/> |
3327 | <fieldValue name='traceEnabled' value='false'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | </ProtoInstance> |
3331 | <ProtoInstance name='Arc'> |
3332 | <fieldValue name='cylinderHeight' value='0.38991'/> |
3333 | <fieldValue name='cylinderTranslation' value='-0.01246 0.95050 -1.63600'/> |
3334 | <fieldValue name='coneTranslation' value='0.00374 0.92220 -1.62342'/> |
3335 | <fieldValue name='rotation' value='14.03409 0 -18.07035 2.51449'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3337 | <fieldValue name='ballRadius' value='0.02'/> |
3338 | <fieldValue name='traceEnabled' value='false'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='transparency' value='0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Arc'> |
3343 | <fieldValue name='cylinderHeight' value='0.36929'/> |
3344 | <fieldValue name='cylinderTranslation' value='-0.11800 1.25596 -1.81607'/> |
3345 | <fieldValue name='coneTranslation' value='-0.12003 1.27566 -1.83074'/> |
3346 | <fieldValue name='rotation' value='-21.97968 0 3.03770 0.64456'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='0.87656'/> |
3355 | <fieldValue name='cylinderTranslation' value='-0.52882 -1.81203 -0.60206'/> |
3356 | <fieldValue name='coneTranslation' value='-0.54544 -1.73260 -0.33588'/> |
3357 | <fieldValue name='rotation' value='83.84509 -0.00000 5.23521 1.28131'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='ballRadius' value='0.02'/> |
3360 | <fieldValue name='traceEnabled' value='false'/> |
3361 | <fieldValue name='displayMode'/> |
3362 | <fieldValue name='transparency' value='0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Arc'> |
3365 | <fieldValue name='cylinderHeight' value='0.38626'/> |
3366 | <fieldValue name='cylinderTranslation' value='-0.42097 -1.84149 -1.16784'/> |
3367 | <fieldValue name='coneTranslation' value='-0.40696 -1.82508 -1.19298'/> |
3368 | <fieldValue name='rotation' value='-29.31068 0 -16.33484 1.05263'/> |
3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3370 | <fieldValue name='ballRadius' value='0.02'/> |
3371 | <fieldValue name='traceEnabled' value='false'/> |
3372 | <fieldValue name='displayMode'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | </ProtoInstance> |
3375 | <ProtoInstance name='Arc'> |
3376 | <fieldValue name='cylinderHeight' value='0.81746'/> |
3377 | <fieldValue name='cylinderTranslation' value='-0.96803 1.47064 1.13073'/> |
3378 | <fieldValue name='coneTranslation' value='-1.01393 1.67755 1.26091'/> |
3379 | <fieldValue name='rotation' value='42.78306 -0.00000 15.08590 0.58830'/> |
3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3381 | <fieldValue name='ballRadius' value='0.02'/> |
3382 | <fieldValue name='traceEnabled' value='false'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='transparency' value='0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Arc'> |
3387 | <fieldValue name='cylinderHeight' value='0.81746'/> |
3388 | <fieldValue name='cylinderTranslation' value='-0.96803 1.47064 1.13073'/> |
3389 | <fieldValue name='coneTranslation' value='-1.01393 1.67755 1.26091'/> |
3390 | <fieldValue name='rotation' value='42.78306 -0.00000 15.08590 0.58830'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='ballRadius' value='0.02'/> |
3393 | <fieldValue name='traceEnabled' value='false'/> |
3394 | <fieldValue name='displayMode'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Arc'> |
3398 | <fieldValue name='cylinderHeight' value='1.75796'/> |
3399 | <fieldValue name='cylinderTranslation' value='-0.81562 0.30675 0.62030'/> |
3400 | <fieldValue name='coneTranslation' value='-0.75265 -0.36715 0.37777'/> |
3401 | <fieldValue name='rotation' value='-59.30230 0 -15.39699 2.78560'/> |
3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3403 | <fieldValue name='ballRadius' value='0.02'/> |
3404 | <fieldValue name='traceEnabled' value='false'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='transparency' value='0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Arc'> |
3409 | <fieldValue name='cylinderHeight' value='0.58723'/> |
3410 | <fieldValue name='cylinderTranslation' value='-1.27822 -1.77060 0.20062'/> |
3411 | <fieldValue name='coneTranslation' value='-1.39589 -1.82809 0.22711'/> |
3412 | <fieldValue name='rotation' value='11.64206 -0.00000 51.71422 2.01561'/> |
3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3414 | <fieldValue name='ballRadius' value='0.02'/> |
3415 | <fieldValue name='traceEnabled' value='false'/> |
3416 | <fieldValue name='displayMode'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Arc'> |
3420 | <fieldValue name='cylinderHeight' value='0.14295'/> |
3421 | <fieldValue name='cylinderTranslation' value='-1.13256 -1.55330 0.59431'/> |
3422 | <fieldValue name='coneTranslation' value='-1.15701 -1.46842 0.60013'/> |
3423 | <fieldValue name='rotation' value='-0.93941 0 -3.94853 2.85371'/> |
3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3425 | <fieldValue name='ballRadius' value='0.02'/> |
3426 | <fieldValue name='traceEnabled' value='false'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Arc'> |
3431 | <fieldValue name='cylinderHeight' value='0.75891'/> |
3432 | <fieldValue name='cylinderTranslation' value='0.72741 -0.03220 -1.76300'/> |
3433 | <fieldValue name='coneTranslation' value='0.66485 0.03324 -1.56309'/> |
3434 | <fieldValue name='rotation' value='69.13169 -0.00000 21.63500 1.26798'/> |
3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3436 | <fieldValue name='ballRadius' value='0.02'/> |
3437 | <fieldValue name='traceEnabled' value='false'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | </ProtoInstance> |
3441 | <ProtoInstance name='Arc'> |
3442 | <fieldValue name='cylinderHeight' value='0.44886'/> |
3443 | <fieldValue name='cylinderTranslation' value='-0.29043 -1.53376 0.77238'/> |
3444 | <fieldValue name='coneTranslation' value='-0.23703 -1.56101 0.79599'/> |
3445 | <fieldValue name='rotation' value='16.44799 0 -37.20275 2.00736'/> |
3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3447 | <fieldValue name='ballRadius' value='0.02'/> |
3448 | <fieldValue name='traceEnabled' value='false'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | </ProtoInstance> |
3452 | <ProtoInstance name='Arc'> |
3453 | <fieldValue name='cylinderHeight' value='0.18618'/> |
3454 | <fieldValue name='cylinderTranslation' value='-0.49130 -1.40023 0.60676'/> |
3455 | <fieldValue name='coneTranslation' value='-0.48062 -1.42800 0.66669'/> |
3456 | <fieldValue name='rotation' value='-16.67600 0 2.97203 1.14282'/> |
3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3458 | <fieldValue name='ballRadius' value='0.02'/> |
3459 | <fieldValue name='traceEnabled' value='false'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | </ProtoInstance> |
3463 | <ProtoInstance name='Arc'> |
3464 | <fieldValue name='cylinderHeight' value='0.03348'/> |
3465 | <fieldValue name='cylinderTranslation' value='-0.10464 -1.62269 0.83898'/> |
3466 | <fieldValue name='coneTranslation' value='-0.10273 -1.67378 0.97281'/> |
3467 | <fieldValue name='rotation' value='-3.12714 0 0.04464 1.20615'/> |
3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3469 | <fieldValue name='ballRadius' value='0.02'/> |
3470 | <fieldValue name='traceEnabled' value='false'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='transparency' value='0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Arc'> |
3475 | <fieldValue name='cylinderHeight' value='0.88257'/> |
3476 | <fieldValue name='cylinderTranslation' value='-1.67091 0.11542 -0.19714'/> |
3477 | <fieldValue name='coneTranslation' value='-1.47778 -0.08493 -0.15610'/> |
3478 | <fieldValue name='rotation' value='12.87620 0 -60.59623 2.36351'/> |
3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3480 | <fieldValue name='ballRadius' value='0.02'/> |
3481 | <fieldValue name='traceEnabled' value='false'/> |
3482 | <fieldValue name='displayMode'/> |
3483 | <fieldValue name='transparency' value='0'/> |
3484 | </ProtoInstance> |
3485 | <ProtoInstance name='Arc'> |
3486 | <fieldValue name='cylinderHeight' value='0.47897'/> |
3487 | <fieldValue name='cylinderTranslation' value='-2.18324 0.54479 -0.27855'/> |
3488 | <fieldValue name='coneTranslation' value='-2.25272 0.58297 -0.28420'/> |
3489 | <fieldValue name='rotation' value='-3.40486 0 41.86936 1.06966'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3491 | <fieldValue name='ballRadius' value='0.02'/> |
3492 | <fieldValue name='traceEnabled' value='false'/> |
3493 | <fieldValue name='displayMode'/> |
3494 | <fieldValue name='transparency' value='0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Arc'> |
3497 | <fieldValue name='cylinderHeight' value='0.34580'/> |
3498 | <fieldValue name='cylinderTranslation' value='1.99384 -2.30880 -2.35204'/> |
3499 | <fieldValue name='coneTranslation' value='1.98418 -2.30985 -2.34356'/> |
3500 | <fieldValue name='rotation' value='22.73011 -0.00000 25.90697 1.65245'/> |
3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3502 | <fieldValue name='ballRadius' value='0.02'/> |
3503 | <fieldValue name='traceEnabled' value='false'/> |
3504 | <fieldValue name='displayMode'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | </ProtoInstance> |
3507 | <ProtoInstance name='Arc'> |
3508 | <fieldValue name='cylinderHeight' value='0.48100'/> |
3509 | <fieldValue name='cylinderTranslation' value='-0.88354 -1.07962 1.25950'/> |
3510 | <fieldValue name='coneTranslation' value='-0.85104 -1.09688 1.18790'/> |
3511 | <fieldValue name='rotation' value='-42.78130 0 -19.41942 1.78680'/> |
3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3513 | <fieldValue name='ballRadius' value='0.02'/> |
3514 | <fieldValue name='traceEnabled' value='false'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='transparency' value='0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Arc'> |
3519 | <fieldValue name='cylinderHeight' value='1.00544'/> |
3520 | <fieldValue name='cylinderTranslation' value='-0.37783 0.40532 -0.88757'/> |
3521 | <fieldValue name='coneTranslation' value='-0.38385 0.11925 -0.69893'/> |
3522 | <fieldValue name='rotation' value='55.34103 -0.00000 1.76701 2.55840'/> |
3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3524 | <fieldValue name='ballRadius' value='0.02'/> |
3525 | <fieldValue name='traceEnabled' value='false'/> |
3526 | <fieldValue name='displayMode'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | </ProtoInstance> |
3529 | <ProtoInstance name='Arc'> |
3530 | <fieldValue name='cylinderHeight' value='0.02757'/> |
3531 | <fieldValue name='cylinderTranslation' value='-0.23001 1.10770 -1.67274'/> |
3532 | <fieldValue name='coneTranslation' value='-0.12942 1.13023 -1.77644'/> |
3533 | <fieldValue name='rotation' value='1.95553 -0.00000 1.89670 1.72552'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='ballRadius' value='0.02'/> |
3536 | <fieldValue name='traceEnabled' value='false'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='transparency' value='0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Arc'> |
3541 | <fieldValue name='cylinderHeight' value='0.13131'/> |
3542 | <fieldValue name='cylinderTranslation' value='-0.21605 1.05314 -1.64969'/> |
3543 | <fieldValue name='coneTranslation' value='-0.22248 1.13460 -1.69686'/> |
3544 | <fieldValue name='rotation' value='6.56377 0 -0.89529 2.61278'/> |
3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3546 | <fieldValue name='ballRadius' value='0.02'/> |
3547 | <fieldValue name='traceEnabled' value='false'/> |
3548 | <fieldValue name='displayMode'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Arc'> |
3552 | <fieldValue name='cylinderHeight' value='1.10767'/> |
3553 | <fieldValue name='cylinderTranslation' value='0.54945 -0.68026 -1.46516'/> |
3554 | <fieldValue name='coneTranslation' value='0.40414 -0.76683 -1.10950'/> |
3555 | <fieldValue name='rotation' value='100.03090 -0.00000 40.86909 1.79243'/> |
3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3557 | <fieldValue name='ballRadius' value='0.02'/> |
3558 | <fieldValue name='traceEnabled' value='false'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='transparency' value='0'/> |
3561 | </ProtoInstance> |
3562 | <ProtoInstance name='Arc'> |
3563 | <fieldValue name='cylinderHeight' value='0.44174'/> |
3564 | <fieldValue name='cylinderTranslation' value='0.79828 -0.48572 -2.16904'/> |
3565 | <fieldValue name='coneTranslation' value='0.81054 -0.46566 -2.22519'/> |
3566 | <fieldValue name='rotation' value='-40.74607 0 -8.89616 1.23494'/> |
3567 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3568 | <fieldValue name='ballRadius' value='0.02'/> |
3569 | <fieldValue name='traceEnabled' value='false'/> |
3570 | <fieldValue name='displayMode'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | </ProtoInstance> |
3573 | <ProtoInstance name='Arc'> |
3574 | <fieldValue name='cylinderHeight' value='0.70564'/> |
3575 | <fieldValue name='cylinderTranslation' value='2.27438 -0.68218 -0.42786'/> |
3576 | <fieldValue name='coneTranslation' value='2.46651 -0.66882 -0.43716'/> |
3577 | <fieldValue name='rotation' value='-3.40054 0 -70.31245 1.50145'/> |
3578 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3579 | <fieldValue name='ballRadius' value='0.02'/> |
3580 | <fieldValue name='traceEnabled' value='false'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | </ProtoInstance> |
3584 | <ProtoInstance name='Arc'> |
3585 | <fieldValue name='cylinderHeight' value='0.70571'/> |
3586 | <fieldValue name='cylinderTranslation' value='2.27484 -0.68656 -0.42434'/> |
3587 | <fieldValue name='coneTranslation' value='2.46724 -0.67560 -0.43171'/> |
3588 | <fieldValue name='rotation' value='-2.69616 0 -70.40549 1.51390'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Arc'> |
3596 | <fieldValue name='cylinderHeight' value='1.17824'/> |
3597 | <fieldValue name='cylinderTranslation' value='1.39951 -0.89635 -0.60380'/> |
3598 | <fieldValue name='coneTranslation' value='1.01834 -1.03455 -0.74434'/> |
3599 | <fieldValue name='rotation' value='-38.58826 0 104.66021 1.89868'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3601 | <fieldValue name='ballRadius' value='0.02'/> |
3602 | <fieldValue name='traceEnabled' value='false'/> |
3603 | <fieldValue name='displayMode'/> |
3604 | <fieldValue name='transparency' value='0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Arc'> |
3607 | <fieldValue name='cylinderHeight' value='0.71251'/> |
3608 | <fieldValue name='cylinderTranslation' value='2.25951 -0.60762 -0.47211'/> |
3609 | <fieldValue name='coneTranslation' value='2.44498 -0.55307 -0.50585'/> |
3610 | <fieldValue name='rotation' value='-12.24957 0 -67.33856 1.28917'/> |
3611 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3612 | <fieldValue name='ballRadius' value='0.02'/> |
3613 | <fieldValue name='traceEnabled' value='false'/> |
3614 | <fieldValue name='displayMode'/> |
3615 | <fieldValue name='transparency' value='0'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Arc'> |
3618 | <fieldValue name='cylinderHeight' value='0.70622'/> |
3619 | <fieldValue name='cylinderTranslation' value='2.27581 -0.69821 -0.41431'/> |
3620 | <fieldValue name='coneTranslation' value='2.46886 -0.69361 -0.41620'/> |
3621 | <fieldValue name='rotation' value='-0.68984 0 -70.59905 1.54697'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='ballRadius' value='0.02'/> |
3624 | <fieldValue name='traceEnabled' value='false'/> |
3625 | <fieldValue name='displayMode'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Arc'> |
3629 | <fieldValue name='cylinderHeight' value='0.71308'/> |
3630 | <fieldValue name='cylinderTranslation' value='2.25860 -0.60436 -0.47337'/> |
3631 | <fieldValue name='coneTranslation' value='2.44370 -0.54799 -0.50782'/> |
3632 | <fieldValue name='rotation' value='-12.50117 0 -67.15788 1.27988'/> |
3633 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3634 | <fieldValue name='ballRadius' value='0.02'/> |
3635 | <fieldValue name='traceEnabled' value='false'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | </ProtoInstance> |
3639 | <ProtoInstance name='Arc'> |
3640 | <fieldValue name='cylinderHeight' value='0.80602'/> |
3641 | <fieldValue name='cylinderTranslation' value='0.61463 -1.30367 -1.01271'/> |
3642 | <fieldValue name='coneTranslation' value='0.77236 -1.17246 -0.88248'/> |
3643 | <fieldValue name='rotation' value='43.19248 0 -52.31725 1.00044'/> |
3644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3645 | <fieldValue name='ballRadius' value='0.02'/> |
3646 | <fieldValue name='traceEnabled' value='false'/> |
3647 | <fieldValue name='displayMode'/> |
3648 | <fieldValue name='transparency' value='0'/> |
3649 | </ProtoInstance> |
3650 | <ProtoInstance name='Arc'> |
3651 | <fieldValue name='cylinderHeight' value='0.11471'/> |
3652 | <fieldValue name='cylinderTranslation' value='-0.37934 -1.68517 -1.67175'/> |
3653 | <fieldValue name='coneTranslation' value='-0.42712 -1.76474 -1.62791'/> |
3654 | <fieldValue name='rotation' value='-4.90026 0 -5.33952 0.68387'/> |
3655 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3656 | <fieldValue name='ballRadius' value='0.02'/> |
3657 | <fieldValue name='traceEnabled' value='false'/> |
3658 | <fieldValue name='displayMode'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | </ProtoInstance> |
3661 | <ProtoInstance name='Arc'> |
3662 | <fieldValue name='cylinderHeight' value='0.04402'/> |
3663 | <fieldValue name='cylinderTranslation' value='-0.41315 -1.74672 -1.63535'/> |
3664 | <fieldValue name='coneTranslation' value='-0.36856 -1.63956 -1.70999'/> |
3665 | <fieldValue name='rotation' value='2.38085 -0.00000 1.42226 2.45996'/> |
3666 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3667 | <fieldValue name='ballRadius' value='0.02'/> |
3668 | <fieldValue name='traceEnabled' value='false'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='transparency' value='0'/> |
3671 | </ProtoInstance> |
3672 | <ProtoInstance name='Arc'> |
3673 | <fieldValue name='cylinderHeight' value='0.44209'/> |
3674 | <fieldValue name='cylinderTranslation' value='0.27260 -1.83374 -1.51650'/> |
3675 | <fieldValue name='coneTranslation' value='0.33278 -1.82367 -1.51849'/> |
3676 | <fieldValue name='rotation' value='-1.44271 0 -43.57883 1.40496'/> |
3677 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3678 | <fieldValue name='ballRadius' value='0.02'/> |
3679 | <fieldValue name='traceEnabled' value='false'/> |
3680 | <fieldValue name='displayMode'/> |
3681 | <fieldValue name='transparency' value='0'/> |
3682 | </ProtoInstance> |
3683 | <ProtoInstance name='Arc'> |
3684 | <fieldValue name='cylinderHeight' value='0.39694'/> |
3685 | <fieldValue name='cylinderTranslation' value='-0.39207 -2.14501 -1.61392'/> |
3686 | <fieldValue name='coneTranslation' value='-0.38252 -2.11417 -1.59300'/> |
3687 | <fieldValue name='rotation' value='21.58217 0 -9.86070 0.64072'/> |
3688 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3689 | <fieldValue name='ballRadius' value='0.02'/> |
3690 | <fieldValue name='traceEnabled' value='false'/> |
3691 | <fieldValue name='displayMode'/> |
3692 | <fieldValue name='transparency' value='0'/> |
3693 | </ProtoInstance> |
3694 | <ProtoInstance name='Arc'> |
3695 | <fieldValue name='cylinderHeight' value='0.40702'/> |
3696 | <fieldValue name='cylinderTranslation' value='-0.76264 -2.16385 0.85807'/> |
3697 | <fieldValue name='coneTranslation' value='-0.75253 -2.12694 0.83737'/> |
3698 | <fieldValue name='rotation' value='-19.36366 0 -9.46202 0.55802'/> |
3699 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3700 | <fieldValue name='ballRadius' value='0.02'/> |
3701 | <fieldValue name='traceEnabled' value='false'/> |
3702 | <fieldValue name='displayMode'/> |
3703 | <fieldValue name='transparency' value='0'/> |
3704 | </ProtoInstance> |
3705 | <ProtoInstance name='Arc'> |
3706 | <fieldValue name='cylinderHeight' value='0.90642'/> |
3707 | <fieldValue name='cylinderTranslation' value='0.34856 0.43680 -1.49158'/> |
3708 | <fieldValue name='coneTranslation' value='0.52368 0.20658 -1.44355'/> |
3709 | <fieldValue name='rotation' value='14.84909 0 -54.13454 2.47375'/> |
3710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3711 | <fieldValue name='ballRadius' value='0.02'/> |
3712 | <fieldValue name='traceEnabled' value='false'/> |
3713 | <fieldValue name='displayMode'/> |
3714 | <fieldValue name='transparency' value='0'/> |
3715 | </ProtoInstance> |
3716 | <ProtoInstance name='Arc'> |
3717 | <fieldValue name='cylinderHeight' value='0.66578'/> |
3718 | <fieldValue name='cylinderTranslation' value='1.41269 -1.70927 0.85077'/> |
3719 | <fieldValue name='coneTranslation' value='1.43435 -1.81232 0.98789'/> |
3720 | <fieldValue name='rotation' value='52.80588 0 -8.34310 2.20930'/> |
3721 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3722 | <fieldValue name='ballRadius' value='0.02'/> |
3723 | <fieldValue name='traceEnabled' value='false'/> |
3724 | <fieldValue name='displayMode'/> |
3725 | <fieldValue name='transparency' value='0'/> |
3726 | </ProtoInstance> |
3727 | <ProtoInstance name='Arc'> |
3728 | <fieldValue name='cylinderHeight' value='0.98459'/> |
3729 | <fieldValue name='cylinderTranslation' value='1.72289 -1.24208 0.37166'/> |
3730 | <fieldValue name='coneTranslation' value='1.96043 -1.06065 0.22648'/> |
3731 | <fieldValue name='rotation' value='-43.01649 0 -70.38339 0.99322'/> |
3732 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3733 | <fieldValue name='ballRadius' value='0.02'/> |
3734 | <fieldValue name='traceEnabled' value='false'/> |
3735 | <fieldValue name='displayMode'/> |
3736 | <fieldValue name='transparency' value='0'/> |
3737 | </ProtoInstance> |
3738 | <ProtoInstance name='Arc'> |
3739 | <fieldValue name='cylinderHeight' value='0.45609'/> |
3740 | <fieldValue name='cylinderTranslation' value='0.16086 -1.80390 0.97196'/> |
3741 | <fieldValue name='coneTranslation' value='0.14513 -1.77140 0.91428'/> |
3742 | <fieldValue name='rotation' value='-38.66017 0 10.53826 1.07286'/> |
3743 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3744 | <fieldValue name='ballRadius' value='0.02'/> |
3745 | <fieldValue name='traceEnabled' value='false'/> |
3746 | <fieldValue name='displayMode'/> |
3747 | <fieldValue name='transparency' value='0'/> |
3748 | </ProtoInstance> |
3749 | <ProtoInstance name='Arc'> |
3750 | <fieldValue name='cylinderHeight' value='0.30524'/> |
3751 | <fieldValue name='cylinderTranslation' value='-0.43628 2.57456 1.55639'/> |
3752 | <fieldValue name='coneTranslation' value='-0.43266 2.58052 1.55397'/> |
3753 | <fieldValue name='rotation' value='10.00940 -0.00000 14.99974 2.50957'/> |
3754 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3755 | <fieldValue name='ballRadius' value='0.02'/> |
3756 | <fieldValue name='traceEnabled' value='false'/> |
3757 | <fieldValue name='displayMode'/> |
3758 | <fieldValue name='transparency' value='0'/> |
3759 | </ProtoInstance> |
3760 | <ProtoInstance name='Arc'> |
3761 | <fieldValue name='cylinderHeight' value='0.06267'/> |
3762 | <fieldValue name='cylinderTranslation' value='-0.77525 -1.11486 1.02129'/> |
3763 | <fieldValue name='coneTranslation' value='-0.72929 -1.04790 0.92149'/> |
3764 | <fieldValue name='rotation' value='4.86082 -0.00000 2.23846 2.11814'/> |
3765 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3766 | <fieldValue name='ballRadius' value='0.02'/> |
3767 | <fieldValue name='traceEnabled' value='false'/> |
3768 | <fieldValue name='displayMode'/> |
3769 | <fieldValue name='transparency' value='0'/> |
3770 | </ProtoInstance> |
3771 | <ProtoInstance name='Arc'> |
3772 | <fieldValue name='cylinderHeight' value='0.30472'/> |
3773 | <fieldValue name='cylinderTranslation' value='-0.43729 2.57475 1.55614'/> |
3774 | <fieldValue name='coneTranslation' value='-0.43358 2.58093 1.55362'/> |
3775 | <fieldValue name='rotation' value='10.05798 -0.00000 14.79918 2.51398'/> |
3776 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3777 | <fieldValue name='ballRadius' value='0.02'/> |
3778 | <fieldValue name='traceEnabled' value='false'/> |
3779 | <fieldValue name='displayMode'/> |
3780 | <fieldValue name='transparency' value='0'/> |
3781 | </ProtoInstance> |
3782 | <ProtoInstance name='Arc'> |
3783 | <fieldValue name='cylinderHeight' value='0.34286'/> |
3784 | <fieldValue name='cylinderTranslation' value='-2.14022 0.84505 -0.39739'/> |
3785 | <fieldValue name='coneTranslation' value='-2.13029 0.83944 -0.39664'/> |
3786 | <fieldValue name='rotation' value='2.26405 0 -29.79090 2.08355'/> |
3787 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3788 | <fieldValue name='ballRadius' value='0.02'/> |
3789 | <fieldValue name='traceEnabled' value='false'/> |
3790 | <fieldValue name='displayMode'/> |
3791 | <fieldValue name='transparency' value='0'/> |
3792 | </ProtoInstance> |
3793 | <ProtoInstance name='Arc'> |
3794 | <fieldValue name='cylinderHeight' value='0.02751'/> |
3795 | <fieldValue name='cylinderTranslation' value='1.32212 1.97798 2.48761'/> |
3796 | <fieldValue name='coneTranslation' value='1.39754 1.87148 2.42161'/> |
3797 | <fieldValue name='rotation' value='1.24136 -0.00000 1.41846 0.75501'/> |
3798 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3799 | <fieldValue name='ballRadius' value='0.02'/> |
3800 | <fieldValue name='traceEnabled' value='false'/> |
3801 | <fieldValue name='displayMode'/> |
3802 | <fieldValue name='transparency' value='0'/> |
3803 | </ProtoInstance> |
3804 | <ProtoInstance name='Arc'> |
3805 | <fieldValue name='cylinderHeight' value='0.37394'/> |
3806 | <fieldValue name='cylinderTranslation' value='1.50542 1.90752 2.46541'/> |
3807 | <fieldValue name='coneTranslation' value='1.53084 1.89880 2.46310'/> |
3808 | <fieldValue name='rotation' value='-3.19897 0 -35.24123 1.90001'/> |
3809 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3810 | <fieldValue name='ballRadius' value='0.02'/> |
3811 | <fieldValue name='traceEnabled' value='false'/> |
3812 | <fieldValue name='displayMode'/> |
3813 | <fieldValue name='transparency' value='0'/> |
3814 | </ProtoInstance> |
3815 | <ProtoInstance name='Arc'> |
3816 | <fieldValue name='cylinderHeight' value='0.96491'/> |
3817 | <fieldValue name='cylinderTranslation' value='0.76337 -2.08537 -1.79811'/> |
3818 | <fieldValue name='coneTranslation' value='0.58099 -1.89280 -1.61471'/> |
3819 | <fieldValue name='rotation' value='54.87932 -0.00000 54.57531 0.93082'/> |
3820 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3821 | <fieldValue name='ballRadius' value='0.02'/> |
3822 | <fieldValue name='traceEnabled' value='false'/> |
3823 | <fieldValue name='displayMode'/> |
3824 | <fieldValue name='transparency' value='0'/> |
3825 | </ProtoInstance> |
3826 | <ProtoInstance name='Arc'> |
3827 | <fieldValue name='cylinderHeight' value='0.37084'/> |
3828 | <fieldValue name='cylinderTranslation' value='-0.73698 -1.27483 -1.46270'/> |
3829 | <fieldValue name='coneTranslation' value='-0.74192 -1.25514 -1.44741'/> |
3830 | <fieldValue name='rotation' value='22.31439 -0.00000 7.20090 0.68448'/> |
3831 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3832 | <fieldValue name='ballRadius' value='0.02'/> |
3833 | <fieldValue name='traceEnabled' value='false'/> |
3834 | <fieldValue name='displayMode'/> |
3835 | <fieldValue name='transparency' value='0'/> |
3836 | </ProtoInstance> |
3837 | <ProtoInstance name='Arc'> |
3838 | <fieldValue name='cylinderHeight' value='0.26560'/> |
3839 | <fieldValue name='cylinderTranslation' value='1.71574 -2.21235 -2.28279'/> |
3840 | <fieldValue name='coneTranslation' value='1.70467 -2.18763 -2.28536'/> |
3841 | <fieldValue name='rotation' value='2.50902 0 -10.80373 2.71080'/> |
3842 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3843 | <fieldValue name='ballRadius' value='0.02'/> |
3844 | <fieldValue name='traceEnabled' value='false'/> |
3845 | <fieldValue name='displayMode'/> |
3846 | <fieldValue name='transparency' value='0'/> |
3847 | </ProtoInstance> |
3848 | <ProtoInstance name='Arc'> |
3849 | <fieldValue name='cylinderHeight' value='0.68327'/> |
3850 | <fieldValue name='cylinderTranslation' value='1.44513 -1.84826 -2.19261'/> |
3851 | <fieldValue name='coneTranslation' value='1.32998 -1.71884 -2.13800'/> |
3852 | <fieldValue name='rotation' value='20.54470 -0.00000 43.31713 0.77772'/> |
3853 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3854 | <fieldValue name='ballRadius' value='0.02'/> |
3855 | <fieldValue name='traceEnabled' value='false'/> |
3856 | <fieldValue name='displayMode'/> |
3857 | <fieldValue name='transparency' value='0'/> |
3858 | </ProtoInstance> |
3859 | <ProtoInstance name='Arc'> |
3860 | <fieldValue name='cylinderHeight' value='0.33143'/> |
3861 | <fieldValue name='cylinderTranslation' value='-2.17637 0.78761 -0.52349'/> |
3862 | <fieldValue name='coneTranslation' value='-2.18132 0.78972 -0.52541'/> |
3863 | <fieldValue name='rotation' value='-11.13318 0 28.71054 1.19201'/> |
3864 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3865 | <fieldValue name='ballRadius' value='0.02'/> |
3866 | <fieldValue name='traceEnabled' value='false'/> |
3867 | <fieldValue name='displayMode'/> |
3868 | <fieldValue name='transparency' value='0'/> |
3869 | </ProtoInstance> |
3870 | <ProtoInstance name='Arc'> |
3871 | <fieldValue name='cylinderHeight' value='0.33143'/> |
3872 | <fieldValue name='cylinderTranslation' value='-2.17637 0.78761 -0.52349'/> |
3873 | <fieldValue name='coneTranslation' value='-2.18132 0.78972 -0.52541'/> |
3874 | <fieldValue name='rotation' value='-11.13317 0 28.71064 1.19202'/> |
3875 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3876 | <fieldValue name='ballRadius' value='0.02'/> |
3877 | <fieldValue name='traceEnabled' value='false'/> |
3878 | <fieldValue name='displayMode'/> |
3879 | <fieldValue name='transparency' value='0'/> |
3880 | </ProtoInstance> |
3881 | <ProtoInstance name='Arc'> |
3882 | <fieldValue name='cylinderHeight' value='0.57183'/> |
3883 | <fieldValue name='cylinderTranslation' value='-0.48037 -1.62770 0.08674'/> |
3884 | <fieldValue name='coneTranslation' value='-0.51323 -1.65378 -0.03198'/> |
3885 | <fieldValue name='rotation' value='-53.91539 0 14.92598 1.77943'/> |
3886 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3887 | <fieldValue name='ballRadius' value='0.02'/> |
3888 | <fieldValue name='traceEnabled' value='false'/> |
3889 | <fieldValue name='displayMode'/> |
3890 | <fieldValue name='transparency' value='0'/> |
3891 | </ProtoInstance> |
3892 | <ProtoInstance name='Arc'> |
3893 | <fieldValue name='cylinderHeight' value='0.71207'/> |
3894 | <fieldValue name='cylinderTranslation' value='-0.14071 -1.34252 0.28242'/> |
3895 | <fieldValue name='coneTranslation' value='0.00522 -1.21810 0.24172'/> |
3896 | <fieldValue name='rotation' value='-14.78033 0 -53.00562 0.88322'/> |
3897 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3898 | <fieldValue name='ballRadius' value='0.02'/> |
3899 | <fieldValue name='traceEnabled' value='false'/> |
3900 | <fieldValue name='displayMode'/> |
3901 | <fieldValue name='transparency' value='0'/> |
3902 | </ProtoInstance> |
3903 | <ProtoInstance name='Arc'> |
3904 | <fieldValue name='cylinderHeight' value='0.11661'/> |
3905 | <fieldValue name='cylinderTranslation' value='-1.10457 -1.67951 0.59185'/> |
3906 | <fieldValue name='coneTranslation' value='-1.11895 -1.57891 0.58796'/> |
3907 | <fieldValue name='rotation' value='0.44603 0 -1.64916 2.99456'/> |
3908 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3909 | <fieldValue name='ballRadius' value='0.02'/> |
3910 | <fieldValue name='traceEnabled' value='false'/> |
3911 | <fieldValue name='displayMode'/> |
3912 | <fieldValue name='transparency' value='0'/> |
3913 | </ProtoInstance> |
3914 | <ProtoInstance name='Arc'> |
3915 | <fieldValue name='cylinderHeight' value='0.94989'/> |
3916 | <fieldValue name='cylinderTranslation' value='0.85952 -1.70105 -1.80680'/> |
3917 | <fieldValue name='coneTranslation' value='1.10423 -1.63725 -1.99452'/> |
3918 | <fieldValue name='rotation' value='-56.61773 0 -73.80512 1.36682'/> |
3919 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3920 | <fieldValue name='ballRadius' value='0.02'/> |
3921 | <fieldValue name='traceEnabled' value='false'/> |
3922 | <fieldValue name='displayMode'/> |
3923 | <fieldValue name='transparency' value='0'/> |
3924 | </ProtoInstance> |
3925 | <ProtoInstance name='Arc'> |
3926 | <fieldValue name='cylinderHeight' value='0.81050'/> |
3927 | <fieldValue name='cylinderTranslation' value='-0.74539 -0.67195 0.12034'/> |
3928 | <fieldValue name='coneTranslation' value='-0.87690 -0.78886 0.29118'/> |
3929 | <fieldValue name='rotation' value='56.45715 -0.00000 43.46150 2.06769'/> |
3930 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3931 | <fieldValue name='ballRadius' value='0.02'/> |
3932 | <fieldValue name='traceEnabled' value='false'/> |
3933 | <fieldValue name='displayMode'/> |
3934 | <fieldValue name='transparency' value='0'/> |
3935 | </ProtoInstance> |
3936 | <ProtoInstance name='Arc'> |
3937 | <fieldValue name='cylinderHeight' value='0.75205'/> |
3938 | <fieldValue name='cylinderTranslation' value='-0.77946 -0.43798 0.11472'/> |
3939 | <fieldValue name='coneTranslation' value='-0.92387 -0.41455 0.27366'/> |
3940 | <fieldValue name='rotation' value='55.33198 -0.00000 50.27537 1.46212'/> |
3941 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3942 | <fieldValue name='ballRadius' value='0.02'/> |
3943 | <fieldValue name='traceEnabled' value='false'/> |
3944 | <fieldValue name='displayMode'/> |
3945 | <fieldValue name='transparency' value='0'/> |
3946 | </ProtoInstance> |
3947 | <ProtoInstance name='Arc'> |
3948 | <fieldValue name='cylinderHeight' value='0.66125'/> |
3949 | <fieldValue name='cylinderTranslation' value='-0.45737 -0.24654 -0.38641'/> |
3950 | <fieldValue name='coneTranslation' value='-0.42088 -0.12669 -0.50224'/> |
3951 | <fieldValue name='rotation' value='-44.89238 0 -14.14187 0.79204'/> |
3952 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3953 | <fieldValue name='ballRadius' value='0.02'/> |
3954 | <fieldValue name='traceEnabled' value='false'/> |
3955 | <fieldValue name='displayMode'/> |
3956 | <fieldValue name='transparency' value='0'/> |
3957 | </ProtoInstance> |
3958 | <ProtoInstance name='Arc'> |
3959 | <fieldValue name='cylinderHeight' value='0.56224'/> |
3960 | <fieldValue name='cylinderTranslation' value='-0.30551 -1.48916 0.67336'/> |
3961 | <fieldValue name='coneTranslation' value='-0.21906 -1.54412 0.73798'/> |
3962 | <fieldValue name='rotation' value='29.99684 0 -40.13014 2.04178'/> |
3963 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3964 | <fieldValue name='ballRadius' value='0.02'/> |
3965 | <fieldValue name='traceEnabled' value='false'/> |
3966 | <fieldValue name='displayMode'/> |
3967 | <fieldValue name='transparency' value='0'/> |
3968 | </ProtoInstance> |
3969 | <ProtoInstance name='Arc'> |
3970 | <fieldValue name='cylinderHeight' value='0.90761'/> |
3971 | <fieldValue name='cylinderTranslation' value='-0.51782 -1.37315 0.97689'/> |
3972 | <fieldValue name='coneTranslation' value='-0.52536 -1.38064 1.27050'/> |
3973 | <fieldValue name='rotation' value='90.70196 -0.00000 2.33087 1.59627'/> |
3974 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3975 | <fieldValue name='ballRadius' value='0.02'/> |
3976 | <fieldValue name='traceEnabled' value='false'/> |
3977 | <fieldValue name='displayMode'/> |
3978 | <fieldValue name='transparency' value='0'/> |
3979 | </ProtoInstance> |
3980 | <ProtoInstance name='Arc'> |
3981 | <fieldValue name='cylinderHeight' value='1.01438'/> |
3982 | <fieldValue name='cylinderTranslation' value='-0.47420 -0.34684 -0.23804'/> |
3983 | <fieldValue name='coneTranslation' value='-0.41428 -0.11921 -0.49325'/> |
3984 | <fieldValue name='rotation' value='-74.56493 0 -17.50773 0.85576'/> |
3985 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3986 | <fieldValue name='ballRadius' value='0.02'/> |
3987 | <fieldValue name='traceEnabled' value='false'/> |
3988 | <fieldValue name='displayMode'/> |
3989 | <fieldValue name='transparency' value='0'/> |
3990 | </ProtoInstance> |
3991 | <ProtoInstance name='Arc'> |
3992 | <fieldValue name='cylinderHeight' value='0.78330'/> |
3993 | <fieldValue name='cylinderTranslation' value='0.45499 -1.83980 0.88881'/> |
3994 | <fieldValue name='coneTranslation' value='0.24985 -1.75415 0.82366'/> |
3995 | <fieldValue name='rotation' value='-22.03100 0 69.36404 1.19205'/> |
3996 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3997 | <fieldValue name='ballRadius' value='0.02'/> |
3998 | <fieldValue name='traceEnabled' value='false'/> |
3999 | <fieldValue name='displayMode'/> |
4000 | <fieldValue name='transparency' value='0'/> |
4001 | </ProtoInstance> |
4002 | <ProtoInstance name='Arc'> |
4003 | <fieldValue name='cylinderHeight' value='0.57297'/> |
4004 | <fieldValue name='cylinderTranslation' value='-0.73724 -2.03601 -1.28786'/> |
4005 | <fieldValue name='coneTranslation' value='-0.78411 -2.11806 -1.37194'/> |
4006 | <fieldValue name='rotation' value='-38.08582 0 21.23362 2.27668'/> |
4007 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4008 | <fieldValue name='ballRadius' value='0.02'/> |
4009 | <fieldValue name='traceEnabled' value='false'/> |
4010 | <fieldValue name='displayMode'/> |
4011 | <fieldValue name='transparency' value='0'/> |
4012 | </ProtoInstance> |
4013 | <ProtoInstance name='Arc'> |
4014 | <fieldValue name='cylinderHeight' value='1.02253'/> |
4015 | <fieldValue name='cylinderTranslation' value='0.22920 -0.89840 -1.96298'/> |
4016 | <fieldValue name='coneTranslation' value='0.16077 -0.99528 -1.63235'/> |
4017 | <fieldValue name='rotation' value='96.24720 -0.00000 19.92024 1.85024'/> |
4018 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4019 | <fieldValue name='ballRadius' value='0.02'/> |
4020 | <fieldValue name='traceEnabled' value='false'/> |
4021 | <fieldValue name='displayMode'/> |
4022 | <fieldValue name='transparency' value='0'/> |
4023 | </ProtoInstance> |
4024 | <ProtoInstance name='Arc'> |
4025 | <fieldValue name='cylinderHeight' value='0.66374'/> |
4026 | <fieldValue name='cylinderTranslation' value='-0.03079 -1.05999 0.49640'/> |
4027 | <fieldValue name='coneTranslation' value='0.04954 -1.08929 0.34731'/> |
4028 | <fieldValue name='rotation' value='-57.57730 0 -31.02125 1.74208'/> |
4029 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4030 | <fieldValue name='ballRadius' value='0.02'/> |
4031 | <fieldValue name='traceEnabled' value='false'/> |
4032 | <fieldValue name='displayMode'/> |
4033 | <fieldValue name='transparency' value='0'/> |
4034 | </ProtoInstance> |
4035 | <ProtoInstance name='Arc'> |
4036 | <fieldValue name='cylinderHeight' value='0.34564'/> |
4037 | <fieldValue name='cylinderTranslation' value='-0.32298 -1.01100 0.88924'/> |
4038 | <fieldValue name='coneTranslation' value='-0.33315 -1.01156 0.89702'/> |
4039 | <fieldValue name='rotation' value='20.99077 -0.00000 27.41779 1.61463'/> |
4040 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4041 | <fieldValue name='ballRadius' value='0.02'/> |
4042 | <fieldValue name='traceEnabled' value='false'/> |
4043 | <fieldValue name='displayMode'/> |
4044 | <fieldValue name='transparency' value='0'/> |
4045 | </ProtoInstance> |
4046 | <ProtoInstance name='Arc'> |
4047 | <fieldValue name='cylinderHeight' value='0.04666'/> |
4048 | <fieldValue name='cylinderTranslation' value='-0.33046 -1.96618 -1.50405'/> |
4049 | <fieldValue name='coneTranslation' value='-0.25834 -1.85065 -1.49261'/> |
4050 | <fieldValue name='rotation' value='-0.39067 0 2.46203 2.57794'/> |
4051 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4052 | <fieldValue name='ballRadius' value='0.02'/> |
4053 | <fieldValue name='traceEnabled' value='false'/> |
4054 | <fieldValue name='displayMode'/> |
4055 | <fieldValue name='transparency' value='0'/> |
4056 | </ProtoInstance> |
4057 | <ProtoInstance name='Arc'> |
4058 | <fieldValue name='cylinderHeight' value='0.49754'/> |
4059 | <fieldValue name='cylinderTranslation' value='2.31459 -0.91637 0.19049'/> |
4060 | <fieldValue name='coneTranslation' value='2.22903 -0.93668 0.17839'/> |
4061 | <fieldValue name='rotation' value='-6.78357 0 47.95666 1.80164'/> |
4062 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4063 | <fieldValue name='ballRadius' value='0.02'/> |
4064 | <fieldValue name='traceEnabled' value='false'/> |
4065 | <fieldValue name='displayMode'/> |
4066 | <fieldValue name='transparency' value='0'/> |
4067 | </ProtoInstance> |
4068 | <ProtoInstance name='Arc'> |
4069 | <fieldValue name='cylinderHeight' value='0.33915'/> |
4070 | <fieldValue name='cylinderTranslation' value='-2.09942 0.89760 -0.34539'/> |
4071 | <fieldValue name='coneTranslation' value='-2.09210 0.89147 -0.34610'/> |
4072 | <fieldValue name='rotation' value='-2.49722 0 -25.95027 2.26481'/> |
4073 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4074 | <fieldValue name='ballRadius' value='0.02'/> |
4075 | <fieldValue name='traceEnabled' value='false'/> |
4076 | <fieldValue name='displayMode'/> |
4077 | <fieldValue name='transparency' value='0'/> |
4078 | </ProtoInstance> |
4079 | <ProtoInstance name='Arc'> |
4080 | <fieldValue name='cylinderHeight' value='0.64253'/> |
4081 | <fieldValue name='cylinderTranslation' value='-1.24932 -0.87098 0.54762'/> |
4082 | <fieldValue name='coneTranslation' value='-1.39320 -0.87392 0.62039'/> |
4083 | <fieldValue name='rotation' value='28.99748 -0.00000 57.32568 1.58901'/> |
4084 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4085 | <fieldValue name='ballRadius' value='0.02'/> |
4086 | <fieldValue name='traceEnabled' value='false'/> |
4087 | <fieldValue name='displayMode'/> |
4088 | <fieldValue name='transparency' value='0'/> |
4089 | </ProtoInstance> |
4090 | <ProtoInstance name='Arc'> |
4091 | <fieldValue name='cylinderHeight' value='0.69914'/> |
4092 | <fieldValue name='cylinderTranslation' value='-0.67943 -1.39219 -0.10728'/> |
4093 | <fieldValue name='coneTranslation' value='-0.52585 -1.34438 -0.20761'/> |
4094 | <fieldValue name='rotation' value='-36.99858 0 -56.64125 1.31585'/> |
4095 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4096 | <fieldValue name='ballRadius' value='0.02'/> |
4097 | <fieldValue name='traceEnabled' value='false'/> |
4098 | <fieldValue name='displayMode'/> |
4099 | <fieldValue name='transparency' value='0'/> |
4100 | </ProtoInstance> |
4101 | <ProtoInstance name='Arc'> |
4102 | <fieldValue name='cylinderHeight' value='0.75891'/> |
4103 | <fieldValue name='cylinderTranslation' value='0.72741 -0.03220 -1.76300'/> |
4104 | <fieldValue name='coneTranslation' value='0.66485 0.03324 -1.56309'/> |
4105 | <fieldValue name='rotation' value='69.13169 -0.00000 21.63500 1.26798'/> |
4106 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4107 | <fieldValue name='ballRadius' value='0.02'/> |
4108 | <fieldValue name='traceEnabled' value='false'/> |
4109 | <fieldValue name='displayMode'/> |
4110 | <fieldValue name='transparency' value='0'/> |
4111 | </ProtoInstance> |
4112 | <ProtoInstance name='Arc'> |
4113 | <fieldValue name='cylinderHeight' value='0.87276'/> |
4114 | <fieldValue name='cylinderTranslation' value='-0.87094 -0.81865 -1.06276'/> |
4115 | <fieldValue name='coneTranslation' value='-0.80890 -1.01659 -1.24540'/> |
4116 | <fieldValue name='rotation' value='-57.67308 0 -19.59184 2.36913'/> |
4117 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4118 | <fieldValue name='ballRadius' value='0.02'/> |
4119 | <fieldValue name='traceEnabled' value='false'/> |
4120 | <fieldValue name='displayMode'/> |
4121 | <fieldValue name='transparency' value='0'/> |
4122 | </ProtoInstance> |
4123 | <ProtoInstance name='Arc'> |
4124 | <fieldValue name='cylinderHeight' value='0.81567'/> |
4125 | <fieldValue name='cylinderTranslation' value='-1.16842 -0.35250 -0.45358'/> |
4126 | <fieldValue name='coneTranslation' value='-1.28966 -0.25915 -0.25862'/> |
4127 | <fieldValue name='rotation' value='64.16397 -0.00000 39.90283 1.18461'/> |
4128 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4129 | <fieldValue name='ballRadius' value='0.02'/> |
4130 | <fieldValue name='traceEnabled' value='false'/> |
4131 | <fieldValue name='displayMode'/> |
4132 | <fieldValue name='transparency' value='0'/> |
4133 | </ProtoInstance> |
4134 | <ProtoInstance name='Arc'> |
4135 | <fieldValue name='cylinderHeight' value='0.12752'/> |
4136 | <fieldValue name='cylinderTranslation' value='-0.52059 -1.03300 1.00814'/> |
4137 | <fieldValue name='coneTranslation' value='-0.61194 -1.05477 1.02920'/> |
4138 | <fieldValue name='rotation' value='-2.78977 0 -12.10365 1.34254'/> |
4139 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4140 | <fieldValue name='ballRadius' value='0.02'/> |
4141 | <fieldValue name='traceEnabled' value='false'/> |
4142 | <fieldValue name='displayMode'/> |
4143 | <fieldValue name='transparency' value='0'/> |
4144 | </ProtoInstance> |
4145 | <ProtoInstance name='Arc'> |
4146 | <fieldValue name='cylinderHeight' value='0.46591'/> |
4147 | <fieldValue name='cylinderTranslation' value='1.16389 1.86141 2.58875'/> |
4148 | <fieldValue name='coneTranslation' value='1.12608 1.89895 2.53891'/> |
4149 | <fieldValue name='rotation' value='-31.82792 0 24.14600 1.03033'/> |
4150 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4151 | <fieldValue name='ballRadius' value='0.02'/> |
4152 | <fieldValue name='traceEnabled' value='false'/> |
4153 | <fieldValue name='displayMode'/> |
4154 | <fieldValue name='transparency' value='0'/> |
4155 | </ProtoInstance> |
4156 | <ProtoInstance name='Arc'> |
4157 | <fieldValue name='cylinderHeight' value='0.67376'/> |
4158 | <fieldValue name='cylinderTranslation' value='-0.87021 -2.04180 0.44672'/> |
4159 | <fieldValue name='coneTranslation' value='-0.79193 -1.88732 0.41076'/> |
4160 | <fieldValue name='rotation' value='-13.69787 0 -29.81882 0.50869'/> |
4161 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4162 | <fieldValue name='ballRadius' value='0.02'/> |
4163 | <fieldValue name='traceEnabled' value='false'/> |
4164 | <fieldValue name='displayMode'/> |
4165 | <fieldValue name='transparency' value='0'/> |
4166 | </ProtoInstance> |
4167 | <ProtoInstance name='Arc'> |
4168 | <fieldValue name='cylinderHeight' value='0.27943'/> |
4169 | <fieldValue name='cylinderTranslation' value='1.17909 1.98464 2.46171'/> |
4170 | <fieldValue name='coneTranslation' value='1.19883 1.98512 2.46637'/> |
4171 | <fieldValue name='rotation' value='-6.42099 0 27.18742 1.59487'/> |
4172 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4173 | <fieldValue name='ballRadius' value='0.02'/> |
4174 | <fieldValue name='traceEnabled' value='false'/> |
4175 | <fieldValue name='displayMode'/> |
4176 | <fieldValue name='transparency' value='0'/> |
4177 | </ProtoInstance> |
4178 | <ProtoInstance name='Arc'> |
4179 | <fieldValue name='cylinderHeight' value='0.34233'/> |
4180 | <fieldValue name='cylinderTranslation' value='1.46917 1.77558 2.61993'/> |
4181 | <fieldValue name='coneTranslation' value='1.46134 1.78281 2.61659'/> |
4182 | <fieldValue name='rotation' value='-10.23616 0 23.99062 0.86629'/> |
4183 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4184 | <fieldValue name='ballRadius' value='0.02'/> |
4185 | <fieldValue name='traceEnabled' value='false'/> |
4186 | <fieldValue name='displayMode'/> |
4187 | <fieldValue name='transparency' value='0'/> |
4188 | </ProtoInstance> |
4189 | <ProtoInstance name='Arc'> |
4190 | <fieldValue name='cylinderHeight' value='0.34544'/> |
4191 | <fieldValue name='cylinderTranslation' value='2.03394 -2.32745 -2.29234'/> |
4192 | <fieldValue name='coneTranslation' value='2.04471 -2.32691 -2.29907'/> |
4193 | <fieldValue name='rotation' value='-18.29456 0 -29.26522 1.52852'/> |
4194 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4195 | <fieldValue name='ballRadius' value='0.02'/> |
4196 | <fieldValue name='traceEnabled' value='false'/> |
4197 | <fieldValue name='displayMode'/> |
4198 | <fieldValue name='transparency' value='0'/> |
4199 | </ProtoInstance> |
4200 | <ProtoInstance name='Arc'> |
4201 | <fieldValue name='cylinderHeight' value='0.87041'/> |
4202 | <fieldValue name='cylinderTranslation' value='0.35665 -0.83234 -2.00428'/> |
4203 | <fieldValue name='coneTranslation' value='0.22816 -0.96061 -1.79746'/> |
4204 | <fieldValue name='rotation' value='65.41224 -0.00000 40.63697 2.05568'/> |
4205 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4206 | <fieldValue name='ballRadius' value='0.02'/> |
4207 | <fieldValue name='traceEnabled' value='false'/> |
4208 | <fieldValue name='displayMode'/> |
4209 | <fieldValue name='transparency' value='0'/> |
4210 | </ProtoInstance> |
4211 | <ProtoInstance name='Arc'> |
4212 | <fieldValue name='cylinderHeight' value='0.65393'/> |
4213 | <fieldValue name='cylinderTranslation' value='-0.01361 -1.06937 -1.23083'/> |
4214 | <fieldValue name='coneTranslation' value='0.11584 -1.17309 -1.24988'/> |
4215 | <fieldValue name='rotation' value='-7.46257 0 -50.70048 2.24104'/> |
4216 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4217 | <fieldValue name='ballRadius' value='0.02'/> |
4218 | <fieldValue name='traceEnabled' value='false'/> |
4219 | <fieldValue name='displayMode'/> |
4220 | <fieldValue name='transparency' value='0'/> |
4221 | </ProtoInstance> |
4222 | <ProtoInstance name='Arc'> |
4223 | <fieldValue name='cylinderHeight' value='0.62932'/> |
4224 | <fieldValue name='cylinderTranslation' value='-0.38757 -1.06313 -1.40740'/> |
4225 | <fieldValue name='coneTranslation' value='-0.44677 -1.15989 -1.51253'/> |
4226 | <fieldValue name='rotation' value='-42.77785 0 24.09045 2.24673'/> |
4227 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4228 | <fieldValue name='ballRadius' value='0.02'/> |
4229 | <fieldValue name='traceEnabled' value='false'/> |
4230 | <fieldValue name='displayMode'/> |
4231 | <fieldValue name='transparency' value='0'/> |
4232 | </ProtoInstance> |
4233 | <ProtoInstance name='Arc'> |
4234 | <fieldValue name='cylinderHeight' value='0.81355'/> |
4235 | <fieldValue name='cylinderTranslation' value='0.55805 -1.17927 -1.03244'/> |
4236 | <fieldValue name='coneTranslation' value='0.36503 -1.23582 -1.17543'/> |
4237 | <fieldValue name='rotation' value='-47.13952 0 63.63238 1.80197'/> |
4238 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4239 | <fieldValue name='ballRadius' value='0.02'/> |
4240 | <fieldValue name='traceEnabled' value='false'/> |
4241 | <fieldValue name='displayMode'/> |
4242 | <fieldValue name='transparency' value='0'/> |
4243 | </ProtoInstance> |
4244 | <ProtoInstance name='Arc'> |
4245 | <fieldValue name='cylinderHeight' value='1.03393'/> |
4246 | <fieldValue name='cylinderTranslation' value='1.38635 -1.00592 -0.82107'/> |
4247 | <fieldValue name='coneTranslation' value='1.73860 -0.95057 -0.83787'/> |
4248 | <fieldValue name='rotation' value='-4.86568 0 -102.02691 1.41512'/> |
4249 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4250 | <fieldValue name='ballRadius' value='0.02'/> |
4251 | <fieldValue name='traceEnabled' value='false'/> |
4252 | <fieldValue name='displayMode'/> |
4253 | <fieldValue name='transparency' value='0'/> |
4254 | </ProtoInstance> |
4255 | <ProtoInstance name='Arc'> |
4256 | <fieldValue name='cylinderHeight' value='0.40702'/> |
4257 | <fieldValue name='cylinderTranslation' value='-0.76264 -2.16385 0.85806'/> |
4258 | <fieldValue name='coneTranslation' value='-0.77276 -2.20076 0.87876'/> |
4259 | <fieldValue name='rotation' value='19.36334 -0.00000 9.46227 2.58358'/> |
4260 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4261 | <fieldValue name='ballRadius' value='0.02'/> |
4262 | <fieldValue name='traceEnabled' value='false'/> |
4263 | <fieldValue name='displayMode'/> |
4264 | <fieldValue name='transparency' value='0'/> |
4265 | </ProtoInstance> |
4266 | <ProtoInstance name='Arc'> |
4267 | <fieldValue name='cylinderHeight' value='0.48213'/> |
4268 | <fieldValue name='cylinderTranslation' value='-0.23084 1.17579 -1.77681'/> |
4269 | <fieldValue name='coneTranslation' value='-0.22436 1.11548 -1.72303'/> |
4270 | <fieldValue name='rotation' value='31.98635 0 -3.85377 2.40976'/> |
4271 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4272 | <fieldValue name='ballRadius' value='0.02'/> |
4273 | <fieldValue name='traceEnabled' value='false'/> |
4274 | <fieldValue name='displayMode'/> |
4275 | <fieldValue name='transparency' value='0'/> |
4276 | </ProtoInstance> |
4277 | <ProtoInstance name='Arc'> |
4278 | <fieldValue name='cylinderHeight' value='0.04055'/> |
4279 | <fieldValue name='cylinderTranslation' value='0.09863 -1.67113 0.75267'/> |
4280 | <fieldValue name='coneTranslation' value='0.07712 -1.73503 0.87505'/> |
4281 | <fieldValue name='rotation' value='-3.55133 0 -0.62415 1.09581'/> |
4282 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4283 | <fieldValue name='ballRadius' value='0.02'/> |
4284 | <fieldValue name='traceEnabled' value='false'/> |
4285 | <fieldValue name='displayMode'/> |
4286 | <fieldValue name='transparency' value='0'/> |
4287 | </ProtoInstance> |
4288 | <ProtoInstance name='Arc'> |
4289 | <fieldValue name='cylinderHeight' value='1.23484'/> |
4290 | <fieldValue name='cylinderTranslation' value='0.23471 -0.95928 -0.37825'/> |
4291 | <fieldValue name='coneTranslation' value='0.15293 -1.07580 0.05646'/> |
4292 | <fieldValue name='rotation' value='117.35185 -0.00000 22.07890 1.82837'/> |
4293 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4294 | <fieldValue name='ballRadius' value='0.02'/> |
4295 | <fieldValue name='traceEnabled' value='false'/> |
4296 | <fieldValue name='displayMode'/> |
4297 | <fieldValue name='transparency' value='0'/> |
4298 | </ProtoInstance> |
4299 | <ProtoInstance name='Arc'> |
4300 | <fieldValue name='cylinderHeight' value='0.34932'/> |
4301 | <fieldValue name='cylinderTranslation' value='1.19618 1.93385 2.49918'/> |
4302 | <fieldValue name='coneTranslation' value='1.18334 1.93783 2.49334'/> |
4303 | <fieldValue name='rotation' value='-13.91424 0 30.60556 1.29586'/> |
4304 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4305 | <fieldValue name='ballRadius' value='0.02'/> |
4306 | <fieldValue name='traceEnabled' value='false'/> |
4307 | <fieldValue name='displayMode'/> |
4308 | <fieldValue name='transparency' value='0'/> |
4309 | </ProtoInstance> |
4310 | <ProtoInstance name='Arc'> |
4311 | <fieldValue name='cylinderHeight' value='0.39392'/> |
4312 | <fieldValue name='cylinderTranslation' value='2.48119 -0.40848 -0.07396'/> |
4313 | <fieldValue name='coneTranslation' value='2.51112 -0.39312 -0.05865'/> |
4314 | <fieldValue name='rotation' value='16.32257 0 -31.89729 1.14234'/> |
4315 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4316 | <fieldValue name='ballRadius' value='0.02'/> |
4317 | <fieldValue name='traceEnabled' value='false'/> |
4318 | <fieldValue name='displayMode'/> |
4319 | <fieldValue name='transparency' value='0'/> |
4320 | </ProtoInstance> |
4321 | <ProtoInstance name='Arc'> |
4322 | <fieldValue name='cylinderHeight' value='0.58828'/> |
4323 | <fieldValue name='cylinderTranslation' value='-0.63806 -1.71725 0.09770'/> |
4324 | <fieldValue name='coneTranslation' value='-0.67593 -1.73108 0.22563'/> |
4325 | <fieldValue name='rotation' value='56.10701 -0.00000 16.61184 1.67408'/> |
4326 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4327 | <fieldValue name='ballRadius' value='0.02'/> |
4328 | <fieldValue name='traceEnabled' value='false'/> |
4329 | <fieldValue name='displayMode'/> |
4330 | <fieldValue name='transparency' value='0'/> |
4331 | </ProtoInstance> |
4332 | <ProtoInstance name='Arc'> |
4333 | <fieldValue name='cylinderHeight' value='0.36737'/> |
4334 | <fieldValue name='cylinderTranslation' value='0.89737 -0.35170 -2.53712'/> |
4335 | <fieldValue name='coneTranslation' value='0.89033 -0.35959 -2.51593'/> |
4336 | <fieldValue name='rotation' value='32.86915 -0.00000 10.92192 1.91062'/> |
4337 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4338 | <fieldValue name='ballRadius' value='0.02'/> |
4339 | <fieldValue name='traceEnabled' value='false'/> |
4340 | <fieldValue name='displayMode'/> |
4341 | <fieldValue name='transparency' value='0'/> |
4342 | </ProtoInstance> |
4343 | <ProtoInstance name='Arc'> |
4344 | <fieldValue name='cylinderHeight' value='0.58152'/> |
4345 | <fieldValue name='cylinderTranslation' value='-0.88054 -1.85942 -1.34245'/> |
4346 | <fieldValue name='coneTranslation' value='-0.95195 -1.91383 -1.43753'/> |
4347 | <fieldValue name='rotation' value='-42.28001 0 31.75722 1.99998'/> |
4348 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4349 | <fieldValue name='ballRadius' value='0.02'/> |
4350 | <fieldValue name='traceEnabled' value='false'/> |
4351 | <fieldValue name='displayMode'/> |
4352 | <fieldValue name='transparency' value='0'/> |
4353 | </ProtoInstance> |
4354 | <ProtoInstance name='Arc'> |
4355 | <fieldValue name='cylinderHeight' value='0.42536'/> |
4356 | <fieldValue name='cylinderTranslation' value='-0.52341 -1.58150 0.78566'/> |
4357 | <fieldValue name='coneTranslation' value='-0.50487 -1.55481 0.74420'/> |
4358 | <fieldValue name='rotation' value='-33.47451 0 -14.97318 1.03941'/> |
4359 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4360 | <fieldValue name='ballRadius' value='0.02'/> |
4361 | <fieldValue name='traceEnabled' value='false'/> |
4362 | <fieldValue name='displayMode'/> |
4363 | <fieldValue name='transparency' value='0'/> |
4364 | </ProtoInstance> |
4365 | <ProtoInstance name='Arc'> |
4366 | <fieldValue name='cylinderHeight' value='0.00682'/> |
4367 | <fieldValue name='cylinderTranslation' value='-0.21448 1.11249 -1.68655'/> |
4368 | <fieldValue name='coneTranslation' value='-0.18290 1.26129 -1.72373'/> |
4369 | <fieldValue name='rotation' value='0.16186 -0.00000 0.13744 2.82479'/> |
4370 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4371 | <fieldValue name='ballRadius' value='0.02'/> |
4372 | <fieldValue name='traceEnabled' value='false'/> |
4373 | <fieldValue name='displayMode'/> |
4374 | <fieldValue name='transparency' value='0'/> |
4375 | </ProtoInstance> |
4376 | <ProtoInstance name='Arc'> |
4377 | <fieldValue name='cylinderHeight' value='0.44844'/> |
4378 | <fieldValue name='cylinderTranslation' value='-1.27465 -1.86212 0.64764'/> |
4379 | <fieldValue name='coneTranslation' value='-1.32572 -1.89790 0.66298'/> |
4380 | <fieldValue name='rotation' value='10.71245 -0.00000 35.66417 2.16178'/> |
4381 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4382 | <fieldValue name='ballRadius' value='0.02'/> |
4383 | <fieldValue name='traceEnabled' value='false'/> |
4384 | <fieldValue name='displayMode'/> |
4385 | <fieldValue name='transparency' value='0'/> |
4386 | </ProtoInstance> |
4387 | <ProtoInstance name='Arc'> |
4388 | <fieldValue name='cylinderHeight' value='0.34329'/> |
4389 | <fieldValue name='cylinderTranslation' value='0.04456 2.18289 2.06537'/> |
4390 | <fieldValue name='coneTranslation' value='0.05280 2.17539 2.06202'/> |
4391 | <fieldValue name='rotation' value='-9.88446 0 -24.31606 2.27115'/> |
4392 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4393 | <fieldValue name='ballRadius' value='0.02'/> |
4394 | <fieldValue name='traceEnabled' value='false'/> |
4395 | <fieldValue name='displayMode'/> |
4396 | <fieldValue name='transparency' value='0'/> |
4397 | </ProtoInstance> |
4398 | <ProtoInstance name='Arc'> |
4399 | <fieldValue name='cylinderHeight' value='0.62016'/> |
4400 | <fieldValue name='cylinderTranslation' value='-0.17019 -1.58436 0.69847'/> |
4401 | <fieldValue name='coneTranslation' value='-0.30492 -1.53081 0.65966'/> |
4402 | <fieldValue name='rotation' value='-16.03684 0 55.67119 1.20599'/> |
4403 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4404 | <fieldValue name='ballRadius' value='0.02'/> |
4405 | <fieldValue name='traceEnabled' value='false'/> |
4406 | <fieldValue name='displayMode'/> |
4407 | <fieldValue name='transparency' value='0'/> |
4408 | </ProtoInstance> |
4409 | <ProtoInstance name='Arc'> |
4410 | <fieldValue name='cylinderHeight' value='0.97394'/> |
4411 | <fieldValue name='cylinderTranslation' value='0.60465 2.02677 2.22278'/> |
4412 | <fieldValue name='coneTranslation' value='0.89908 1.99622 2.36165'/> |
4413 | <fieldValue name='rotation' value='41.36625 0 -87.70212 1.66436'/> |
4414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4415 | <fieldValue name='ballRadius' value='0.02'/> |
4416 | <fieldValue name='traceEnabled' value='false'/> |
4417 | <fieldValue name='displayMode'/> |
4418 | <fieldValue name='transparency' value='0'/> |
4419 | </ProtoInstance> |
4420 | <ProtoInstance name='Arc'> |
4421 | <fieldValue name='cylinderHeight' value='0.39845'/> |
4422 | <fieldValue name='cylinderTranslation' value='2.45427 -0.26795 -0.24148'/> |
4423 | <fieldValue name='coneTranslation' value='2.42479 -0.29366 -0.24449'/> |
4424 | <fieldValue name='rotation' value='-3.05993 0 29.94028 2.28543'/> |
4425 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4426 | <fieldValue name='ballRadius' value='0.02'/> |
4427 | <fieldValue name='traceEnabled' value='false'/> |
4428 | <fieldValue name='displayMode'/> |
4429 | <fieldValue name='transparency' value='0'/> |
4430 | </ProtoInstance> |
4431 | <ProtoInstance name='Arc'> |
4432 | <fieldValue name='cylinderHeight' value='0.13220'/> |
4433 | <fieldValue name='cylinderTranslation' value='-0.21337 1.05285 -1.65131'/> |
4434 | <fieldValue name='coneTranslation' value='-0.21592 1.13296 -1.70022'/> |
4435 | <fieldValue name='rotation' value='6.88603 0 -0.35977 2.59289'/> |
4436 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4437 | <fieldValue name='ballRadius' value='0.02'/> |
4438 | <fieldValue name='traceEnabled' value='false'/> |
4439 | <fieldValue name='displayMode'/> |
4440 | <fieldValue name='transparency' value='0'/> |
4441 | </ProtoInstance> |
4442 | <ProtoInstance name='Arc'> |
4443 | <fieldValue name='cylinderHeight' value='1.32716'/> |
4444 | <fieldValue name='cylinderTranslation' value='-0.13331 -1.17172 -0.88701'/> |
4445 | <fieldValue name='coneTranslation' value='0.06621 -1.07132 -1.33835'/> |
4446 | <fieldValue name='rotation' value='-118.94678 0 -52.58300 1.37006'/> |
4447 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4448 | <fieldValue name='ballRadius' value='0.02'/> |
4449 | <fieldValue name='traceEnabled' value='false'/> |
4450 | <fieldValue name='displayMode'/> |
4451 | <fieldValue name='transparency' value='0'/> |
4452 | </ProtoInstance> |
4453 | <ProtoInstance name='Arc'> |
4454 | <fieldValue name='cylinderHeight' value='1.05642'/> |
4455 | <fieldValue name='cylinderTranslation' value='-0.56743 -0.91058 0.01576'/> |
4456 | <fieldValue name='coneTranslation' value='-0.68677 -0.63630 0.23049'/> |
4457 | <fieldValue name='rotation' value='61.60702 -0.00000 34.24041 0.73043'/> |
4458 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4459 | <fieldValue name='ballRadius' value='0.02'/> |
4460 | <fieldValue name='traceEnabled' value='false'/> |
4461 | <fieldValue name='displayMode'/> |
4462 | <fieldValue name='transparency' value='0'/> |
4463 | </ProtoInstance> |
4464 | <ProtoInstance name='Arc'> |
4465 | <fieldValue name='cylinderHeight' value='0.19697'/> |
4466 | <fieldValue name='cylinderTranslation' value='0.14153 -1.03730 -1.57948'/> |
4467 | <fieldValue name='coneTranslation' value='0.13408 -1.03862 -1.51843'/> |
4468 | <fieldValue name='rotation' value='-19.54724 0 -2.38607 1.54933'/> |
4469 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4470 | <fieldValue name='ballRadius' value='0.02'/> |
4471 | <fieldValue name='traceEnabled' value='false'/> |
4472 | <fieldValue name='displayMode'/> |
4473 | <fieldValue name='transparency' value='0'/> |
4474 | </ProtoInstance> |
4475 | <ProtoInstance name='Vertex'> |
4476 | <fieldValue name='vertexText' value='"2010-01-14-ACTIONAIDUSA.ORG"'/> |
4477 | <fieldValue name='description' value='1: 2010-01-14-ACTIONAIDUSA.ORG'/> |
4478 | <fieldValue name='url'/> |
4479 | <fieldValue name='radius' value='0.1500'/> |
4480 | <fieldValue name='displayMode'/> |
4481 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4482 | <fieldValue name='transparency' value='0'/> |
4483 | <fieldValue name='translation' value='-0.57385 2.06498 1.61102'/> |
4484 | <fieldValue name='textTranslation' value='-0.42385 2.06498 1.61102'/> |
4485 | <fieldValue name='textColor' value='0 0 0'/> |
4486 | </ProtoInstance> |
4487 | <ProtoInstance name='Vertex'> |
4488 | <fieldValue name='vertexText' value='"2010-01-14-ARMY.MIL"'/> |
4489 | <fieldValue name='description' value='2: 2010-01-14-ARMY.MIL'/> |
4490 | <fieldValue name='url'/> |
4491 | <fieldValue name='radius' value='0.1500'/> |
4492 | <fieldValue name='displayMode'/> |
4493 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4494 | <fieldValue name='transparency' value='0'/> |
4495 | <fieldValue name='translation' value='-0.51132 -1.38435 0.40829'/> |
4496 | <fieldValue name='textTranslation' value='-0.36132 -1.38435 0.40829'/> |
4497 | <fieldValue name='textColor' value='0 0 0'/> |
4498 | </ProtoInstance> |
4499 | <ProtoInstance name='Vertex'> |
4500 | <fieldValue name='vertexText' value='"2010-01-14-CARITAS.ORG-ACTIVITIES"'/> |
4501 | <fieldValue name='description' value='3: 2010-01-14-CARITAS.ORG-ACTIVITIES'/> |
4502 | <fieldValue name='url'/> |
4503 | <fieldValue name='radius' value='0.1500'/> |
4504 | <fieldValue name='displayMode'/> |
4505 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4506 | <fieldValue name='transparency' value='0'/> |
4507 | <fieldValue name='translation' value='1.51852 -2.15252 -1.91555'/> |
4508 | <fieldValue name='textTranslation' value='1.66852 -2.15252 -1.91555'/> |
4509 | <fieldValue name='textColor' value='0 0 0'/> |
4510 | </ProtoInstance> |
4511 | <ProtoInstance name='Vertex'> |
4512 | <fieldValue name='vertexText' value='"2010-01-14-DEFENSE.GOV-HOME"'/> |
4513 | <fieldValue name='description' value='4: 2010-01-14-DEFENSE.GOV-HOME'/> |
4514 | <fieldValue name='url'/> |
4515 | <fieldValue name='radius' value='0.1500'/> |
4516 | <fieldValue name='displayMode'/> |
4517 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4518 | <fieldValue name='transparency' value='0'/> |
4519 | <fieldValue name='translation' value='1.16902 1.95475 2.44174'/> |
4520 | <fieldValue name='textTranslation' value='1.31902 1.95475 2.44174'/> |
4521 | <fieldValue name='textColor' value='0 0 0'/> |
4522 | </ProtoInstance> |
4523 | <ProtoInstance name='Vertex'> |
4524 | <fieldValue name='vertexText' value='"2010-01-14-DHS.GOV-JOURNAL"'/> |
4525 | <fieldValue name='description' value='5: 2010-01-14-DHS.GOV-JOURNAL'/> |
4526 | <fieldValue name='url'/> |
4527 | <fieldValue name='radius' value='0.1500'/> |
4528 | <fieldValue name='displayMode'/> |
4529 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4530 | <fieldValue name='transparency' value='0'/> |
4531 | <fieldValue name='translation' value='0.61601 -0.60259 -1.86835'/> |
4532 | <fieldValue name='textTranslation' value='0.76601 -0.60259 -1.86835'/> |
4533 | <fieldValue name='textColor' value='0 0 0'/> |
4534 | </ProtoInstance> |
4535 | <ProtoInstance name='Vertex'> |
4536 | <fieldValue name='vertexText' value='"2010-01-14-HAITI.USEMBASSY.GOV"'/> |
4537 | <fieldValue name='description' value='6: 2010-01-14-HAITI.USEMBASSY.GOV'/> |
4538 | <fieldValue name='url'/> |
4539 | <fieldValue name='radius' value='0.1500'/> |
4540 | <fieldValue name='displayMode'/> |
4541 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4542 | <fieldValue name='transparency' value='0'/> |
4543 | <fieldValue name='translation' value='-0.16561 0.64611 -1.37918'/> |
4544 | <fieldValue name='textTranslation' value='-0.01561 0.64611 -1.37918'/> |
4545 | <fieldValue name='textColor' value='0 0 0'/> |
4546 | </ProtoInstance> |
4547 | <ProtoInstance name='Vertex'> |
4548 | <fieldValue name='vertexText' value='"2010-01-14-INTERACTION.ORG-CRISIS"'/> |
4549 | <fieldValue name='description' value='7: 2010-01-14-INTERACTION.ORG-CRISIS'/> |
4550 | <fieldValue name='url'/> |
4551 | <fieldValue name='radius' value='0.1500'/> |
4552 | <fieldValue name='displayMode'/> |
4553 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4554 | <fieldValue name='transparency' value='0'/> |
4555 | <fieldValue name='translation' value='1.78418 -0.68717 -0.32564'/> |
4556 | <fieldValue name='textTranslation' value='1.93418 -0.68717 -0.32564'/> |
4557 | <fieldValue name='textColor' value='0 0 0'/> |
4558 | </ProtoInstance> |
4559 | <ProtoInstance name='Vertex'> |
4560 | <fieldValue name='vertexText' value='"2010-01-14-SEARCH.AHP.US.ARMY.MIL-SEARCH"'/> |
4561 | <fieldValue name='description' value='8: 2010-01-14-SEARCH.AHP.US.ARMY.MIL-SEARCH'/> |
4562 | <fieldValue name='url'/> |
4563 | <fieldValue name='radius' value='0.1500'/> |
4564 | <fieldValue name='displayMode'/> |
4565 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4566 | <fieldValue name='transparency' value='0'/> |
4567 | <fieldValue name='translation' value='0.59998 -1.79651 0.72339'/> |
4568 | <fieldValue name='textTranslation' value='0.74998 -1.79651 0.72339'/> |
4569 | <fieldValue name='textColor' value='0 0 0'/> |
4570 | </ProtoInstance> |
4571 | <ProtoInstance name='Vertex'> |
4572 | <fieldValue name='vertexText' value='"2010-01-14-SOUTHCOM.MIL-APPSSC"'/> |
4573 | <fieldValue name='description' value='9: 2010-01-14-SOUTHCOM.MIL-APPSSC'/> |
4574 | <fieldValue name='url'/> |
4575 | <fieldValue name='radius' value='0.1500'/> |
4576 | <fieldValue name='displayMode'/> |
4577 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4578 | <fieldValue name='transparency' value='0'/> |
4579 | <fieldValue name='translation' value='-0.22042 -1.44766 -1.12321'/> |
4580 | <fieldValue name='textTranslation' value='-0.07042 -1.44766 -1.12321'/> |
4581 | <fieldValue name='textColor' value='0 0 0'/> |
4582 | </ProtoInstance> |
4583 | <ProtoInstance name='Vertex'> |
4584 | <fieldValue name='vertexText' value='"2010-01-14-TWITTER.COM-USAID_HAITI"'/> |
4585 | <fieldValue name='description' value='10: 2010-01-14-TWITTER.COM-USAID_HAITI'/> |
4586 | <fieldValue name='url'/> |
4587 | <fieldValue name='radius' value='0.1500'/> |
4588 | <fieldValue name='displayMode'/> |
4589 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4590 | <fieldValue name='transparency' value='0'/> |
4591 | <fieldValue name='translation' value='-1.56289 0.41068 -0.34492'/> |
4592 | <fieldValue name='textTranslation' value='-1.41289 0.41068 -0.34492'/> |
4593 | <fieldValue name='textColor' value='0 0 0'/> |
4594 | </ProtoInstance> |
4595 | <ProtoInstance name='Vertex'> |
4596 | <fieldValue name='vertexText' value=' "Haiti/2010-01-14/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-14.simple" '/> |
4597 | <fieldValue name='description' value='11: Haiti/2010-01-14/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-14.simple'/> |
4598 | <fieldValue name='url'/> |
4599 | <fieldValue name='radius' value='0.1500'/> |
4600 | <fieldValue name='displayMode'/> |
4601 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4602 | <fieldValue name='transparency' value='0'/> |
4603 | <fieldValue name='translation' value='-2.74861 2.04914 -0.36044'/> |
4604 | <fieldValue name='textTranslation' value='-2.59861 2.04914 -0.36044'/> |
4605 | <fieldValue name='textColor' value='0 0 0'/> |
4606 | </ProtoInstance> |
4607 | <ProtoInstance name='Vertex'> |
4608 | <fieldValue name='vertexText' value='"administrations"'/> |
4609 | <fieldValue name='description' value='12: administrations'/> |
4610 | <fieldValue name='url'/> |
4611 | <fieldValue name='radius' value='0.1500'/> |
4612 | <fieldValue name='displayMode'/> |
4613 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4614 | <fieldValue name='transparency' value='0'/> |
4615 | <fieldValue name='translation' value='0.97866 -0.30244 -1.66558'/> |
4616 | <fieldValue name='textTranslation' value='1.12866 -0.30244 -1.66558'/> |
4617 | <fieldValue name='textColor' value='0 0 0'/> |
4618 | </ProtoInstance> |
4619 | <ProtoInstance name='Vertex'> |
4620 | <fieldValue name='vertexText' value='"advisory"'/> |
4621 | <fieldValue name='description' value='13: advisory'/> |
4622 | <fieldValue name='url'/> |
4623 | <fieldValue name='radius' value='0.1500'/> |
4624 | <fieldValue name='displayMode'/> |
4625 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4626 | <fieldValue name='transparency' value='0'/> |
4627 | <fieldValue name='translation' value='1.77702 -2.46999 -2.16121'/> |
4628 | <fieldValue name='textTranslation' value='1.92702 -2.46999 -2.16121'/> |
4629 | <fieldValue name='textColor' value='0 0 0'/> |
4630 | </ProtoInstance> |
4631 | <ProtoInstance name='Vertex'> |
4632 | <fieldValue name='vertexText' value='"affairs"'/> |
4633 | <fieldValue name='description' value='14: affairs'/> |
4634 | <fieldValue name='url'/> |
4635 | <fieldValue name='radius' value='0.1500'/> |
4636 | <fieldValue name='displayMode'/> |
4637 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4638 | <fieldValue name='transparency' value='0'/> |
4639 | <fieldValue name='translation' value='-1.66521 -1.61185 0.76305'/> |
4640 | <fieldValue name='textTranslation' value='-1.51521 -1.61185 0.76305'/> |
4641 | <fieldValue name='textColor' value='0 0 0'/> |
4642 | </ProtoInstance> |
4643 | <ProtoInstance name='Vertex'> |
4644 | <fieldValue name='vertexText' value='"africans"'/> |
4645 | <fieldValue name='description' value='15: africans'/> |
4646 | <fieldValue name='url'/> |
4647 | <fieldValue name='radius' value='0.1500'/> |
4648 | <fieldValue name='displayMode'/> |
4649 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4650 | <fieldValue name='transparency' value='0'/> |
4651 | <fieldValue name='translation' value='-0.55981 2.74723 1.29182'/> |
4652 | <fieldValue name='textTranslation' value='-0.40981 2.74723 1.29182'/> |
4653 | <fieldValue name='textColor' value='0 0 0'/> |
4654 | </ProtoInstance> |
4655 | <ProtoInstance name='Vertex'> |
4656 | <fieldValue name='vertexText' value='"agencies"'/> |
4657 | <fieldValue name='description' value='16: agencies'/> |
4658 | <fieldValue name='url'/> |
4659 | <fieldValue name='radius' value='0.1500'/> |
4660 | <fieldValue name='displayMode'/> |
4661 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4662 | <fieldValue name='transparency' value='0'/> |
4663 | <fieldValue name='translation' value='-0.91424 2.11889 2.25675'/> |
4664 | <fieldValue name='textTranslation' value='-0.76424 2.11889 2.25675'/> |
4665 | <fieldValue name='textColor' value='0 0 0'/> |
4666 | </ProtoInstance> |
4667 | <ProtoInstance name='Vertex'> |
4668 | <fieldValue name='vertexText' value='"air"'/> |
4669 | <fieldValue name='description' value='17: air'/> |
4670 | <fieldValue name='url'/> |
4671 | <fieldValue name='radius' value='0.1500'/> |
4672 | <fieldValue name='displayMode'/> |
4673 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4674 | <fieldValue name='transparency' value='0'/> |
4675 | <fieldValue name='translation' value='-0.12812 -1.77502 0.05664'/> |
4676 | <fieldValue name='textTranslation' value='0.02188 -1.77502 0.05664'/> |
4677 | <fieldValue name='textColor' value='0 0 0'/> |
4678 | </ProtoInstance> |
4679 | <ProtoInstance name='Vertex'> |
4680 | <fieldValue name='vertexText' value='"airborne"'/> |
4681 | <fieldValue name='description' value='18: airborne'/> |
4682 | <fieldValue name='url'/> |
4683 | <fieldValue name='radius' value='0.1500'/> |
4684 | <fieldValue name='displayMode'/> |
4685 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4686 | <fieldValue name='transparency' value='0'/> |
4687 | <fieldValue name='translation' value='-1.15443 -1.36142 0.63421'/> |
4688 | <fieldValue name='textTranslation' value='-1.00443 -1.36142 0.63421'/> |
4689 | <fieldValue name='textColor' value='0 0 0'/> |
4690 | </ProtoInstance> |
4691 | <ProtoInstance name='Vertex'> |
4692 | <fieldValue name='vertexText' value='"aircraft"'/> |
4693 | <fieldValue name='description' value='19: aircraft'/> |
4694 | <fieldValue name='url'/> |
4695 | <fieldValue name='radius' value='0.1500'/> |
4696 | <fieldValue name='displayMode'/> |
4697 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4698 | <fieldValue name='transparency' value='0'/> |
4699 | <fieldValue name='translation' value='0.09551 -1.68040 0.77042'/> |
4700 | <fieldValue name='textTranslation' value='0.24551 -1.68040 0.77042'/> |
4701 | <fieldValue name='textColor' value='0 0 0'/> |
4702 | </ProtoInstance> |
4703 | <ProtoInstance name='Vertex'> |
4704 | <fieldValue name='vertexText' value='"alert"'/> |
4705 | <fieldValue name='description' value='20: alert'/> |
4706 | <fieldValue name='url'/> |
4707 | <fieldValue name='radius' value='0.1500'/> |
4708 | <fieldValue name='displayMode'/> |
4709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4710 | <fieldValue name='transparency' value='0'/> |
4711 | <fieldValue name='translation' value='-1.14632 2.39064 1.81311'/> |
4712 | <fieldValue name='textTranslation' value='-0.99632 2.39064 1.81311'/> |
4713 | <fieldValue name='textColor' value='0 0 0'/> |
4714 | </ProtoInstance> |
4715 | <ProtoInstance name='Vertex'> |
4716 | <fieldValue name='vertexText' value='"allegedly"'/> |
4717 | <fieldValue name='description' value='21: allegedly'/> |
4718 | <fieldValue name='url'/> |
4719 | <fieldValue name='radius' value='0.1500'/> |
4720 | <fieldValue name='displayMode'/> |
4721 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4722 | <fieldValue name='transparency' value='0'/> |
4723 | <fieldValue name='translation' value='-0.62329 2.23757 2.23889'/> |
4724 | <fieldValue name='textTranslation' value='-0.47329 2.23757 2.23889'/> |
4725 | <fieldValue name='textColor' value='0 0 0'/> |
4726 | </ProtoInstance> |
4727 | <ProtoInstance name='Vertex'> |
4728 | <fieldValue name='vertexText' value='"american"'/> |
4729 | <fieldValue name='description' value='22: american'/> |
4730 | <fieldValue name='url'/> |
4731 | <fieldValue name='radius' value='0.1500'/> |
4732 | <fieldValue name='displayMode'/> |
4733 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4734 | <fieldValue name='transparency' value='0'/> |
4735 | <fieldValue name='translation' value='-0.61691 -1.95734 0.58795'/> |
4736 | <fieldValue name='textTranslation' value='-0.46691 -1.95734 0.58795'/> |
4737 | <fieldValue name='textColor' value='0 0 0'/> |
4738 | </ProtoInstance> |
4739 | <ProtoInstance name='Vertex'> |
4740 | <fieldValue name='vertexText' value='"announced"'/> |
4741 | <fieldValue name='description' value='23: announced'/> |
4742 | <fieldValue name='url'/> |
4743 | <fieldValue name='radius' value='0.1500'/> |
4744 | <fieldValue name='displayMode'/> |
4745 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4746 | <fieldValue name='transparency' value='0'/> |
4747 | <fieldValue name='translation' value='0.99981 -0.82306 -2.25858'/> |
4748 | <fieldValue name='textTranslation' value='1.14981 -0.82306 -2.25858'/> |
4749 | <fieldValue name='textColor' value='0 0 0'/> |
4750 | </ProtoInstance> |
4751 | <ProtoInstance name='Vertex'> |
4752 | <fieldValue name='vertexText' value='"anticipates"'/> |
4753 | <fieldValue name='description' value='24: anticipates'/> |
4754 | <fieldValue name='url'/> |
4755 | <fieldValue name='radius' value='0.1500'/> |
4756 | <fieldValue name='displayMode'/> |
4757 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4758 | <fieldValue name='transparency' value='0'/> |
4759 | <fieldValue name='translation' value='2.74861 -0.62156 0.02574'/> |
4760 | <fieldValue name='textTranslation' value='2.89861 -0.62156 0.02574'/> |
4761 | <fieldValue name='textColor' value='0 0 0'/> |
4762 | </ProtoInstance> |
4763 | <ProtoInstance name='Vertex'> |
4764 | <fieldValue name='vertexText' value='"army"'/> |
4765 | <fieldValue name='description' value='25: army'/> |
4766 | <fieldValue name='url'/> |
4767 | <fieldValue name='radius' value='0.1500'/> |
4768 | <fieldValue name='displayMode'/> |
4769 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4770 | <fieldValue name='transparency' value='0'/> |
4771 | <fieldValue name='translation' value='0.21656 -1.89814 1.16914'/> |
4772 | <fieldValue name='textTranslation' value='0.36656 -1.89814 1.16914'/> |
4773 | <fieldValue name='textColor' value='0 0 0'/> |
4774 | </ProtoInstance> |
4775 | <ProtoInstance name='Vertex'> |
4776 | <fieldValue name='vertexText' value='"arrived"'/> |
4777 | <fieldValue name='description' value='26: arrived'/> |
4778 | <fieldValue name='url'/> |
4779 | <fieldValue name='radius' value='0.1500'/> |
4780 | <fieldValue name='displayMode'/> |
4781 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4782 | <fieldValue name='transparency' value='0'/> |
4783 | <fieldValue name='translation' value='1.27966 -0.78860 0.28724'/> |
4784 | <fieldValue name='textTranslation' value='1.42966 -0.78860 0.28724'/> |
4785 | <fieldValue name='textColor' value='0 0 0'/> |
4786 | </ProtoInstance> |
4787 | <ProtoInstance name='Vertex'> |
4788 | <fieldValue name='vertexText' value='"articles"'/> |
4789 | <fieldValue name='description' value='27: articles'/> |
4790 | <fieldValue name='url'/> |
4791 | <fieldValue name='radius' value='0.1500'/> |
4792 | <fieldValue name='displayMode'/> |
4793 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4794 | <fieldValue name='transparency' value='0'/> |
4795 | <fieldValue name='translation' value='2.34617 -2.46916 -1.96498'/> |
4796 | <fieldValue name='textTranslation' value='2.49617 -2.46916 -1.96498'/> |
4797 | <fieldValue name='textColor' value='0 0 0'/> |
4798 | </ProtoInstance> |
4799 | <ProtoInstance name='Vertex'> |
4800 | <fieldValue name='vertexText' value='"ascertain"'/> |
4801 | <fieldValue name='description' value='28: ascertain'/> |
4802 | <fieldValue name='url'/> |
4803 | <fieldValue name='radius' value='0.1500'/> |
4804 | <fieldValue name='displayMode'/> |
4805 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4806 | <fieldValue name='transparency' value='0'/> |
4807 | <fieldValue name='translation' value='0.55388 0.88158 -1.75196'/> |
4808 | <fieldValue name='textTranslation' value='0.70388 0.88158 -1.75196'/> |
4809 | <fieldValue name='textColor' value='0 0 0'/> |
4810 | </ProtoInstance> |
4811 | <ProtoInstance name='Vertex'> |
4812 | <fieldValue name='vertexText' value='"asia"'/> |
4813 | <fieldValue name='description' value='29: asia'/> |
4814 | <fieldValue name='url'/> |
4815 | <fieldValue name='radius' value='0.1500'/> |
4816 | <fieldValue name='displayMode'/> |
4817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4818 | <fieldValue name='transparency' value='0'/> |
4819 | <fieldValue name='translation' value='-0.43139 2.38933 1.75180'/> |
4820 | <fieldValue name='textTranslation' value='-0.28139 2.38933 1.75180'/> |
4821 | <fieldValue name='textColor' value='0 0 0'/> |
4822 | </ProtoInstance> |
4823 | <ProtoInstance name='Vertex'> |
4824 | <fieldValue name='vertexText' value='"asked"'/> |
4825 | <fieldValue name='description' value='30: asked'/> |
4826 | <fieldValue name='url'/> |
4827 | <fieldValue name='radius' value='0.1500'/> |
4828 | <fieldValue name='displayMode'/> |
4829 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4830 | <fieldValue name='transparency' value='0'/> |
4831 | <fieldValue name='translation' value='-0.57897 -1.50346 -1.69945'/> |
4832 | <fieldValue name='textTranslation' value='-0.42897 -1.50346 -1.69945'/> |
4833 | <fieldValue name='textColor' value='0 0 0'/> |
4834 | </ProtoInstance> |
4835 | <ProtoInstance name='Vertex'> |
4836 | <fieldValue name='vertexText' value='"assigned"'/> |
4837 | <fieldValue name='description' value='31: assigned'/> |
4838 | <fieldValue name='url'/> |
4839 | <fieldValue name='radius' value='0.1500'/> |
4840 | <fieldValue name='displayMode'/> |
4841 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4842 | <fieldValue name='transparency' value='0'/> |
4843 | <fieldValue name='translation' value='-1.06289 -1.63437 1.40675'/> |
4844 | <fieldValue name='textTranslation' value='-0.91289 -1.63437 1.40675'/> |
4845 | <fieldValue name='textColor' value='0 0 0'/> |
4846 | </ProtoInstance> |
4847 | <ProtoInstance name='Vertex'> |
4848 | <fieldValue name='vertexText' value='"assignment"'/> |
4849 | <fieldValue name='description' value='32: assignment'/> |
4850 | <fieldValue name='url'/> |
4851 | <fieldValue name='radius' value='0.1500'/> |
4852 | <fieldValue name='displayMode'/> |
4853 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4854 | <fieldValue name='transparency' value='0'/> |
4855 | <fieldValue name='translation' value='-0.60192 -2.06931 -1.95996'/> |
4856 | <fieldValue name='textTranslation' value='-0.45192 -2.06931 -1.95996'/> |
4857 | <fieldValue name='textColor' value='0 0 0'/> |
4858 | </ProtoInstance> |
4859 | <ProtoInstance name='Vertex'> |
4860 | <fieldValue name='vertexText' value='"attention"'/> |
4861 | <fieldValue name='description' value='33: attention'/> |
4862 | <fieldValue name='url'/> |
4863 | <fieldValue name='radius' value='0.1500'/> |
4864 | <fieldValue name='displayMode'/> |
4865 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4866 | <fieldValue name='transparency' value='0'/> |
4867 | <fieldValue name='translation' value='-1.14632 2.39064 1.81311'/> |
4868 | <fieldValue name='textTranslation' value='-0.99632 2.39064 1.81311'/> |
4869 | <fieldValue name='textColor' value='0 0 0'/> |
4870 | </ProtoInstance> |
4871 | <ProtoInstance name='Vertex'> |
4872 | <fieldValue name='vertexText' value='"auto"'/> |
4873 | <fieldValue name='description' value='34: auto'/> |
4874 | <fieldValue name='url'/> |
4875 | <fieldValue name='radius' value='0.1500'/> |
4876 | <fieldValue name='displayMode'/> |
4877 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4878 | <fieldValue name='transparency' value='0'/> |
4879 | <fieldValue name='translation' value='1.14628 -2.28247 1.42888'/> |
4880 | <fieldValue name='textTranslation' value='1.29628 -2.28247 1.42888'/> |
4881 | <fieldValue name='textColor' value='0 0 0'/> |
4882 | </ProtoInstance> |
4883 | <ProtoInstance name='Vertex'> |
4884 | <fieldValue name='vertexText' value='"base"'/> |
4885 | <fieldValue name='description' value='35: base'/> |
4886 | <fieldValue name='url'/> |
4887 | <fieldValue name='radius' value='0.1500'/> |
4888 | <fieldValue name='displayMode'/> |
4889 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4890 | <fieldValue name='transparency' value='0'/> |
4891 | <fieldValue name='translation' value='0.25746 -2.13307 0.49861'/> |
4892 | <fieldValue name='textTranslation' value='0.40746 -2.13307 0.49861'/> |
4893 | <fieldValue name='textColor' value='0 0 0'/> |
4894 | </ProtoInstance> |
4895 | <ProtoInstance name='Vertex'> |
4896 | <fieldValue name='vertexText' value='"battalion"'/> |
4897 | <fieldValue name='description' value='36: battalion'/> |
4898 | <fieldValue name='url'/> |
4899 | <fieldValue name='radius' value='0.1500'/> |
4900 | <fieldValue name='displayMode'/> |
4901 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4902 | <fieldValue name='transparency' value='0'/> |
4903 | <fieldValue name='translation' value='-0.91255 -1.79084 0.16163'/> |
4904 | <fieldValue name='textTranslation' value='-0.76255 -1.79084 0.16163'/> |
4905 | <fieldValue name='textColor' value='0 0 0'/> |
4906 | </ProtoInstance> |
4907 | <ProtoInstance name='Vertex'> |
4908 | <fieldValue name='vertexText' value='"bio"'/> |
4909 | <fieldValue name='description' value='37: bio'/> |
4910 | <fieldValue name='url'/> |
4911 | <fieldValue name='radius' value='0.1500'/> |
4912 | <fieldValue name='displayMode'/> |
4913 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4914 | <fieldValue name='transparency' value='0'/> |
4915 | <fieldValue name='translation' value='-2.17378 1.09470 -0.55007'/> |
4916 | <fieldValue name='textTranslation' value='-2.02378 1.09470 -0.55007'/> |
4917 | <fieldValue name='textColor' value='0 0 0'/> |
4918 | </ProtoInstance> |
4919 | <ProtoInstance name='Vertex'> |
4920 | <fieldValue name='vertexText' value='"bravo"'/> |
4921 | <fieldValue name='description' value='38: bravo'/> |
4922 | <fieldValue name='url'/> |
4923 | <fieldValue name='radius' value='0.1500'/> |
4924 | <fieldValue name='displayMode'/> |
4925 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4926 | <fieldValue name='transparency' value='0'/> |
4927 | <fieldValue name='translation' value='-1.11635 -1.25461 0.79312'/> |
4928 | <fieldValue name='textTranslation' value='-0.96635 -1.25461 0.79312'/> |
4929 | <fieldValue name='textColor' value='0 0 0'/> |
4930 | </ProtoInstance> |
4931 | <ProtoInstance name='Vertex'> |
4932 | <fieldValue name='vertexText' value='"briefing"'/> |
4933 | <fieldValue name='description' value='39: briefing'/> |
4934 | <fieldValue name='url'/> |
4935 | <fieldValue name='radius' value='0.1500'/> |
4936 | <fieldValue name='displayMode'/> |
4937 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4938 | <fieldValue name='transparency' value='0'/> |
4939 | <fieldValue name='translation' value='0.19003 -2.15991 -1.78227'/> |
4940 | <fieldValue name='textTranslation' value='0.34003 -2.15991 -1.78227'/> |
4941 | <fieldValue name='textColor' value='0 0 0'/> |
4942 | </ProtoInstance> |
4943 | <ProtoInstance name='Vertex'> |
4944 | <fieldValue name='vertexText' value='"brigade"'/> |
4945 | <fieldValue name='description' value='40: brigade'/> |
4946 | <fieldValue name='url'/> |
4947 | <fieldValue name='radius' value='0.1500'/> |
4948 | <fieldValue name='displayMode'/> |
4949 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4950 | <fieldValue name='transparency' value='0'/> |
4951 | <fieldValue name='translation' value='-0.23020 -0.97806 1.50564'/> |
4952 | <fieldValue name='textTranslation' value='-0.08020 -0.97806 1.50564'/> |
4953 | <fieldValue name='textColor' value='0 0 0'/> |
4954 | </ProtoInstance> |
4955 | <ProtoInstance name='Vertex'> |
4956 | <fieldValue name='vertexText' value='"bring"'/> |
4957 | <fieldValue name='description' value='41: bring'/> |
4958 | <fieldValue name='url'/> |
4959 | <fieldValue name='radius' value='0.1500'/> |
4960 | <fieldValue name='displayMode'/> |
4961 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4962 | <fieldValue name='transparency' value='0'/> |
4963 | <fieldValue name='translation' value='-0.78851 -1.57556 -2.05028'/> |
4964 | <fieldValue name='textTranslation' value='-0.63851 -1.57556 -2.05028'/> |
4965 | <fieldValue name='textColor' value='0 0 0'/> |
4966 | </ProtoInstance> |
4967 | <ProtoInstance name='Vertex'> |
4968 | <fieldValue name='vertexText' value='"calamity"'/> |
4969 | <fieldValue name='description' value='42: calamity'/> |
4970 | <fieldValue name='url'/> |
4971 | <fieldValue name='radius' value='0.1500'/> |
4972 | <fieldValue name='displayMode'/> |
4973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4974 | <fieldValue name='transparency' value='0'/> |
4975 | <fieldValue name='translation' value='-0.95503 2.63926 1.42977'/> |
4976 | <fieldValue name='textTranslation' value='-0.80503 2.63926 1.42977'/> |
4977 | <fieldValue name='textColor' value='0 0 0'/> |
4978 | </ProtoInstance> |
4979 | <ProtoInstance name='Vertex'> |
4980 | <fieldValue name='vertexText' value='"cardinal"'/> |
4981 | <fieldValue name='description' value='43: cardinal'/> |
4982 | <fieldValue name='url'/> |
4983 | <fieldValue name='radius' value='0.1500'/> |
4984 | <fieldValue name='displayMode'/> |
4985 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4986 | <fieldValue name='transparency' value='0'/> |
4987 | <fieldValue name='translation' value='2.14788 -2.74723 -1.93978'/> |
4988 | <fieldValue name='textTranslation' value='2.29788 -2.74723 -1.93978'/> |
4989 | <fieldValue name='textColor' value='0 0 0'/> |
4990 | </ProtoInstance> |
4991 | <ProtoInstance name='Vertex'> |
4992 | <fieldValue name='vertexText' value='"care"'/> |
4993 | <fieldValue name='description' value='44: care'/> |
4994 | <fieldValue name='url'/> |
4995 | <fieldValue name='radius' value='0.1500'/> |
4996 | <fieldValue name='displayMode'/> |
4997 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4998 | <fieldValue name='transparency' value='0'/> |
4999 | <fieldValue name='translation' value='1.45440 -1.90768 1.11480'/> |
5000 | <fieldValue name='textTranslation' value='1.60440 -1.90768 1.11480'/> |
5001 | <fieldValue name='textColor' value='0 0 0'/> |
5002 | </ProtoInstance> |
5003 | <ProtoInstance name='Vertex'> |
5004 | <fieldValue name='vertexText' value='"check"'/> |
5005 | <fieldValue name='description' value='45: check'/> |
5006 | <fieldValue name='url'/> |
5007 | <fieldValue name='radius' value='0.1500'/> |
5008 | <fieldValue name='displayMode'/> |
5009 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5010 | <fieldValue name='transparency' value='0'/> |
5011 | <fieldValue name='translation' value='-0.45855 1.10710 -1.58726'/> |
5012 | <fieldValue name='textTranslation' value='-0.30855 1.10710 -1.58726'/> |
5013 | <fieldValue name='textColor' value='0 0 0'/> |
5014 | </ProtoInstance> |
5015 | <ProtoInstance name='Vertex'> |
5016 | <fieldValue name='vertexText' value='"church"'/> |
5017 | <fieldValue name='description' value='46: church'/> |
5018 | <fieldValue name='url'/> |
5019 | <fieldValue name='radius' value='0.1500'/> |
5020 | <fieldValue name='displayMode'/> |
5021 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5022 | <fieldValue name='transparency' value='0'/> |
5023 | <fieldValue name='translation' value='2.30453 -0.39878 -0.25548'/> |
5024 | <fieldValue name='textTranslation' value='2.45453 -0.39878 -0.25548'/> |
5025 | <fieldValue name='textColor' value='0 0 0'/> |
5026 | </ProtoInstance> |
5027 | <ProtoInstance name='Vertex'> |
5028 | <fieldValue name='vertexText' value='"circulating"'/> |
5029 | <fieldValue name='description' value='47: circulating'/> |
5030 | <fieldValue name='url'/> |
5031 | <fieldValue name='radius' value='0.1500'/> |
5032 | <fieldValue name='displayMode'/> |
5033 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5034 | <fieldValue name='transparency' value='0'/> |
5035 | <fieldValue name='translation' value='-0.62272 2.23767 2.23891'/> |
5036 | <fieldValue name='textTranslation' value='-0.47272 2.23767 2.23891'/> |
5037 | <fieldValue name='textColor' value='0 0 0'/> |
5038 | </ProtoInstance> |
5039 | <ProtoInstance name='Vertex'> |
5040 | <fieldValue name='vertexText' value='"citizens"'/> |
5041 | <fieldValue name='description' value='48: citizens'/> |
5042 | <fieldValue name='url'/> |
5043 | <fieldValue name='radius' value='0.1500'/> |
5044 | <fieldValue name='displayMode'/> |
5045 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5046 | <fieldValue name='transparency' value='0'/> |
5047 | <fieldValue name='translation' value='-0.27794 0.88140 -1.47452'/> |
5048 | <fieldValue name='textTranslation' value='-0.12794 0.88140 -1.47452'/> |
5049 | <fieldValue name='textColor' value='0 0 0'/> |
5050 | </ProtoInstance> |
5051 | <ProtoInstance name='Vertex'> |
5052 | <fieldValue name='vertexText' value='"coast"'/> |
5053 | <fieldValue name='description' value='49: coast'/> |
5054 | <fieldValue name='url'/> |
5055 | <fieldValue name='radius' value='0.1500'/> |
5056 | <fieldValue name='displayMode'/> |
5057 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5058 | <fieldValue name='transparency' value='0'/> |
5059 | <fieldValue name='translation' value='-0.19726 -1.43650 -1.71566'/> |
5060 | <fieldValue name='textTranslation' value='-0.04726 -1.43650 -1.71566'/> |
5061 | <fieldValue name='textColor' value='0 0 0'/> |
5062 | </ProtoInstance> |
5063 | <ProtoInstance name='Vertex'> |
5064 | <fieldValue name='vertexText' value='"combat"'/> |
5065 | <fieldValue name='description' value='50: combat'/> |
5066 | <fieldValue name='url'/> |
5067 | <fieldValue name='radius' value='0.1500'/> |
5068 | <fieldValue name='displayMode'/> |
5069 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5070 | <fieldValue name='transparency' value='0'/> |
5071 | <fieldValue name='translation' value='-0.16823 -1.05889 0.88760'/> |
5072 | <fieldValue name='textTranslation' value='-0.01823 -1.05889 0.88760'/> |
5073 | <fieldValue name='textColor' value='0 0 0'/> |
5074 | </ProtoInstance> |
5075 | <ProtoInstance name='Vertex'> |
5076 | <fieldValue name='vertexText' value='"command"'/> |
5077 | <fieldValue name='description' value='51: command'/> |
5078 | <fieldValue name='url'/> |
5079 | <fieldValue name='radius' value='0.1500'/> |
5080 | <fieldValue name='displayMode'/> |
5081 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5082 | <fieldValue name='transparency' value='0'/> |
5083 | <fieldValue name='translation' value='-0.43866 -1.36597 -0.28288'/> |
5084 | <fieldValue name='textTranslation' value='-0.28866 -1.36597 -0.28288'/> |
5085 | <fieldValue name='textColor' value='0 0 0'/> |
5086 | </ProtoInstance> |
5087 | <ProtoInstance name='Vertex'> |
5088 | <fieldValue name='vertexText' value='"commander"'/> |
5089 | <fieldValue name='description' value='52: commander'/> |
5090 | <fieldValue name='url'/> |
5091 | <fieldValue name='radius' value='0.1500'/> |
5092 | <fieldValue name='displayMode'/> |
5093 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5094 | <fieldValue name='transparency' value='0'/> |
5095 | <fieldValue name='translation' value='-0.29775 -1.25428 -1.26583'/> |
5096 | <fieldValue name='textTranslation' value='-0.14775 -1.25428 -1.26583'/> |
5097 | <fieldValue name='textColor' value='0 0 0'/> |
5098 | </ProtoInstance> |
5099 | <ProtoInstance name='Vertex'> |
5100 | <fieldValue name='vertexText' value='"community"'/> |
5101 | <fieldValue name='description' value='53: community'/> |
5102 | <fieldValue name='url'/> |
5103 | <fieldValue name='radius' value='0.1500'/> |
5104 | <fieldValue name='displayMode'/> |
5105 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5106 | <fieldValue name='transparency' value='0'/> |
5107 | <fieldValue name='translation' value='-0.10281 1.10836 -1.70617'/> |
5108 | <fieldValue name='textTranslation' value='0.04719 1.10836 -1.70617'/> |
5109 | <fieldValue name='textColor' value='0 0 0'/> |
5110 | </ProtoInstance> |
5111 | <ProtoInstance name='Vertex'> |
5112 | <fieldValue name='vertexText' value='"conference"'/> |
5113 | <fieldValue name='description' value='54: conference'/> |
5114 | <fieldValue name='url'/> |
5115 | <fieldValue name='radius' value='0.1500'/> |
5116 | <fieldValue name='displayMode'/> |
5117 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5118 | <fieldValue name='transparency' value='0'/> |
5119 | <fieldValue name='translation' value='-0.50265 -1.93714 -1.02129'/> |
5120 | <fieldValue name='textTranslation' value='-0.35265 -1.93714 -1.02129'/> |
5121 | <fieldValue name='textColor' value='0 0 0'/> |
5122 | </ProtoInstance> |
5123 | <ProtoInstance name='Vertex'> |
5124 | <fieldValue name='vertexText' value='"contact"'/> |
5125 | <fieldValue name='description' value='55: contact'/> |
5126 | <fieldValue name='url'/> |
5127 | <fieldValue name='radius' value='0.1500'/> |
5128 | <fieldValue name='displayMode'/> |
5129 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5130 | <fieldValue name='transparency' value='0'/> |
5131 | <fieldValue name='translation' value='-0.89260 1.13062 0.91682'/> |
5132 | <fieldValue name='textTranslation' value='-0.74260 1.13062 0.91682'/> |
5133 | <fieldValue name='textColor' value='0 0 0'/> |
5134 | </ProtoInstance> |
5135 | <ProtoInstance name='Vertex'> |
5136 | <fieldValue name='vertexText' value='"control"'/> |
5137 | <fieldValue name='description' value='56: control'/> |
5138 | <fieldValue name='url'/> |
5139 | <fieldValue name='radius' value='0.1500'/> |
5140 | <fieldValue name='displayMode'/> |
5141 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5142 | <fieldValue name='transparency' value='0'/> |
5143 | <fieldValue name='translation' value='-1.01965 -1.64426 0.14241'/> |
5144 | <fieldValue name='textTranslation' value='-0.86965 -1.64426 0.14241'/> |
5145 | <fieldValue name='textColor' value='0 0 0'/> |
5146 | </ProtoInstance> |
5147 | <ProtoInstance name='Vertex'> |
5148 | <fieldValue name='vertexText' value='"coordinate"'/> |
5149 | <fieldValue name='description' value='57: coordinate'/> |
5150 | <fieldValue name='url'/> |
5151 | <fieldValue name='radius' value='0.1500'/> |
5152 | <fieldValue name='displayMode'/> |
5153 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5154 | <fieldValue name='transparency' value='0'/> |
5155 | <fieldValue name='translation' value='2.62403 -0.07138 -0.41266'/> |
5156 | <fieldValue name='textTranslation' value='2.77403 -0.07138 -0.41266'/> |
5157 | <fieldValue name='textColor' value='0 0 0'/> |
5158 | </ProtoInstance> |
5159 | <ProtoInstance name='Vertex'> |
5160 | <fieldValue name='vertexText' value='"corps"'/> |
5161 | <fieldValue name='description' value='58: corps'/> |
5162 | <fieldValue name='url'/> |
5163 | <fieldValue name='radius' value='0.1500'/> |
5164 | <fieldValue name='displayMode'/> |
5165 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5166 | <fieldValue name='transparency' value='0'/> |
5167 | <fieldValue name='translation' value='-1.15230 -1.48477 0.59901'/> |
5168 | <fieldValue name='textTranslation' value='-1.00230 -1.48477 0.59901'/> |
5169 | <fieldValue name='textColor' value='0 0 0'/> |
5170 | </ProtoInstance> |
5171 | <ProtoInstance name='Vertex'> |
5172 | <fieldValue name='vertexText' value='"country"'/> |
5173 | <fieldValue name='description' value='59: country'/> |
5174 | <fieldValue name='url'/> |
5175 | <fieldValue name='radius' value='0.1500'/> |
5176 | <fieldValue name='displayMode'/> |
5177 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5178 | <fieldValue name='transparency' value='0'/> |
5179 | <fieldValue name='translation' value='0.83558 -0.14536 -2.10866'/> |
5180 | <fieldValue name='textTranslation' value='0.98558 -0.14536 -2.10866'/> |
5181 | <fieldValue name='textColor' value='0 0 0'/> |
5182 | </ProtoInstance> |
5183 | <ProtoInstance name='Vertex'> |
5184 | <fieldValue name='vertexText' value='"courtesy"'/> |
5185 | <fieldValue name='description' value='60: courtesy'/> |
5186 | <fieldValue name='url'/> |
5187 | <fieldValue name='radius' value='0.1500'/> |
5188 | <fieldValue name='displayMode'/> |
5189 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5190 | <fieldValue name='transparency' value='0'/> |
5191 | <fieldValue name='translation' value='-0.47644 -1.43887 0.69014'/> |
5192 | <fieldValue name='textTranslation' value='-0.32644 -1.43887 0.69014'/> |
5193 | <fieldValue name='textColor' value='0 0 0'/> |
5194 | </ProtoInstance> |
5195 | <ProtoInstance name='Vertex'> |
5196 | <fieldValue name='vertexText' value='"credit"'/> |
5197 | <fieldValue name='description' value='61: credit'/> |
5198 | <fieldValue name='url'/> |
5199 | <fieldValue name='radius' value='0.1500'/> |
5200 | <fieldValue name='displayMode'/> |
5201 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5202 | <fieldValue name='transparency' value='0'/> |
5203 | <fieldValue name='translation' value='-0.10442 -1.62866 0.85462'/> |
5204 | <fieldValue name='textTranslation' value='0.04558 -1.62866 0.85462'/> |
5205 | <fieldValue name='textColor' value='0 0 0'/> |
5206 | </ProtoInstance> |
5207 | <ProtoInstance name='Vertex'> |
5208 | <fieldValue name='vertexText' value='"crippling"'/> |
5209 | <fieldValue name='description' value='62: crippling'/> |
5210 | <fieldValue name='url'/> |
5211 | <fieldValue name='radius' value='0.1500'/> |
5212 | <fieldValue name='displayMode'/> |
5213 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5214 | <fieldValue name='transparency' value='0'/> |
5215 | <fieldValue name='translation' value='-1.36812 -1.35264 1.29917'/> |
5216 | <fieldValue name='textTranslation' value='-1.21812 -1.35264 1.29917'/> |
5217 | <fieldValue name='textColor' value='0 0 0'/> |
5218 | </ProtoInstance> |
5219 | <ProtoInstance name='Vertex'> |
5220 | <fieldValue name='vertexText' value='"current"'/> |
5221 | <fieldValue name='description' value='63: current'/> |
5222 | <fieldValue name='url'/> |
5223 | <fieldValue name='radius' value='0.1500'/> |
5224 | <fieldValue name='displayMode'/> |
5225 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5226 | <fieldValue name='transparency' value='0'/> |
5227 | <fieldValue name='translation' value='0.93761 -0.27221 -2.74787'/> |
5228 | <fieldValue name='textTranslation' value='1.08761 -0.27221 -2.74787'/> |
5229 | <fieldValue name='textColor' value='0 0 0'/> |
5230 | </ProtoInstance> |
5231 | <ProtoInstance name='Vertex'> |
5232 | <fieldValue name='vertexText' value='"damage"'/> |
5233 | <fieldValue name='description' value='64: damage'/> |
5234 | <fieldValue name='url'/> |
5235 | <fieldValue name='radius' value='0.1500'/> |
5236 | <fieldValue name='displayMode'/> |
5237 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5238 | <fieldValue name='transparency' value='0'/> |
5239 | <fieldValue name='translation' value='-0.43381 1.38488 -1.88573'/> |
5240 | <fieldValue name='textTranslation' value='-0.28381 1.38488 -1.88573'/> |
5241 | <fieldValue name='textColor' value='0 0 0'/> |
5242 | </ProtoInstance> |
5243 | <ProtoInstance name='Vertex'> |
5244 | <fieldValue name='vertexText' value='"dc"'/> |
5245 | <fieldValue name='description' value='65: dc'/> |
5246 | <fieldValue name='url'/> |
5247 | <fieldValue name='radius' value='0.1500'/> |
5248 | <fieldValue name='displayMode'/> |
5249 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5250 | <fieldValue name='transparency' value='0'/> |
5251 | <fieldValue name='translation' value='-1.97389 0.42973 -0.26152'/> |
5252 | <fieldValue name='textTranslation' value='-1.82389 0.42973 -0.26152'/> |
5253 | <fieldValue name='textColor' value='0 0 0'/> |
5254 | </ProtoInstance> |
5255 | <ProtoInstance name='Vertex'> |
5256 | <fieldValue name='vertexText' value='"debt"'/> |
5257 | <fieldValue name='description' value='66: debt'/> |
5258 | <fieldValue name='url'/> |
5259 | <fieldValue name='radius' value='0.1500'/> |
5260 | <fieldValue name='displayMode'/> |
5261 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5262 | <fieldValue name='transparency' value='0'/> |
5263 | <fieldValue name='translation' value='2.12338 -2.29470 -2.46569'/> |
5264 | <fieldValue name='textTranslation' value='2.27338 -2.29470 -2.46569'/> |
5265 | <fieldValue name='textColor' value='0 0 0'/> |
5266 | </ProtoInstance> |
5267 | <ProtoInstance name='Vertex'> |
5268 | <fieldValue name='vertexText' value='"dec"'/> |
5269 | <fieldValue name='description' value='67: dec'/> |
5270 | <fieldValue name='url'/> |
5271 | <fieldValue name='radius' value='0.1500'/> |
5272 | <fieldValue name='displayMode'/> |
5273 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5274 | <fieldValue name='transparency' value='0'/> |
5275 | <fieldValue name='translation' value='-0.55981 2.74723 1.29182'/> |
5276 | <fieldValue name='textTranslation' value='-0.40981 2.74723 1.29182'/> |
5277 | <fieldValue name='textColor' value='0 0 0'/> |
5278 | </ProtoInstance> |
5279 | <ProtoInstance name='Vertex'> |
5280 | <fieldValue name='vertexText' value='"delivery"'/> |
5281 | <fieldValue name='description' value='68: delivery'/> |
5282 | <fieldValue name='url'/> |
5283 | <fieldValue name='radius' value='0.1500'/> |
5284 | <fieldValue name='displayMode'/> |
5285 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5286 | <fieldValue name='transparency' value='0'/> |
5287 | <fieldValue name='translation' value='-0.98063 -1.02808 1.47341'/> |
5288 | <fieldValue name='textTranslation' value='-0.83063 -1.02808 1.47341'/> |
5289 | <fieldValue name='textColor' value='0 0 0'/> |
5290 | </ProtoInstance> |
5291 | <ProtoInstance name='Vertex'> |
5292 | <fieldValue name='vertexText' value='"depart"'/> |
5293 | <fieldValue name='description' value='69: depart'/> |
5294 | <fieldValue name='url'/> |
5295 | <fieldValue name='radius' value='0.1500'/> |
5296 | <fieldValue name='displayMode'/> |
5297 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5298 | <fieldValue name='transparency' value='0'/> |
5299 | <fieldValue name='translation' value='-0.36899 0.82494 -1.16428'/> |
5300 | <fieldValue name='textTranslation' value='-0.21899 0.82494 -1.16428'/> |
5301 | <fieldValue name='textColor' value='0 0 0'/> |
5302 | </ProtoInstance> |
5303 | <ProtoInstance name='Vertex'> |
5304 | <fieldValue name='vertexText' value='"department"'/> |
5305 | <fieldValue name='description' value='70: department'/> |
5306 | <fieldValue name='url'/> |
5307 | <fieldValue name='radius' value='0.1500'/> |
5308 | <fieldValue name='displayMode'/> |
5309 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5310 | <fieldValue name='transparency' value='0'/> |
5311 | <fieldValue name='translation' value='-0.22052 1.10982 -1.68251'/> |
5312 | <fieldValue name='textTranslation' value='-0.07052 1.10982 -1.68251'/> |
5313 | <fieldValue name='textColor' value='0 0 0'/> |
5314 | </ProtoInstance> |
5315 | <ProtoInstance name='Vertex'> |
5316 | <fieldValue name='vertexText' value='"deploy"'/> |
5317 | <fieldValue name='description' value='71: deploy'/> |
5318 | <fieldValue name='url'/> |
5319 | <fieldValue name='radius' value='0.1500'/> |
5320 | <fieldValue name='displayMode'/> |
5321 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5322 | <fieldValue name='transparency' value='0'/> |
5323 | <fieldValue name='translation' value='-1.29697 -2.19525 0.30730'/> |
5324 | <fieldValue name='textTranslation' value='-1.14697 -2.19525 0.30730'/> |
5325 | <fieldValue name='textColor' value='0 0 0'/> |
5326 | </ProtoInstance> |
5327 | <ProtoInstance name='Vertex'> |
5328 | <fieldValue name='vertexText' value='"designation"'/> |
5329 | <fieldValue name='description' value='72: designation'/> |
5330 | <fieldValue name='url'/> |
5331 | <fieldValue name='radius' value='0.1500'/> |
5332 | <fieldValue name='displayMode'/> |
5333 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5334 | <fieldValue name='transparency' value='0'/> |
5335 | <fieldValue name='translation' value='0.75380 -0.55851 -1.96531'/> |
5336 | <fieldValue name='textTranslation' value='0.90380 -0.55851 -1.96531'/> |
5337 | <fieldValue name='textColor' value='0 0 0'/> |
5338 | </ProtoInstance> |
5339 | <ProtoInstance name='Vertex'> |
5340 | <fieldValue name='vertexText' value='"devastating"'/> |
5341 | <fieldValue name='description' value='73: devastating'/> |
5342 | <fieldValue name='url'/> |
5343 | <fieldValue name='radius' value='0.1500'/> |
5344 | <fieldValue name='displayMode'/> |
5345 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5346 | <fieldValue name='transparency' value='0'/> |
5347 | <fieldValue name='translation' value='-0.86514 -1.04266 0.90535'/> |
5348 | <fieldValue name='textTranslation' value='-0.71514 -1.04266 0.90535'/> |
5349 | <fieldValue name='textColor' value='0 0 0'/> |
5350 | </ProtoInstance> |
5351 | <ProtoInstance name='Vertex'> |
5352 | <fieldValue name='vertexText' value='"development"'/> |
5353 | <fieldValue name='description' value='74: development'/> |
5354 | <fieldValue name='url'/> |
5355 | <fieldValue name='radius' value='0.1500'/> |
5356 | <fieldValue name='displayMode'/> |
5357 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5358 | <fieldValue name='transparency' value='0'/> |
5359 | <fieldValue name='translation' value='1.92281 -0.70663 -0.41086'/> |
5360 | <fieldValue name='textTranslation' value='2.07281 -0.70663 -0.41086'/> |
5361 | <fieldValue name='textColor' value='0 0 0'/> |
5362 | </ProtoInstance> |
5363 | <ProtoInstance name='Vertex'> |
5364 | <fieldValue name='vertexText' value='"disaster"'/> |
5365 | <fieldValue name='description' value='75: disaster'/> |
5366 | <fieldValue name='url'/> |
5367 | <fieldValue name='radius' value='0.1500'/> |
5368 | <fieldValue name='displayMode'/> |
5369 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5370 | <fieldValue name='transparency' value='0'/> |
5371 | <fieldValue name='translation' value='0.35304 -1.52127 -1.22867'/> |
5372 | <fieldValue name='textTranslation' value='0.50304 -1.52127 -1.22867'/> |
5373 | <fieldValue name='textColor' value='0 0 0'/> |
5374 | </ProtoInstance> |
5375 | <ProtoInstance name='Vertex'> |
5376 | <fieldValue name='vertexText' value='"district"'/> |
5377 | <fieldValue name='description' value='76: district'/> |
5378 | <fieldValue name='url'/> |
5379 | <fieldValue name='radius' value='0.1500'/> |
5380 | <fieldValue name='displayMode'/> |
5381 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5382 | <fieldValue name='transparency' value='0'/> |
5383 | <fieldValue name='translation' value='-0.40604 -1.72963 -1.64725'/> |
5384 | <fieldValue name='textTranslation' value='-0.25604 -1.72963 -1.64725'/> |
5385 | <fieldValue name='textColor' value='0 0 0'/> |
5386 | </ProtoInstance> |
5387 | <ProtoInstance name='Vertex'> |
5388 | <fieldValue name='vertexText' value='"divisions"'/> |
5389 | <fieldValue name='description' value='77: divisions'/> |
5390 | <fieldValue name='url'/> |
5391 | <fieldValue name='radius' value='0.1500'/> |
5392 | <fieldValue name='displayMode'/> |
5393 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5394 | <fieldValue name='transparency' value='0'/> |
5395 | <fieldValue name='translation' value='-1.12532 -1.27806 0.69838'/> |
5396 | <fieldValue name='textTranslation' value='-0.97532 -1.27806 0.69838'/> |
5397 | <fieldValue name='textColor' value='0 0 0'/> |
5398 | </ProtoInstance> |
5399 | <ProtoInstance name='Vertex'> |
5400 | <fieldValue name='vertexText' value='"douglas"'/> |
5401 | <fieldValue name='description' value='78: douglas'/> |
5402 | <fieldValue name='url'/> |
5403 | <fieldValue name='radius' value='0.1500'/> |
5404 | <fieldValue name='displayMode'/> |
5405 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5406 | <fieldValue name='transparency' value='0'/> |
5407 | <fieldValue name='translation' value='0.05471 -1.87023 -1.50929'/> |
5408 | <fieldValue name='textTranslation' value='0.20471 -1.87023 -1.50929'/> |
5409 | <fieldValue name='textColor' value='0 0 0'/> |
5410 | </ProtoInstance> |
5411 | <ProtoInstance name='Vertex'> |
5412 | <fieldValue name='vertexText' value='"drop"'/> |
5413 | <fieldValue name='description' value='79: drop'/> |
5414 | <fieldValue name='url'/> |
5415 | <fieldValue name='radius' value='0.1500'/> |
5416 | <fieldValue name='displayMode'/> |
5417 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5418 | <fieldValue name='transparency' value='0'/> |
5419 | <fieldValue name='translation' value='1.86431 -2.32290 -2.23839'/> |
5420 | <fieldValue name='textTranslation' value='2.01431 -2.32290 -2.23839'/> |
5421 | <fieldValue name='textColor' value='0 0 0'/> |
5422 | </ProtoInstance> |
5423 | <ProtoInstance name='Vertex'> |
5424 | <fieldValue name='vertexText' value='"editors"'/> |
5425 | <fieldValue name='description' value='80: editors'/> |
5426 | <fieldValue name='url'/> |
5427 | <fieldValue name='radius' value='0.1500'/> |
5428 | <fieldValue name='displayMode'/> |
5429 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5430 | <fieldValue name='transparency' value='0'/> |
5431 | <fieldValue name='translation' value='-0.44138 -2.30411 -1.72183'/> |
5432 | <fieldValue name='textTranslation' value='-0.29138 -2.30411 -1.72183'/> |
5433 | <fieldValue name='textColor' value='0 0 0'/> |
5434 | </ProtoInstance> |
5435 | <ProtoInstance name='Vertex'> |
5436 | <fieldValue name='vertexText' value='"element"'/> |
5437 | <fieldValue name='description' value='81: element'/> |
5438 | <fieldValue name='url'/> |
5439 | <fieldValue name='radius' value='0.1500'/> |
5440 | <fieldValue name='displayMode'/> |
5441 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5442 | <fieldValue name='transparency' value='0'/> |
5443 | <fieldValue name='translation' value='-1.53679 -1.89694 0.25883'/> |
5444 | <fieldValue name='textTranslation' value='-1.38679 -1.89694 0.25883'/> |
5445 | <fieldValue name='textColor' value='0 0 0'/> |
5446 | </ProtoInstance> |
5447 | <ProtoInstance name='Vertex'> |
5448 | <fieldValue name='vertexText' value='"elements"'/> |
5449 | <fieldValue name='description' value='82: elements'/> |
5450 | <fieldValue name='url'/> |
5451 | <fieldValue name='radius' value='0.1500'/> |
5452 | <fieldValue name='displayMode'/> |
5453 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5454 | <fieldValue name='transparency' value='0'/> |
5455 | <fieldValue name='translation' value='-0.80995 -2.33649 0.95488'/> |
5456 | <fieldValue name='textTranslation' value='-0.65995 -2.33649 0.95488'/> |
5457 | <fieldValue name='textColor' value='0 0 0'/> |
5458 | </ProtoInstance> |
5459 | <ProtoInstance name='Vertex'> |
5460 | <fieldValue name='vertexText' value='"embassy"'/> |
5461 | <fieldValue name='description' value='83: embassy'/> |
5462 | <fieldValue name='url'/> |
5463 | <fieldValue name='radius' value='0.1500'/> |
5464 | <fieldValue name='displayMode'/> |
5465 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5466 | <fieldValue name='transparency' value='0'/> |
5467 | <fieldValue name='translation' value='0.07789 0.79264 -1.56583'/> |
5468 | <fieldValue name='textTranslation' value='0.22789 0.79264 -1.56583'/> |
5469 | <fieldValue name='textColor' value='0 0 0'/> |
5470 | </ProtoInstance> |
5471 | <ProtoInstance name='Vertex'> |
5472 | <fieldValue name='vertexText' value='"emergency"'/> |
5473 | <fieldValue name='description' value='84: emergency'/> |
5474 | <fieldValue name='url'/> |
5475 | <fieldValue name='radius' value='0.1500'/> |
5476 | <fieldValue name='displayMode'/> |
5477 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5478 | <fieldValue name='transparency' value='0'/> |
5479 | <fieldValue name='translation' value='1.37097 -1.51087 0.58674'/> |
5480 | <fieldValue name='textTranslation' value='1.52097 -1.51087 0.58674'/> |
5481 | <fieldValue name='textColor' value='0 0 0'/> |
5482 | </ProtoInstance> |
5483 | <ProtoInstance name='Vertex'> |
5484 | <fieldValue name='vertexText' value='"en"'/> |
5485 | <fieldValue name='description' value='85: en'/> |
5486 | <fieldValue name='url'/> |
5487 | <fieldValue name='radius' value='0.1500'/> |
5488 | <fieldValue name='displayMode'/> |
5489 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5490 | <fieldValue name='transparency' value='0'/> |
5491 | <fieldValue name='translation' value='0.21355 -1.91282 1.16526'/> |
5492 | <fieldValue name='textTranslation' value='0.36355 -1.91282 1.16526'/> |
5493 | <fieldValue name='textColor' value='0 0 0'/> |
5494 | </ProtoInstance> |
5495 | <ProtoInstance name='Vertex'> |
5496 | <fieldValue name='vertexText' value='"energy"'/> |
5497 | <fieldValue name='description' value='86: energy'/> |
5498 | <fieldValue name='url'/> |
5499 | <fieldValue name='radius' value='0.1500'/> |
5500 | <fieldValue name='displayMode'/> |
5501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5502 | <fieldValue name='transparency' value='0'/> |
5503 | <fieldValue name='translation' value='-0.36128 2.69770 1.50634'/> |
5504 | <fieldValue name='textTranslation' value='-0.21128 2.69770 1.50634'/> |
5505 | <fieldValue name='textColor' value='0 0 0'/> |
5506 | </ProtoInstance> |
5507 | <ProtoInstance name='Vertex'> |
5508 | <fieldValue name='vertexText' value='"equipment"'/> |
5509 | <fieldValue name='description' value='87: equipment'/> |
5510 | <fieldValue name='url'/> |
5511 | <fieldValue name='radius' value='0.1500'/> |
5512 | <fieldValue name='displayMode'/> |
5513 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5514 | <fieldValue name='transparency' value='0'/> |
5515 | <fieldValue name='translation' value='-0.76406 -1.09855 0.99698'/> |
5516 | <fieldValue name='textTranslation' value='-0.61406 -1.09855 0.99698'/> |
5517 | <fieldValue name='textColor' value='0 0 0'/> |
5518 | </ProtoInstance> |
5519 | <ProtoInstance name='Vertex'> |
5520 | <fieldValue name='vertexText' value='"experts"'/> |
5521 | <fieldValue name='description' value='88: experts'/> |
5522 | <fieldValue name='url'/> |
5523 | <fieldValue name='radius' value='0.1500'/> |
5524 | <fieldValue name='displayMode'/> |
5525 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5526 | <fieldValue name='transparency' value='0'/> |
5527 | <fieldValue name='translation' value='-0.36329 2.69808 1.50585'/> |
5528 | <fieldValue name='textTranslation' value='-0.21329 2.69808 1.50585'/> |
5529 | <fieldValue name='textColor' value='0 0 0'/> |
5530 | </ProtoInstance> |
5531 | <ProtoInstance name='Vertex'> |
5532 | <fieldValue name='vertexText' value='"false"'/> |
5533 | <fieldValue name='description' value='89: false'/> |
5534 | <fieldValue name='url'/> |
5535 | <fieldValue name='radius' value='0.1500'/> |
5536 | <fieldValue name='displayMode'/> |
5537 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5538 | <fieldValue name='transparency' value='0'/> |
5539 | <fieldValue name='translation' value='1.80314 1.86055 2.34068'/> |
5540 | <fieldValue name='textTranslation' value='1.95314 1.86055 2.34068'/> |
5541 | <fieldValue name='textColor' value='0 0 0'/> |
5542 | </ProtoInstance> |
5543 | <ProtoInstance name='Vertex'> |
5544 | <fieldValue name='vertexText' value='"favorites"'/> |
5545 | <fieldValue name='description' value='90: favorites'/> |
5546 | <fieldValue name='url'/> |
5547 | <fieldValue name='radius' value='0.1500'/> |
5548 | <fieldValue name='displayMode'/> |
5549 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5550 | <fieldValue name='transparency' value='0'/> |
5551 | <fieldValue name='translation' value='-2.28918 0.92915 -0.40871'/> |
5552 | <fieldValue name='textTranslation' value='-2.13918 0.92915 -0.40871'/> |
5553 | <fieldValue name='textColor' value='0 0 0'/> |
5554 | </ProtoInstance> |
5555 | <ProtoInstance name='Vertex'> |
5556 | <fieldValue name='vertexText' value='"feature"'/> |
5557 | <fieldValue name='description' value='91: feature'/> |
5558 | <fieldValue name='url'/> |
5559 | <fieldValue name='radius' value='0.1500'/> |
5560 | <fieldValue name='displayMode'/> |
5561 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5562 | <fieldValue name='transparency' value='0'/> |
5563 | <fieldValue name='translation' value='1.32922 1.96797 2.48140'/> |
5564 | <fieldValue name='textTranslation' value='1.47922 1.96797 2.48140'/> |
5565 | <fieldValue name='textColor' value='0 0 0'/> |
5566 | </ProtoInstance> |
5567 | <ProtoInstance name='Vertex'> |
5568 | <fieldValue name='vertexText' value='"flies"'/> |
5569 | <fieldValue name='description' value='92: flies'/> |
5570 | <fieldValue name='url'/> |
5571 | <fieldValue name='radius' value='0.1500'/> |
5572 | <fieldValue name='displayMode'/> |
5573 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5574 | <fieldValue name='transparency' value='0'/> |
5575 | <fieldValue name='translation' value='1.03625 -2.37348 -2.07251'/> |
5576 | <fieldValue name='textTranslation' value='1.18625 -2.37348 -2.07251'/> |
5577 | <fieldValue name='textColor' value='0 0 0'/> |
5578 | </ProtoInstance> |
5579 | <ProtoInstance name='Vertex'> |
5580 | <fieldValue name='vertexText' value='"florida"'/> |
5581 | <fieldValue name='description' value='93: florida'/> |
5582 | <fieldValue name='url'/> |
5583 | <fieldValue name='radius' value='0.1500'/> |
5584 | <fieldValue name='displayMode'/> |
5585 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5586 | <fieldValue name='transparency' value='0'/> |
5587 | <fieldValue name='translation' value='-0.70097 -1.41849 -1.57427'/> |
5588 | <fieldValue name='textTranslation' value='-0.55097 -1.41849 -1.57427'/> |
5589 | <fieldValue name='textColor' value='0 0 0'/> |
5590 | </ProtoInstance> |
5591 | <ProtoInstance name='Vertex'> |
5592 | <fieldValue name='vertexText' value='"flow"'/> |
5593 | <fieldValue name='description' value='94: flow'/> |
5594 | <fieldValue name='url'/> |
5595 | <fieldValue name='radius' value='0.1500'/> |
5596 | <fieldValue name='displayMode'/> |
5597 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5598 | <fieldValue name='transparency' value='0'/> |
5599 | <fieldValue name='translation' value='1.66172 -2.09168 -2.29534'/> |
5600 | <fieldValue name='textTranslation' value='1.81172 -2.09168 -2.29534'/> |
5601 | <fieldValue name='textColor' value='0 0 0'/> |
5602 | </ProtoInstance> |
5603 | <ProtoInstance name='Vertex'> |
5604 | <fieldValue name='vertexText' value='"follow"'/> |
5605 | <fieldValue name='description' value='95: follow'/> |
5606 | <fieldValue name='url'/> |
5607 | <fieldValue name='radius' value='0.1500'/> |
5608 | <fieldValue name='displayMode'/> |
5609 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5610 | <fieldValue name='transparency' value='0'/> |
5611 | <fieldValue name='translation' value='-2.17378 1.09470 -0.55007'/> |
5612 | <fieldValue name='textTranslation' value='-2.02378 1.09470 -0.55007'/> |
5613 | <fieldValue name='textColor' value='0 0 0'/> |
5614 | </ProtoInstance> |
5615 | <ProtoInstance name='Vertex'> |
5616 | <fieldValue name='vertexText' value='"followers"'/> |
5617 | <fieldValue name='description' value='96: followers'/> |
5618 | <fieldValue name='url'/> |
5619 | <fieldValue name='radius' value='0.1500'/> |
5620 | <fieldValue name='displayMode'/> |
5621 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5622 | <fieldValue name='transparency' value='0'/> |
5623 | <fieldValue name='translation' value='-2.03282 0.72633 -0.46782'/> |
5624 | <fieldValue name='textTranslation' value='-1.88282 0.72633 -0.46782'/> |
5625 | <fieldValue name='textColor' value='0 0 0'/> |
5626 | </ProtoInstance> |
5627 | <ProtoInstance name='Vertex'> |
5628 | <fieldValue name='vertexText' value='"footer"'/> |
5629 | <fieldValue name='description' value='97: footer'/> |
5630 | <fieldValue name='url'/> |
5631 | <fieldValue name='radius' value='0.1500'/> |
5632 | <fieldValue name='displayMode'/> |
5633 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5634 | <fieldValue name='transparency' value='0'/> |
5635 | <fieldValue name='translation' value='-1.99127 0.76095 -0.38607'/> |
5636 | <fieldValue name='textTranslation' value='-1.84127 0.76095 -0.38607'/> |
5637 | <fieldValue name='textColor' value='0 0 0'/> |
5638 | </ProtoInstance> |
5639 | <ProtoInstance name='Vertex'> |
5640 | <fieldValue name='vertexText' value='"force"'/> |
5641 | <fieldValue name='description' value='98: force'/> |
5642 | <fieldValue name='url'/> |
5643 | <fieldValue name='radius' value='0.1500'/> |
5644 | <fieldValue name='displayMode'/> |
5645 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5646 | <fieldValue name='transparency' value='0'/> |
5647 | <fieldValue name='translation' value='0.04139 -1.62648 -0.05344'/> |
5648 | <fieldValue name='textTranslation' value='0.19139 -1.62648 -0.05344'/> |
5649 | <fieldValue name='textColor' value='0 0 0'/> |
5650 | </ProtoInstance> |
5651 | <ProtoInstance name='Vertex'> |
5652 | <fieldValue name='vertexText' value='"forces"'/> |
5653 | <fieldValue name='description' value='99: forces'/> |
5654 | <fieldValue name='url'/> |
5655 | <fieldValue name='radius' value='0.1500'/> |
5656 | <fieldValue name='displayMode'/> |
5657 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5658 | <fieldValue name='transparency' value='0'/> |
5659 | <fieldValue name='translation' value='-0.40574 -1.56848 0.35632'/> |
5660 | <fieldValue name='textTranslation' value='-0.25574 -1.56848 0.35632'/> |
5661 | <fieldValue name='textColor' value='0 0 0'/> |
5662 | </ProtoInstance> |
5663 | <ProtoInstance name='Vertex'> |
5664 | <fieldValue name='vertexText' value='"fort"'/> |
5665 | <fieldValue name='description' value='100: fort'/> |
5666 | <fieldValue name='url'/> |
5667 | <fieldValue name='radius' value='0.1500'/> |
5668 | <fieldValue name='displayMode'/> |
5669 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5670 | <fieldValue name='transparency' value='0'/> |
5671 | <fieldValue name='translation' value='-1.11282 -1.62184 0.58962'/> |
5672 | <fieldValue name='textTranslation' value='-0.96282 -1.62184 0.58962'/> |
5673 | <fieldValue name='textColor' value='0 0 0'/> |
5674 | </ProtoInstance> |
5675 | <ProtoInstance name='Vertex'> |
5676 | <fieldValue name='vertexText' value='"fraud"'/> |
5677 | <fieldValue name='description' value='101: fraud'/> |
5678 | <fieldValue name='url'/> |
5679 | <fieldValue name='radius' value='0.1500'/> |
5680 | <fieldValue name='displayMode'/> |
5681 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5682 | <fieldValue name='transparency' value='0'/> |
5683 | <fieldValue name='translation' value='-1.04346 1.81065 1.34465'/> |
5684 | <fieldValue name='textTranslation' value='-0.89346 1.81065 1.34465'/> |
5685 | <fieldValue name='textColor' value='0 0 0'/> |
5686 | </ProtoInstance> |
5687 | <ProtoInstance name='Vertex'> |
5688 | <fieldValue name='vertexText' value='"full"'/> |
5689 | <fieldValue name='description' value='102: full'/> |
5690 | <fieldValue name='url'/> |
5691 | <fieldValue name='radius' value='0.1500'/> |
5692 | <fieldValue name='displayMode'/> |
5693 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5694 | <fieldValue name='transparency' value='0'/> |
5695 | <fieldValue name='translation' value='1.76976 -2.33301 -2.27025'/> |
5696 | <fieldValue name='textTranslation' value='1.91976 -2.33301 -2.27025'/> |
5697 | <fieldValue name='textColor' value='0 0 0'/> |
5698 | </ProtoInstance> |
5699 | <ProtoInstance name='Vertex'> |
5700 | <fieldValue name='vertexText' value='"fund"'/> |
5701 | <fieldValue name='description' value='103: fund'/> |
5702 | <fieldValue name='url'/> |
5703 | <fieldValue name='radius' value='0.1500'/> |
5704 | <fieldValue name='displayMode'/> |
5705 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5706 | <fieldValue name='transparency' value='0'/> |
5707 | <fieldValue name='translation' value='-1.04346 1.81065 1.34465'/> |
5708 | <fieldValue name='textTranslation' value='-0.89346 1.81065 1.34465'/> |
5709 | <fieldValue name='textColor' value='0 0 0'/> |
5710 | </ProtoInstance> |
5711 | <ProtoInstance name='Vertex'> |
5712 | <fieldValue name='vertexText' value='"future"'/> |
5713 | <fieldValue name='description' value='104: future'/> |
5714 | <fieldValue name='url'/> |
5715 | <fieldValue name='radius' value='0.1500'/> |
5716 | <fieldValue name='displayMode'/> |
5717 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5718 | <fieldValue name='transparency' value='0'/> |
5719 | <fieldValue name='translation' value='2.60386 -0.13801 -0.22185'/> |
5720 | <fieldValue name='textTranslation' value='2.75386 -0.13801 -0.22185'/> |
5721 | <fieldValue name='textColor' value='0 0 0'/> |
5722 | </ProtoInstance> |
5723 | <ProtoInstance name='Vertex'> |
5724 | <fieldValue name='vertexText' value='"general"'/> |
5725 | <fieldValue name='description' value='105: general'/> |
5726 | <fieldValue name='url'/> |
5727 | <fieldValue name='radius' value='0.1500'/> |
5728 | <fieldValue name='displayMode'/> |
5729 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5730 | <fieldValue name='transparency' value='0'/> |
5731 | <fieldValue name='translation' value='0.49050 -1.79726 -1.52371'/> |
5732 | <fieldValue name='textTranslation' value='0.64050 -1.79726 -1.52371'/> |
5733 | <fieldValue name='textColor' value='0 0 0'/> |
5734 | </ProtoInstance> |
5735 | <ProtoInstance name='Vertex'> |
5736 | <fieldValue name='vertexText' value='"global"'/> |
5737 | <fieldValue name='description' value='106: global'/> |
5738 | <fieldValue name='url'/> |
5739 | <fieldValue name='radius' value='0.1500'/> |
5740 | <fieldValue name='displayMode'/> |
5741 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5742 | <fieldValue name='transparency' value='0'/> |
5743 | <fieldValue name='translation' value='-0.13319 1.40356 -1.92597'/> |
5744 | <fieldValue name='textTranslation' value='0.01681 1.40356 -1.92597'/> |
5745 | <fieldValue name='textColor' value='0 0 0'/> |
5746 | </ProtoInstance> |
5747 | <ProtoInstance name='Vertex'> |
5748 | <fieldValue name='vertexText' value='"government"'/> |
5749 | <fieldValue name='description' value='107: government'/> |
5750 | <fieldValue name='url'/> |
5751 | <fieldValue name='radius' value='0.1500'/> |
5752 | <fieldValue name='displayMode'/> |
5753 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5754 | <fieldValue name='transparency' value='0'/> |
5755 | <fieldValue name='translation' value='-0.52808 -0.47877 -0.16194'/> |
5756 | <fieldValue name='textTranslation' value='-0.37808 -0.47877 -0.16194'/> |
5757 | <fieldValue name='textColor' value='0 0 0'/> |
5758 | </ProtoInstance> |
5759 | <ProtoInstance name='Vertex'> |
5760 | <fieldValue name='vertexText' value='"graphic"'/> |
5761 | <fieldValue name='description' value='108: graphic'/> |
5762 | <fieldValue name='url'/> |
5763 | <fieldValue name='radius' value='0.1500'/> |
5764 | <fieldValue name='displayMode'/> |
5765 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5766 | <fieldValue name='transparency' value='0'/> |
5767 | <fieldValue name='translation' value='-0.50616 -1.36160 0.52338'/> |
5768 | <fieldValue name='textTranslation' value='-0.35616 -1.36160 0.52338'/> |
5769 | <fieldValue name='textColor' value='0 0 0'/> |
5770 | </ProtoInstance> |
5771 | <ProtoInstance name='Vertex'> |
5772 | <fieldValue name='vertexText' value='"ground"'/> |
5773 | <fieldValue name='description' value='109: ground'/> |
5774 | <fieldValue name='url'/> |
5775 | <fieldValue name='radius' value='0.1500'/> |
5776 | <fieldValue name='displayMode'/> |
5777 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5778 | <fieldValue name='transparency' value='0'/> |
5779 | <fieldValue name='translation' value='-0.56174 -0.67938 0.13478'/> |
5780 | <fieldValue name='textTranslation' value='-0.41174 -0.67938 0.13478'/> |
5781 | <fieldValue name='textColor' value='0 0 0'/> |
5782 | </ProtoInstance> |
5783 | <ProtoInstance name='Vertex'> |
5784 | <fieldValue name='vertexText' value='"guard"'/> |
5785 | <fieldValue name='description' value='110: guard'/> |
5786 | <fieldValue name='url'/> |
5787 | <fieldValue name='radius' value='0.1500'/> |
5788 | <fieldValue name='displayMode'/> |
5789 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5790 | <fieldValue name='transparency' value='0'/> |
5791 | <fieldValue name='translation' value='-0.35264 -1.64072 -1.69626'/> |
5792 | <fieldValue name='textTranslation' value='-0.20264 -1.64072 -1.69626'/> |
5793 | <fieldValue name='textColor' value='0 0 0'/> |
5794 | </ProtoInstance> |
5795 | <ProtoInstance name='Vertex'> |
5796 | <fieldValue name='vertexText' value='"harness"'/> |
5797 | <fieldValue name='description' value='111: harness'/> |
5798 | <fieldValue name='url'/> |
5799 | <fieldValue name='radius' value='0.1500'/> |
5800 | <fieldValue name='displayMode'/> |
5801 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5802 | <fieldValue name='transparency' value='0'/> |
5803 | <fieldValue name='translation' value='-0.21648 2.58592 1.78353'/> |
5804 | <fieldValue name='textTranslation' value='-0.06648 2.58592 1.78353'/> |
5805 | <fieldValue name='textColor' value='0 0 0'/> |
5806 | </ProtoInstance> |
5807 | <ProtoInstance name='Vertex'> |
5808 | <fieldValue name='vertexText' value='"heading"'/> |
5809 | <fieldValue name='description' value='112: heading'/> |
5810 | <fieldValue name='url'/> |
5811 | <fieldValue name='radius' value='0.1500'/> |
5812 | <fieldValue name='displayMode'/> |
5813 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5814 | <fieldValue name='transparency' value='0'/> |
5815 | <fieldValue name='translation' value='0.80181 -1.98462 0.99897'/> |
5816 | <fieldValue name='textTranslation' value='0.95181 -1.98462 0.99897'/> |
5817 | <fieldValue name='textColor' value='0 0 0'/> |
5818 | </ProtoInstance> |
5819 | <ProtoInstance name='Vertex'> |
5820 | <fieldValue name='vertexText' value='"headquarters"'/> |
5821 | <fieldValue name='description' value='113: headquarters'/> |
5822 | <fieldValue name='url'/> |
5823 | <fieldValue name='radius' value='0.1500'/> |
5824 | <fieldValue name='displayMode'/> |
5825 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5826 | <fieldValue name='transparency' value='0'/> |
5827 | <fieldValue name='translation' value='-0.63107 -1.85017 -1.09744'/> |
5828 | <fieldValue name='textTranslation' value='-0.48107 -1.85017 -1.09744'/> |
5829 | <fieldValue name='textColor' value='0 0 0'/> |
5830 | </ProtoInstance> |
5831 | <ProtoInstance name='Vertex'> |
5832 | <fieldValue name='vertexText' value='"helping"'/> |
5833 | <fieldValue name='description' value='114: helping'/> |
5834 | <fieldValue name='url'/> |
5835 | <fieldValue name='radius' value='0.1500'/> |
5836 | <fieldValue name='displayMode'/> |
5837 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5838 | <fieldValue name='transparency' value='0'/> |
5839 | <fieldValue name='translation' value='-0.70087 -2.14626 1.30076'/> |
5840 | <fieldValue name='textTranslation' value='-0.55087 -2.14626 1.30076'/> |
5841 | <fieldValue name='textColor' value='0 0 0'/> |
5842 | </ProtoInstance> |
5843 | <ProtoInstance name='Vertex'> |
5844 | <fieldValue name='vertexText' value='"highlights"'/> |
5845 | <fieldValue name='description' value='115: highlights'/> |
5846 | <fieldValue name='url'/> |
5847 | <fieldValue name='radius' value='0.1500'/> |
5848 | <fieldValue name='displayMode'/> |
5849 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5850 | <fieldValue name='transparency' value='0'/> |
5851 | <fieldValue name='translation' value='-0.68768 -1.75728 1.55218'/> |
5852 | <fieldValue name='textTranslation' value='-0.53768 -1.75728 1.55218'/> |
5853 | <fieldValue name='textColor' value='0 0 0'/> |
5854 | </ProtoInstance> |
5855 | <ProtoInstance name='Vertex'> |
5856 | <fieldValue name='vertexText' value='"historic"'/> |
5857 | <fieldValue name='description' value='116: historic'/> |
5858 | <fieldValue name='url'/> |
5859 | <fieldValue name='radius' value='0.1500'/> |
5860 | <fieldValue name='displayMode'/> |
5861 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5862 | <fieldValue name='transparency' value='0'/> |
5863 | <fieldValue name='translation' value='0.32880 -0.75738 -2.44422'/> |
5864 | <fieldValue name='textTranslation' value='0.47880 -0.75738 -2.44422'/> |
5865 | <fieldValue name='textColor' value='0 0 0'/> |
5866 | </ProtoInstance> |
5867 | <ProtoInstance name='Vertex'> |
5868 | <fieldValue name='vertexText' value='"identify"'/> |
5869 | <fieldValue name='description' value='117: identify'/> |
5870 | <fieldValue name='url'/> |
5871 | <fieldValue name='radius' value='0.1500'/> |
5872 | <fieldValue name='displayMode'/> |
5873 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5874 | <fieldValue name='transparency' value='0'/> |
5875 | <fieldValue name='translation' value='-0.18589 -1.00342 0.78429'/> |
5876 | <fieldValue name='textTranslation' value='-0.03589 -1.00342 0.78429'/> |
5877 | <fieldValue name='textColor' value='0 0 0'/> |
5878 | </ProtoInstance> |
5879 | <ProtoInstance name='Vertex'> |
5880 | <fieldValue name='vertexText' value='"important"'/> |
5881 | <fieldValue name='description' value='118: important'/> |
5882 | <fieldValue name='url'/> |
5883 | <fieldValue name='radius' value='0.1500'/> |
5884 | <fieldValue name='displayMode'/> |
5885 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5886 | <fieldValue name='transparency' value='0'/> |
5887 | <fieldValue name='translation' value='-0.31815 -1.94646 -1.50210'/> |
5888 | <fieldValue name='textTranslation' value='-0.16815 -1.94646 -1.50210'/> |
5889 | <fieldValue name='textColor' value='0 0 0'/> |
5890 | </ProtoInstance> |
5891 | <ProtoInstance name='Vertex'> |
5892 | <fieldValue name='vertexText' value='"intermediate"'/> |
5893 | <fieldValue name='description' value='119: intermediate'/> |
5894 | <fieldValue name='url'/> |
5895 | <fieldValue name='radius' value='0.1500'/> |
5896 | <fieldValue name='displayMode'/> |
5897 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5898 | <fieldValue name='transparency' value='0'/> |
5899 | <fieldValue name='translation' value='2.55437 -0.85945 0.22441'/> |
5900 | <fieldValue name='textTranslation' value='2.70437 -0.85945 0.22441'/> |
5901 | <fieldValue name='textColor' value='0 0 0'/> |
5902 | </ProtoInstance> |
5903 | <ProtoInstance name='Vertex'> |
5904 | <fieldValue name='vertexText' value='"intersection"'/> |
5905 | <fieldValue name='description' value='120: intersection'/> |
5906 | <fieldValue name='url'/> |
5907 | <fieldValue name='radius' value='0.1500'/> |
5908 | <fieldValue name='displayMode'/> |
5909 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5910 | <fieldValue name='transparency' value='0'/> |
5911 | <fieldValue name='translation' value='-0.89916 -1.72864 -1.99143'/> |
5912 | <fieldValue name='textTranslation' value='-0.74916 -1.72864 -1.99143'/> |
5913 | <fieldValue name='textColor' value='0 0 0'/> |
5914 | </ProtoInstance> |
5915 | <ProtoInstance name='Vertex'> |
5916 | <fieldValue name='vertexText' value='"involvement"'/> |
5917 | <fieldValue name='description' value='121: involvement'/> |
5918 | <fieldValue name='url'/> |
5919 | <fieldValue name='radius' value='0.1500'/> |
5920 | <fieldValue name='displayMode'/> |
5921 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5922 | <fieldValue name='transparency' value='0'/> |
5923 | <fieldValue name='translation' value='2.74861 -0.62156 0.02574'/> |
5924 | <fieldValue name='textTranslation' value='2.89861 -0.62156 0.02574'/> |
5925 | <fieldValue name='textColor' value='0 0 0'/> |
5926 | </ProtoInstance> |
5927 | <ProtoInstance name='Vertex'> |
5928 | <fieldValue name='vertexText' value='"island"'/> |
5929 | <fieldValue name='description' value='122: island'/> |
5930 | <fieldValue name='url'/> |
5931 | <fieldValue name='radius' value='0.1500'/> |
5932 | <fieldValue name='displayMode'/> |
5933 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5934 | <fieldValue name='transparency' value='0'/> |
5935 | <fieldValue name='translation' value='-0.23949 1.10557 -1.66296'/> |
5936 | <fieldValue name='textTranslation' value='-0.08949 1.10557 -1.66296'/> |
5937 | <fieldValue name='textColor' value='0 0 0'/> |
5938 | </ProtoInstance> |
5939 | <ProtoInstance name='Vertex'> |
5940 | <fieldValue name='vertexText' value='"jobs"'/> |
5941 | <fieldValue name='description' value='123: jobs'/> |
5942 | <fieldValue name='url'/> |
5943 | <fieldValue name='radius' value='0.1500'/> |
5944 | <fieldValue name='displayMode'/> |
5945 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5946 | <fieldValue name='transparency' value='0'/> |
5947 | <fieldValue name='translation' value='-2.22917 1.00606 -0.33291'/> |
5948 | <fieldValue name='textTranslation' value='-2.07917 1.00606 -0.33291'/> |
5949 | <fieldValue name='textColor' value='0 0 0'/> |
5950 | </ProtoInstance> |
5951 | <ProtoInstance name='Vertex'> |
5952 | <fieldValue name='vertexText' value='"key"'/> |
5953 | <fieldValue name='description' value='124: key'/> |
5954 | <fieldValue name='url'/> |
5955 | <fieldValue name='radius' value='0.1500'/> |
5956 | <fieldValue name='displayMode'/> |
5957 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5958 | <fieldValue name='transparency' value='0'/> |
5959 | <fieldValue name='translation' value='-0.96269 -0.86513 0.40263'/> |
5960 | <fieldValue name='textTranslation' value='-0.81269 -0.86513 0.40263'/> |
5961 | <fieldValue name='textColor' value='0 0 0'/> |
5962 | </ProtoInstance> |
5963 | <ProtoInstance name='Vertex'> |
5964 | <fieldValue name='vertexText' value='"leadership"'/> |
5965 | <fieldValue name='description' value='125: leadership'/> |
5966 | <fieldValue name='url'/> |
5967 | <fieldValue name='radius' value='0.1500'/> |
5968 | <fieldValue name='displayMode'/> |
5969 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5970 | <fieldValue name='transparency' value='0'/> |
5971 | <fieldValue name='translation' value='2.62594 -0.65773 -0.44487'/> |
5972 | <fieldValue name='textTranslation' value='2.77594 -0.65773 -0.44487'/> |
5973 | <fieldValue name='textColor' value='0 0 0'/> |
5974 | </ProtoInstance> |
5975 | <ProtoInstance name='Vertex'> |
5976 | <fieldValue name='vertexText' value='"learn"'/> |
5977 | <fieldValue name='description' value='126: learn'/> |
5978 | <fieldValue name='url'/> |
5979 | <fieldValue name='radius' value='0.1500'/> |
5980 | <fieldValue name='displayMode'/> |
5981 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5982 | <fieldValue name='transparency' value='0'/> |
5983 | <fieldValue name='translation' value='1.14628 -2.28247 1.42888'/> |
5984 | <fieldValue name='textTranslation' value='1.29628 -2.28247 1.42888'/> |
5985 | <fieldValue name='textColor' value='0 0 0'/> |
5986 | </ProtoInstance> |
5987 | <ProtoInstance name='Vertex'> |
5988 | <fieldValue name='vertexText' value='"links"'/> |
5989 | <fieldValue name='description' value='127: links'/> |
5990 | <fieldValue name='url'/> |
5991 | <fieldValue name='radius' value='0.1500'/> |
5992 | <fieldValue name='displayMode'/> |
5993 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5994 | <fieldValue name='transparency' value='0'/> |
5995 | <fieldValue name='translation' value='-0.96264 -1.48035 0.07771'/> |
5996 | <fieldValue name='textTranslation' value='-0.81264 -1.48035 0.07771'/> |
5997 | <fieldValue name='textColor' value='0 0 0'/> |
5998 | </ProtoInstance> |
5999 | <ProtoInstance name='Vertex'> |
6000 | <fieldValue name='vertexText' value='"list"'/> |
6001 | <fieldValue name='description' value='128: list'/> |
6002 | <fieldValue name='url'/> |
6003 | <fieldValue name='radius' value='0.1500'/> |
6004 | <fieldValue name='displayMode'/> |
6005 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6006 | <fieldValue name='transparency' value='0'/> |
6007 | <fieldValue name='translation' value='-1.03083 -0.39720 0.39138'/> |
6008 | <fieldValue name='textTranslation' value='-0.88083 -0.39720 0.39138'/> |
6009 | <fieldValue name='textColor' value='0 0 0'/> |
6010 | </ProtoInstance> |
6011 | <ProtoInstance name='Vertex'> |
6012 | <fieldValue name='vertexText' value='"listed"'/> |
6013 | <fieldValue name='description' value='129: listed'/> |
6014 | <fieldValue name='url'/> |
6015 | <fieldValue name='radius' value='0.1500'/> |
6016 | <fieldValue name='displayMode'/> |
6017 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6018 | <fieldValue name='transparency' value='0'/> |
6019 | <fieldValue name='translation' value='-2.31992 0.84889 -0.57916'/> |
6020 | <fieldValue name='textTranslation' value='-2.16992 0.84889 -0.57916'/> |
6021 | <fieldValue name='textColor' value='0 0 0'/> |
6022 | </ProtoInstance> |
6023 | <ProtoInstance name='Vertex'> |
6024 | <fieldValue name='vertexText' value='"literacy"'/> |
6025 | <fieldValue name='description' value='130: literacy'/> |
6026 | <fieldValue name='url'/> |
6027 | <fieldValue name='radius' value='0.1500'/> |
6028 | <fieldValue name='displayMode'/> |
6029 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6030 | <fieldValue name='transparency' value='0'/> |
6031 | <fieldValue name='translation' value='2.62687 -0.66650 -0.43782'/> |
6032 | <fieldValue name='textTranslation' value='2.77687 -0.66650 -0.43782'/> |
6033 | <fieldValue name='textColor' value='0 0 0'/> |
6034 | </ProtoInstance> |
6035 | <ProtoInstance name='Vertex'> |
6036 | <fieldValue name='vertexText' value='"living"'/> |
6037 | <fieldValue name='description' value='131: living'/> |
6038 | <fieldValue name='url'/> |
6039 | <fieldValue name='radius' value='0.1500'/> |
6040 | <fieldValue name='displayMode'/> |
6041 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6042 | <fieldValue name='transparency' value='0'/> |
6043 | <fieldValue name='translation' value='0.83558 -0.14536 -2.10866'/> |
6044 | <fieldValue name='textTranslation' value='0.98558 -0.14536 -2.10866'/> |
6045 | <fieldValue name='textColor' value='0 0 0'/> |
6046 | </ProtoInstance> |
6047 | <ProtoInstance name='Vertex'> |
6048 | <fieldValue name='vertexText' value='"located"'/> |
6049 | <fieldValue name='description' value='132: located'/> |
6050 | <fieldValue name='url'/> |
6051 | <fieldValue name='radius' value='0.1500'/> |
6052 | <fieldValue name='displayMode'/> |
6053 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6054 | <fieldValue name='transparency' value='0'/> |
6055 | <fieldValue name='translation' value='-0.84340 -2.22186 -1.47829'/> |
6056 | <fieldValue name='textTranslation' value='-0.69340 -2.22186 -1.47829'/> |
6057 | <fieldValue name='textColor' value='0 0 0'/> |
6058 | </ProtoInstance> |
6059 | <ProtoInstance name='Vertex'> |
6060 | <fieldValue name='vertexText' value='"location"'/> |
6061 | <fieldValue name='description' value='133: location'/> |
6062 | <fieldValue name='url'/> |
6063 | <fieldValue name='radius' value='0.1500'/> |
6064 | <fieldValue name='displayMode'/> |
6065 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6066 | <fieldValue name='transparency' value='0'/> |
6067 | <fieldValue name='translation' value='-0.96890 -0.50612 -0.77440'/> |
6068 | <fieldValue name='textTranslation' value='-0.81890 -0.50612 -0.77440'/> |
6069 | <fieldValue name='textColor' value='0 0 0'/> |
6070 | </ProtoInstance> |
6071 | <ProtoInstance name='Vertex'> |
6072 | <fieldValue name='vertexText' value='"logistics"'/> |
6073 | <fieldValue name='description' value='134: logistics'/> |
6074 | <fieldValue name='url'/> |
6075 | <fieldValue name='radius' value='0.1500'/> |
6076 | <fieldValue name='displayMode'/> |
6077 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6078 | <fieldValue name='transparency' value='0'/> |
6079 | <fieldValue name='translation' value='-0.58111 -1.04742 1.02209'/> |
6080 | <fieldValue name='textTranslation' value='-0.43111 -1.04742 1.02209'/> |
6081 | <fieldValue name='textColor' value='0 0 0'/> |
6082 | </ProtoInstance> |
6083 | <ProtoInstance name='Vertex'> |
6084 | <fieldValue name='vertexText' value='"loop"'/> |
6085 | <fieldValue name='description' value='135: loop'/> |
6086 | <fieldValue name='url'/> |
6087 | <fieldValue name='radius' value='0.1500'/> |
6088 | <fieldValue name='displayMode'/> |
6089 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6090 | <fieldValue name='transparency' value='0'/> |
6091 | <fieldValue name='translation' value='1.28462 1.74154 2.74789'/> |
6092 | <fieldValue name='textTranslation' value='1.43462 1.74154 2.74789'/> |
6093 | <fieldValue name='textColor' value='0 0 0'/> |
6094 | </ProtoInstance> |
6095 | <ProtoInstance name='Vertex'> |
6096 | <fieldValue name='vertexText' value='"maintenance"'/> |
6097 | <fieldValue name='description' value='136: maintenance'/> |
6098 | <fieldValue name='url'/> |
6099 | <fieldValue name='radius' value='0.1500'/> |
6100 | <fieldValue name='displayMode'/> |
6101 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6102 | <fieldValue name='transparency' value='0'/> |
6103 | <fieldValue name='translation' value='1.45440 -1.90768 1.11480'/> |
6104 | <fieldValue name='textTranslation' value='1.60440 -1.90768 1.11480'/> |
6105 | <fieldValue name='textColor' value='0 0 0'/> |
6106 | </ProtoInstance> |
6107 | <ProtoInstance name='Vertex'> |
6108 | <fieldValue name='vertexText' value='"managers"'/> |
6109 | <fieldValue name='description' value='137: managers'/> |
6110 | <fieldValue name='url'/> |
6111 | <fieldValue name='radius' value='0.1500'/> |
6112 | <fieldValue name='displayMode'/> |
6113 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6114 | <fieldValue name='transparency' value='0'/> |
6115 | <fieldValue name='translation' value='-0.60192 -2.06931 -1.95996'/> |
6116 | <fieldValue name='textTranslation' value='-0.45192 -2.06931 -1.95996'/> |
6117 | <fieldValue name='textColor' value='0 0 0'/> |
6118 | </ProtoInstance> |
6119 | <ProtoInstance name='Vertex'> |
6120 | <fieldValue name='vertexText' value='"mark"'/> |
6121 | <fieldValue name='description' value='138: mark'/> |
6122 | <fieldValue name='url'/> |
6123 | <fieldValue name='radius' value='0.1500'/> |
6124 | <fieldValue name='displayMode'/> |
6125 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6126 | <fieldValue name='transparency' value='0'/> |
6127 | <fieldValue name='translation' value='-1.01930 -2.33602 0.51521'/> |
6128 | <fieldValue name='textTranslation' value='-0.86930 -2.33602 0.51521'/> |
6129 | <fieldValue name='textColor' value='0 0 0'/> |
6130 | </ProtoInstance> |
6131 | <ProtoInstance name='Vertex'> |
6132 | <fieldValue name='vertexText' value='"media"'/> |
6133 | <fieldValue name='description' value='139: media'/> |
6134 | <fieldValue name='url'/> |
6135 | <fieldValue name='radius' value='0.1500'/> |
6136 | <fieldValue name='displayMode'/> |
6137 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6138 | <fieldValue name='transparency' value='0'/> |
6139 | <fieldValue name='translation' value='1.77702 -2.46999 -2.16121'/> |
6140 | <fieldValue name='textTranslation' value='1.92702 -2.46999 -2.16121'/> |
6141 | <fieldValue name='textColor' value='0 0 0'/> |
6142 | </ProtoInstance> |
6143 | <ProtoInstance name='Vertex'> |
6144 | <fieldValue name='vertexText' value='"medical"'/> |
6145 | <fieldValue name='description' value='140: medical'/> |
6146 | <fieldValue name='url'/> |
6147 | <fieldValue name='radius' value='0.1500'/> |
6148 | <fieldValue name='displayMode'/> |
6149 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6150 | <fieldValue name='transparency' value='0'/> |
6151 | <fieldValue name='translation' value='-1.24177 -2.04734 1.07026'/> |
6152 | <fieldValue name='textTranslation' value='-1.09177 -2.04734 1.07026'/> |
6153 | <fieldValue name='textColor' value='0 0 0'/> |
6154 | </ProtoInstance> |
6155 | <ProtoInstance name='Vertex'> |
6156 | <fieldValue name='vertexText' value='"meeting"'/> |
6157 | <fieldValue name='description' value='141: meeting'/> |
6158 | <fieldValue name='url'/> |
6159 | <fieldValue name='radius' value='0.1500'/> |
6160 | <fieldValue name='displayMode'/> |
6161 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6162 | <fieldValue name='transparency' value='0'/> |
6163 | <fieldValue name='translation' value='2.35179 -2.16668 -2.25158'/> |
6164 | <fieldValue name='textTranslation' value='2.50179 -2.16668 -2.25158'/> |
6165 | <fieldValue name='textColor' value='0 0 0'/> |
6166 | </ProtoInstance> |
6167 | <ProtoInstance name='Vertex'> |
6168 | <fieldValue name='vertexText' value='"menu"'/> |
6169 | <fieldValue name='description' value='142: menu'/> |
6170 | <fieldValue name='url'/> |
6171 | <fieldValue name='radius' value='0.1500'/> |
6172 | <fieldValue name='displayMode'/> |
6173 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6174 | <fieldValue name='transparency' value='0'/> |
6175 | <fieldValue name='translation' value='1.31503 1.98800 2.49382'/> |
6176 | <fieldValue name='textTranslation' value='1.46503 1.98800 2.49382'/> |
6177 | <fieldValue name='textColor' value='0 0 0'/> |
6178 | </ProtoInstance> |
6179 | <ProtoInstance name='Vertex'> |
6180 | <fieldValue name='vertexText' value='"messages"'/> |
6181 | <fieldValue name='description' value='143: messages'/> |
6182 | <fieldValue name='url'/> |
6183 | <fieldValue name='radius' value='0.1500'/> |
6184 | <fieldValue name='displayMode'/> |
6185 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6186 | <fieldValue name='transparency' value='0'/> |
6187 | <fieldValue name='translation' value='-0.63461 2.22033 1.96688'/> |
6188 | <fieldValue name='textTranslation' value='-0.48461 2.22033 1.96688'/> |
6189 | <fieldValue name='textColor' value='0 0 0'/> |
6190 | </ProtoInstance> |
6191 | <ProtoInstance name='Vertex'> |
6192 | <fieldValue name='vertexText' value='"miami"'/> |
6193 | <fieldValue name='description' value='144: miami'/> |
6194 | <fieldValue name='url'/> |
6195 | <fieldValue name='radius' value='0.1500'/> |
6196 | <fieldValue name='displayMode'/> |
6197 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6198 | <fieldValue name='transparency' value='0'/> |
6199 | <fieldValue name='translation' value='-0.77298 -1.13118 -1.35113'/> |
6200 | <fieldValue name='textTranslation' value='-0.62298 -1.13118 -1.35113'/> |
6201 | <fieldValue name='textColor' value='0 0 0'/> |
6202 | </ProtoInstance> |
6203 | <ProtoInstance name='Vertex'> |
6204 | <fieldValue name='vertexText' value='"middle"'/> |
6205 | <fieldValue name='description' value='145: middle'/> |
6206 | <fieldValue name='url'/> |
6207 | <fieldValue name='radius' value='0.1500'/> |
6208 | <fieldValue name='displayMode'/> |
6209 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6210 | <fieldValue name='transparency' value='0'/> |
6211 | <fieldValue name='translation' value='1.58912 1.66473 2.67111'/> |
6212 | <fieldValue name='textTranslation' value='1.73912 1.66473 2.67111'/> |
6213 | <fieldValue name='textColor' value='0 0 0'/> |
6214 | </ProtoInstance> |
6215 | <ProtoInstance name='Vertex'> |
6216 | <fieldValue name='vertexText' value='"million"'/> |
6217 | <fieldValue name='description' value='146: million'/> |
6218 | <fieldValue name='url'/> |
6219 | <fieldValue name='radius' value='0.1500'/> |
6220 | <fieldValue name='displayMode'/> |
6221 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6222 | <fieldValue name='transparency' value='0'/> |
6223 | <fieldValue name='translation' value='1.88761 -2.33475 -2.20086'/> |
6224 | <fieldValue name='textTranslation' value='2.03761 -2.33475 -2.20086'/> |
6225 | <fieldValue name='textColor' value='0 0 0'/> |
6226 | </ProtoInstance> |
6227 | <ProtoInstance name='Vertex'> |
6228 | <fieldValue name='vertexText' value='"nationals"'/> |
6229 | <fieldValue name='description' value='147: nationals'/> |
6230 | <fieldValue name='url'/> |
6231 | <fieldValue name='radius' value='0.1500'/> |
6232 | <fieldValue name='displayMode'/> |
6233 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6234 | <fieldValue name='transparency' value='0'/> |
6235 | <fieldValue name='translation' value='0.55983 -0.62949 -2.33134'/> |
6236 | <fieldValue name='textTranslation' value='0.70983 -0.62949 -2.33134'/> |
6237 | <fieldValue name='textColor' value='0 0 0'/> |
6238 | </ProtoInstance> |
6239 | <ProtoInstance name='Vertex'> |
6240 | <fieldValue name='vertexText' value='"news"'/> |
6241 | <fieldValue name='description' value='148: news'/> |
6242 | <fieldValue name='url'/> |
6243 | <fieldValue name='radius' value='0.1500'/> |
6244 | <fieldValue name='displayMode'/> |
6245 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6246 | <fieldValue name='transparency' value='0'/> |
6247 | <fieldValue name='translation' value='-0.26712 -0.86627 -1.19351'/> |
6248 | <fieldValue name='textTranslation' value='-0.11712 -0.86627 -1.19351'/> |
6249 | <fieldValue name='textColor' value='0 0 0'/> |
6250 | </ProtoInstance> |
6251 | <ProtoInstance name='Vertex'> |
6252 | <fieldValue name='vertexText' value='"note"'/> |
6253 | <fieldValue name='description' value='149: note'/> |
6254 | <fieldValue name='url'/> |
6255 | <fieldValue name='radius' value='0.1500'/> |
6256 | <fieldValue name='displayMode'/> |
6257 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6258 | <fieldValue name='transparency' value='0'/> |
6259 | <fieldValue name='translation' value='-0.34277 -1.98590 -1.50601'/> |
6260 | <fieldValue name='textTranslation' value='-0.19277 -1.98590 -1.50601'/> |
6261 | <fieldValue name='textColor' value='0 0 0'/> |
6262 | </ProtoInstance> |
6263 | <ProtoInstance name='Vertex'> |
6264 | <fieldValue name='vertexText' value='"officer"'/> |
6265 | <fieldValue name='description' value='150: officer'/> |
6266 | <fieldValue name='url'/> |
6267 | <fieldValue name='radius' value='0.1500'/> |
6268 | <fieldValue name='displayMode'/> |
6269 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6270 | <fieldValue name='transparency' value='0'/> |
6271 | <fieldValue name='translation' value='-1.24177 -2.04734 1.07026'/> |
6272 | <fieldValue name='textTranslation' value='-1.09177 -2.04734 1.07026'/> |
6273 | <fieldValue name='textColor' value='0 0 0'/> |
6274 | </ProtoInstance> |
6275 | <ProtoInstance name='Vertex'> |
6276 | <fieldValue name='vertexText' value='"ongoing"'/> |
6277 | <fieldValue name='description' value='151: ongoing'/> |
6278 | <fieldValue name='url'/> |
6279 | <fieldValue name='radius' value='0.1500'/> |
6280 | <fieldValue name='displayMode'/> |
6281 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6282 | <fieldValue name='transparency' value='0'/> |
6283 | <fieldValue name='translation' value='0.87621 -1.08607 -0.79674'/> |
6284 | <fieldValue name='textTranslation' value='1.02621 -1.08607 -0.79674'/> |
6285 | <fieldValue name='textColor' value='0 0 0'/> |
6286 | </ProtoInstance> |
6287 | <ProtoInstance name='Vertex'> |
6288 | <fieldValue name='vertexText' value='"opening"'/> |
6289 | <fieldValue name='description' value='152: opening'/> |
6290 | <fieldValue name='url'/> |
6291 | <fieldValue name='radius' value='0.1500'/> |
6292 | <fieldValue name='displayMode'/> |
6293 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6294 | <fieldValue name='transparency' value='0'/> |
6295 | <fieldValue name='translation' value='-0.71533 -1.99121 0.76125'/> |
6296 | <fieldValue name='textTranslation' value='-0.56533 -1.99121 0.76125'/> |
6297 | <fieldValue name='textColor' value='0 0 0'/> |
6298 | </ProtoInstance> |
6299 | <ProtoInstance name='Vertex'> |
6300 | <fieldValue name='vertexText' value='"operations"'/> |
6301 | <fieldValue name='description' value='153: operations'/> |
6302 | <fieldValue name='url'/> |
6303 | <fieldValue name='radius' value='0.1500'/> |
6304 | <fieldValue name='displayMode'/> |
6305 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6306 | <fieldValue name='transparency' value='0'/> |
6307 | <fieldValue name='translation' value='-0.30532 -1.93270 -1.51568'/> |
6308 | <fieldValue name='textTranslation' value='-0.15532 -1.93270 -1.51568'/> |
6309 | <fieldValue name='textColor' value='0 0 0'/> |
6310 | </ProtoInstance> |
6311 | <ProtoInstance name='Vertex'> |
6312 | <fieldValue name='vertexText' value='"ordered"'/> |
6313 | <fieldValue name='description' value='154: ordered'/> |
6314 | <fieldValue name='url'/> |
6315 | <fieldValue name='radius' value='0.1500'/> |
6316 | <fieldValue name='displayMode'/> |
6317 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6318 | <fieldValue name='transparency' value='0'/> |
6319 | <fieldValue name='translation' value='-0.25011 1.35513 -1.93674'/> |
6320 | <fieldValue name='textTranslation' value='-0.10011 1.35513 -1.93674'/> |
6321 | <fieldValue name='textColor' value='0 0 0'/> |
6322 | </ProtoInstance> |
6323 | <ProtoInstance name='Vertex'> |
6324 | <fieldValue name='vertexText' value='"organizations"'/> |
6325 | <fieldValue name='description' value='155: organizations'/> |
6326 | <fieldValue name='url'/> |
6327 | <fieldValue name='radius' value='0.1500'/> |
6328 | <fieldValue name='displayMode'/> |
6329 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6330 | <fieldValue name='transparency' value='0'/> |
6331 | <fieldValue name='translation' value='0.23989 -1.27248 -1.26814'/> |
6332 | <fieldValue name='textTranslation' value='0.38989 -1.27248 -1.26814'/> |
6333 | <fieldValue name='textColor' value='0 0 0'/> |
6334 | </ProtoInstance> |
6335 | <ProtoInstance name='Vertex'> |
6336 | <fieldValue name='vertexText' value='"paratroopers"'/> |
6337 | <fieldValue name='description' value='156: paratroopers'/> |
6338 | <fieldValue name='url'/> |
6339 | <fieldValue name='radius' value='0.1500'/> |
6340 | <fieldValue name='displayMode'/> |
6341 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6342 | <fieldValue name='transparency' value='0'/> |
6343 | <fieldValue name='translation' value='0.09551 -1.68040 0.77042'/> |
6344 | <fieldValue name='textTranslation' value='0.24551 -1.68040 0.77042'/> |
6345 | <fieldValue name='textColor' value='0 0 0'/> |
6346 | </ProtoInstance> |
6347 | <ProtoInstance name='Vertex'> |
6348 | <fieldValue name='vertexText' value='"part"'/> |
6349 | <fieldValue name='description' value='157: part'/> |
6350 | <fieldValue name='url'/> |
6351 | <fieldValue name='radius' value='0.1500'/> |
6352 | <fieldValue name='displayMode'/> |
6353 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6354 | <fieldValue name='transparency' value='0'/> |
6355 | <fieldValue name='translation' value='0.34511 -0.80200 -0.96501'/> |
6356 | <fieldValue name='textTranslation' value='0.49511 -0.80200 -0.96501'/> |
6357 | <fieldValue name='textColor' value='0 0 0'/> |
6358 | </ProtoInstance> |
6359 | <ProtoInstance name='Vertex'> |
6360 | <fieldValue name='vertexText' value='"partner"'/> |
6361 | <fieldValue name='description' value='158: partner'/> |
6362 | <fieldValue name='url'/> |
6363 | <fieldValue name='radius' value='0.1500'/> |
6364 | <fieldValue name='displayMode'/> |
6365 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6366 | <fieldValue name='transparency' value='0'/> |
6367 | <fieldValue name='translation' value='2.64404 -0.25115 0.07501'/> |
6368 | <fieldValue name='textTranslation' value='2.79404 -0.25115 0.07501'/> |
6369 | <fieldValue name='textColor' value='0 0 0'/> |
6370 | </ProtoInstance> |
6371 | <ProtoInstance name='Vertex'> |
6372 | <fieldValue name='vertexText' value='"personnel"'/> |
6373 | <fieldValue name='description' value='159: personnel'/> |
6374 | <fieldValue name='url'/> |
6375 | <fieldValue name='radius' value='0.1500'/> |
6376 | <fieldValue name='displayMode'/> |
6377 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6378 | <fieldValue name='transparency' value='0'/> |
6379 | <fieldValue name='translation' value='-0.38666 -0.01431 -0.61087'/> |
6380 | <fieldValue name='textTranslation' value='-0.23666 -0.01431 -0.61087'/> |
6381 | <fieldValue name='textColor' value='0 0 0'/> |
6382 | </ProtoInstance> |
6383 | <ProtoInstance name='Vertex'> |
6384 | <fieldValue name='vertexText' value='"phase"'/> |
6385 | <fieldValue name='description' value='160: phase'/> |
6386 | <fieldValue name='url'/> |
6387 | <fieldValue name='radius' value='0.1500'/> |
6388 | <fieldValue name='displayMode'/> |
6389 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6390 | <fieldValue name='transparency' value='0'/> |
6391 | <fieldValue name='translation' value='2.07481 -0.97329 0.15657'/> |
6392 | <fieldValue name='textTranslation' value='2.22481 -0.97329 0.15657'/> |
6393 | <fieldValue name='textColor' value='0 0 0'/> |
6394 | </ProtoInstance> |
6395 | <ProtoInstance name='Vertex'> |
6396 | <fieldValue name='vertexText' value='"photo"'/> |
6397 | <fieldValue name='description' value='161: photo'/> |
6398 | <fieldValue name='url'/> |
6399 | <fieldValue name='radius' value='0.1500'/> |
6400 | <fieldValue name='displayMode'/> |
6401 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6402 | <fieldValue name='transparency' value='0'/> |
6403 | <fieldValue name='translation' value='-0.10486 -1.61672 0.82335'/> |
6404 | <fieldValue name='textTranslation' value='0.04514 -1.61672 0.82335'/> |
6405 | <fieldValue name='textColor' value='0 0 0'/> |
6406 | </ProtoInstance> |
6407 | <ProtoInstance name='Vertex'> |
6408 | <fieldValue name='vertexText' value='"play"'/> |
6409 | <fieldValue name='description' value='162: play'/> |
6410 | <fieldValue name='url'/> |
6411 | <fieldValue name='radius' value='0.1500'/> |
6412 | <fieldValue name='displayMode'/> |
6413 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6414 | <fieldValue name='transparency' value='0'/> |
6415 | <fieldValue name='translation' value='1.34921 1.88644 2.56875'/> |
6416 | <fieldValue name='textTranslation' value='1.49921 1.88644 2.56875'/> |
6417 | <fieldValue name='textColor' value='0 0 0'/> |
6418 | </ProtoInstance> |
6419 | <ProtoInstance name='Vertex'> |
6420 | <fieldValue name='vertexText' value='"players"'/> |
6421 | <fieldValue name='description' value='163: players'/> |
6422 | <fieldValue name='url'/> |
6423 | <fieldValue name='radius' value='0.1500'/> |
6424 | <fieldValue name='displayMode'/> |
6425 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6426 | <fieldValue name='transparency' value='0'/> |
6427 | <fieldValue name='translation' value='-1.53595 -0.87683 0.69260'/> |
6428 | <fieldValue name='textTranslation' value='-1.38595 -0.87683 0.69260'/> |
6429 | <fieldValue name='textColor' value='0 0 0'/> |
6430 | </ProtoInstance> |
6431 | <ProtoInstance name='Vertex'> |
6432 | <fieldValue name='vertexText' value='"pope"'/> |
6433 | <fieldValue name='description' value='164: pope'/> |
6434 | <fieldValue name='url'/> |
6435 | <fieldValue name='radius' value='0.1500'/> |
6436 | <fieldValue name='displayMode'/> |
6437 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6438 | <fieldValue name='transparency' value='0'/> |
6439 | <fieldValue name='translation' value='0.21656 -1.89814 1.16914'/> |
6440 | <fieldValue name='textTranslation' value='0.36656 -1.89814 1.16914'/> |
6441 | <fieldValue name='textColor' value='0 0 0'/> |
6442 | </ProtoInstance> |
6443 | <ProtoInstance name='Vertex'> |
6444 | <fieldValue name='vertexText' value='"port"'/> |
6445 | <fieldValue name='description' value='165: port'/> |
6446 | <fieldValue name='url'/> |
6447 | <fieldValue name='radius' value='0.1500'/> |
6448 | <fieldValue name='displayMode'/> |
6449 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6450 | <fieldValue name='transparency' value='0'/> |
6451 | <fieldValue name='translation' value='-0.80996 -2.33649 0.95488'/> |
6452 | <fieldValue name='textTranslation' value='-0.65996 -2.33649 0.95488'/> |
6453 | <fieldValue name='textColor' value='0 0 0'/> |
6454 | </ProtoInstance> |
6455 | <ProtoInstance name='Vertex'> |
6456 | <fieldValue name='vertexText' value='"prayers"'/> |
6457 | <fieldValue name='description' value='166: prayers'/> |
6458 | <fieldValue name='url'/> |
6459 | <fieldValue name='radius' value='0.1500'/> |
6460 | <fieldValue name='displayMode'/> |
6461 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6462 | <fieldValue name='transparency' value='0'/> |
6463 | <fieldValue name='translation' value='2.36652 -2.40860 -2.00240'/> |
6464 | <fieldValue name='textTranslation' value='2.51652 -2.40860 -2.00240'/> |
6465 | <fieldValue name='textColor' value='0 0 0'/> |
6466 | </ProtoInstance> |
6467 | <ProtoInstance name='Vertex'> |
6468 | <fieldValue name='vertexText' value='"preparation"'/> |
6469 | <fieldValue name='description' value='167: preparation'/> |
6470 | <fieldValue name='url'/> |
6471 | <fieldValue name='radius' value='0.1500'/> |
6472 | <fieldValue name='displayMode'/> |
6473 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6474 | <fieldValue name='transparency' value='0'/> |
6475 | <fieldValue name='translation' value='-0.83106 -1.28612 1.61159'/> |
6476 | <fieldValue name='textTranslation' value='-0.68106 -1.28612 1.61159'/> |
6477 | <fieldValue name='textColor' value='0 0 0'/> |
6478 | </ProtoInstance> |
6479 | <ProtoInstance name='Vertex'> |
6480 | <fieldValue name='vertexText' value='"present"'/> |
6481 | <fieldValue name='description' value='168: present'/> |
6482 | <fieldValue name='url'/> |
6483 | <fieldValue name='radius' value='0.1500'/> |
6484 | <fieldValue name='displayMode'/> |
6485 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6486 | <fieldValue name='transparency' value='0'/> |
6487 | <fieldValue name='translation' value='2.32171 -0.49031 -0.15558'/> |
6488 | <fieldValue name='textTranslation' value='2.47171 -0.49031 -0.15558'/> |
6489 | <fieldValue name='textColor' value='0 0 0'/> |
6490 | </ProtoInstance> |
6491 | <ProtoInstance name='Vertex'> |
6492 | <fieldValue name='vertexText' value='"president"'/> |
6493 | <fieldValue name='description' value='169: president'/> |
6494 | <fieldValue name='url'/> |
6495 | <fieldValue name='radius' value='0.1500'/> |
6496 | <fieldValue name='displayMode'/> |
6497 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6498 | <fieldValue name='transparency' value='0'/> |
6499 | <fieldValue name='translation' value='2.14788 -2.74723 -1.93978'/> |
6500 | <fieldValue name='textTranslation' value='2.29788 -2.74723 -1.93978'/> |
6501 | <fieldValue name='textColor' value='0 0 0'/> |
6502 | </ProtoInstance> |
6503 | <ProtoInstance name='Vertex'> |
6504 | <fieldValue name='vertexText' value='"press"'/> |
6505 | <fieldValue name='description' value='170: press'/> |
6506 | <fieldValue name='url'/> |
6507 | <fieldValue name='radius' value='0.1500'/> |
6508 | <fieldValue name='displayMode'/> |
6509 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6510 | <fieldValue name='transparency' value='0'/> |
6511 | <fieldValue name='translation' value='-0.55500 -1.68692 -0.18284'/> |
6512 | <fieldValue name='textTranslation' value='-0.40500 -1.68692 -0.18284'/> |
6513 | <fieldValue name='textColor' value='0 0 0'/> |
6514 | </ProtoInstance> |
6515 | <ProtoInstance name='Vertex'> |
6516 | <fieldValue name='vertexText' value='"programming"'/> |
6517 | <fieldValue name='description' value='171: programming'/> |
6518 | <fieldValue name='url'/> |
6519 | <fieldValue name='radius' value='0.1500'/> |
6520 | <fieldValue name='displayMode'/> |
6521 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6522 | <fieldValue name='transparency' value='0'/> |
6523 | <fieldValue name='translation' value='2.59620 -0.50861 -0.53336'/> |
6524 | <fieldValue name='textTranslation' value='2.74620 -0.50861 -0.53336'/> |
6525 | <fieldValue name='textColor' value='0 0 0'/> |
6526 | </ProtoInstance> |
6527 | <ProtoInstance name='Vertex'> |
6528 | <fieldValue name='vertexText' value='"programs"'/> |
6529 | <fieldValue name='description' value='172: programs'/> |
6530 | <fieldValue name='url'/> |
6531 | <fieldValue name='radius' value='0.1500'/> |
6532 | <fieldValue name='displayMode'/> |
6533 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6534 | <fieldValue name='transparency' value='0'/> |
6535 | <fieldValue name='translation' value='2.62880 -0.68980 -0.41776'/> |
6536 | <fieldValue name='textTranslation' value='2.77880 -0.68980 -0.41776'/> |
6537 | <fieldValue name='textColor' value='0 0 0'/> |
6538 | </ProtoInstance> |
6539 | <ProtoInstance name='Vertex'> |
6540 | <fieldValue name='vertexText' value='"protected"'/> |
6541 | <fieldValue name='description' value='173: protected'/> |
6542 | <fieldValue name='url'/> |
6543 | <fieldValue name='radius' value='0.1500'/> |
6544 | <fieldValue name='displayMode'/> |
6545 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6546 | <fieldValue name='transparency' value='0'/> |
6547 | <fieldValue name='translation' value='0.95198 -0.29047 -2.70147'/> |
6548 | <fieldValue name='textTranslation' value='1.10198 -0.29047 -2.70147'/> |
6549 | <fieldValue name='textColor' value='0 0 0'/> |
6550 | </ProtoInstance> |
6551 | <ProtoInstance name='Vertex'> |
6552 | <fieldValue name='vertexText' value='"public"'/> |
6553 | <fieldValue name='description' value='174: public'/> |
6554 | <fieldValue name='url'/> |
6555 | <fieldValue name='radius' value='0.1500'/> |
6556 | <fieldValue name='displayMode'/> |
6557 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6558 | <fieldValue name='transparency' value='0'/> |
6559 | <fieldValue name='translation' value='-1.66521 -1.61185 0.76305'/> |
6560 | <fieldValue name='textTranslation' value='-1.51521 -1.61185 0.76305'/> |
6561 | <fieldValue name='textColor' value='0 0 0'/> |
6562 | </ProtoInstance> |
6563 | <ProtoInstance name='Vertex'> |
6564 | <fieldValue name='vertexText' value='"quake"'/> |
6565 | <fieldValue name='description' value='175: quake'/> |
6566 | <fieldValue name='url'/> |
6567 | <fieldValue name='radius' value='0.1500'/> |
6568 | <fieldValue name='displayMode'/> |
6569 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6570 | <fieldValue name='transparency' value='0'/> |
6571 | <fieldValue name='translation' value='1.77702 -2.46999 -2.16121'/> |
6572 | <fieldValue name='textTranslation' value='1.92702 -2.46999 -2.16121'/> |
6573 | <fieldValue name='textColor' value='0 0 0'/> |
6574 | </ProtoInstance> |
6575 | <ProtoInstance name='Vertex'> |
6576 | <fieldValue name='vertexText' value='"quality"'/> |
6577 | <fieldValue name='description' value='176: quality'/> |
6578 | <fieldValue name='url'/> |
6579 | <fieldValue name='radius' value='0.1500'/> |
6580 | <fieldValue name='displayMode'/> |
6581 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6582 | <fieldValue name='transparency' value='0'/> |
6583 | <fieldValue name='translation' value='1.68163 1.84707 2.44942'/> |
6584 | <fieldValue name='textTranslation' value='1.83163 1.84707 2.44942'/> |
6585 | <fieldValue name='textColor' value='0 0 0'/> |
6586 | </ProtoInstance> |
6587 | <ProtoInstance name='Vertex'> |
6588 | <fieldValue name='vertexText' value='"rear"'/> |
6589 | <fieldValue name='description' value='177: rear'/> |
6590 | <fieldValue name='url'/> |
6591 | <fieldValue name='radius' value='0.1500'/> |
6592 | <fieldValue name='displayMode'/> |
6593 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6594 | <fieldValue name='transparency' value='0'/> |
6595 | <fieldValue name='translation' value='-0.72175 -1.73842 -1.13105'/> |
6596 | <fieldValue name='textTranslation' value='-0.57175 -1.73842 -1.13105'/> |
6597 | <fieldValue name='textColor' value='0 0 0'/> |
6598 | </ProtoInstance> |
6599 | <ProtoInstance name='Vertex'> |
6600 | <fieldValue name='vertexText' value='"rebuild"'/> |
6601 | <fieldValue name='description' value='178: rebuild'/> |
6602 | <fieldValue name='url'/> |
6603 | <fieldValue name='radius' value='0.1500'/> |
6604 | <fieldValue name='displayMode'/> |
6605 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6606 | <fieldValue name='transparency' value='0'/> |
6607 | <fieldValue name='translation' value='2.59439 -0.50209 -0.53587'/> |
6608 | <fieldValue name='textTranslation' value='2.74439 -0.50209 -0.53587'/> |
6609 | <fieldValue name='textColor' value='0 0 0'/> |
6610 | </ProtoInstance> |
6611 | <ProtoInstance name='Vertex'> |
6612 | <fieldValue name='vertexText' value='"receives"'/> |
6613 | <fieldValue name='description' value='179: receives'/> |
6614 | <fieldValue name='url'/> |
6615 | <fieldValue name='radius' value='0.1500'/> |
6616 | <fieldValue name='displayMode'/> |
6617 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6618 | <fieldValue name='transparency' value='0'/> |
6619 | <fieldValue name='translation' value='2.18026 -2.32015 -2.38381'/> |
6620 | <fieldValue name='textTranslation' value='2.33026 -2.32015 -2.38381'/> |
6621 | <fieldValue name='textColor' value='0 0 0'/> |
6622 | </ProtoInstance> |
6623 | <ProtoInstance name='Vertex'> |
6624 | <fieldValue name='vertexText' value='"recovery"'/> |
6625 | <fieldValue name='description' value='180: recovery'/> |
6626 | <fieldValue name='url'/> |
6627 | <fieldValue name='radius' value='0.1500'/> |
6628 | <fieldValue name='displayMode'/> |
6629 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6630 | <fieldValue name='transparency' value='0'/> |
6631 | <fieldValue name='translation' value='-0.59828 -1.68927 0.95303'/> |
6632 | <fieldValue name='textTranslation' value='-0.44828 -1.68927 0.95303'/> |
6633 | <fieldValue name='textColor' value='0 0 0'/> |
6634 | </ProtoInstance> |
6635 | <ProtoInstance name='Vertex'> |
6636 | <fieldValue name='vertexText' value='"rehabilitation"'/> |
6637 | <fieldValue name='description' value='181: rehabilitation'/> |
6638 | <fieldValue name='url'/> |
6639 | <fieldValue name='radius' value='0.1500'/> |
6640 | <fieldValue name='displayMode'/> |
6641 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6642 | <fieldValue name='transparency' value='0'/> |
6643 | <fieldValue name='translation' value='2.64068 -0.32665 0.00765'/> |
6644 | <fieldValue name='textTranslation' value='2.79068 -0.32665 0.00765'/> |
6645 | <fieldValue name='textColor' value='0 0 0'/> |
6646 | </ProtoInstance> |
6647 | <ProtoInstance name='Vertex'> |
6648 | <fieldValue name='vertexText' value='"relate"'/> |
6649 | <fieldValue name='description' value='182: relate'/> |
6650 | <fieldValue name='url'/> |
6651 | <fieldValue name='radius' value='0.1500'/> |
6652 | <fieldValue name='displayMode'/> |
6653 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6654 | <fieldValue name='transparency' value='0'/> |
6655 | <fieldValue name='translation' value='-0.52947 -1.38471 1.43040'/> |
6656 | <fieldValue name='textTranslation' value='-0.37947 -1.38471 1.43040'/> |
6657 | <fieldValue name='textColor' value='0 0 0'/> |
6658 | </ProtoInstance> |
6659 | <ProtoInstance name='Vertex'> |
6660 | <fieldValue name='vertexText' value='"remain"'/> |
6661 | <fieldValue name='description' value='183: remain'/> |
6662 | <fieldValue name='url'/> |
6663 | <fieldValue name='radius' value='0.1500'/> |
6664 | <fieldValue name='displayMode'/> |
6665 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6666 | <fieldValue name='transparency' value='0'/> |
6667 | <fieldValue name='translation' value='-0.21379 1.11572 -1.68735'/> |
6668 | <fieldValue name='textTranslation' value='-0.06379 1.11572 -1.68735'/> |
6669 | <fieldValue name='textColor' value='0 0 0'/> |
6670 | </ProtoInstance> |
6671 | <ProtoInstance name='Vertex'> |
6672 | <fieldValue name='vertexText' value='"representatives"'/> |
6673 | <fieldValue name='description' value='184: representatives'/> |
6674 | <fieldValue name='url'/> |
6675 | <fieldValue name='radius' value='0.1500'/> |
6676 | <fieldValue name='displayMode'/> |
6677 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6678 | <fieldValue name='transparency' value='0'/> |
6679 | <fieldValue name='translation' value='-0.50802 -1.25999 -1.62129'/> |
6680 | <fieldValue name='textTranslation' value='-0.35802 -1.25999 -1.62129'/> |
6681 | <fieldValue name='textColor' value='0 0 0'/> |
6682 | </ProtoInstance> |
6683 | <ProtoInstance name='Vertex'> |
6684 | <fieldValue name='vertexText' value='"required"'/> |
6685 | <fieldValue name='description' value='185: required'/> |
6686 | <fieldValue name='url'/> |
6687 | <fieldValue name='radius' value='0.1500'/> |
6688 | <fieldValue name='displayMode'/> |
6689 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6690 | <fieldValue name='transparency' value='0'/> |
6691 | <fieldValue name='translation' value='-1.09632 -1.73719 0.59408'/> |
6692 | <fieldValue name='textTranslation' value='-0.94632 -1.73719 0.59408'/> |
6693 | <fieldValue name='textColor' value='0 0 0'/> |
6694 | </ProtoInstance> |
6695 | <ProtoInstance name='Vertex'> |
6696 | <fieldValue name='vertexText' value='"respond"'/> |
6697 | <fieldValue name='description' value='186: respond'/> |
6698 | <fieldValue name='url'/> |
6699 | <fieldValue name='radius' value='0.1500'/> |
6700 | <fieldValue name='displayMode'/> |
6701 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6702 | <fieldValue name='transparency' value='0'/> |
6703 | <fieldValue name='translation' value='-0.07702 2.29351 2.11479'/> |
6704 | <fieldValue name='textTranslation' value='0.07298 2.29351 2.11479'/> |
6705 | <fieldValue name='textColor' value='0 0 0'/> |
6706 | </ProtoInstance> |
6707 | <ProtoInstance name='Vertex'> |
6708 | <fieldValue name='vertexText' value='"response"'/> |
6709 | <fieldValue name='description' value='187: response'/> |
6710 | <fieldValue name='url'/> |
6711 | <fieldValue name='radius' value='0.1500'/> |
6712 | <fieldValue name='displayMode'/> |
6713 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6714 | <fieldValue name='transparency' value='0'/> |
6715 | <fieldValue name='translation' value='0.89096 -1.57333 -0.56915'/> |
6716 | <fieldValue name='textTranslation' value='1.04096 -1.57333 -0.56915'/> |
6717 | <fieldValue name='textColor' value='0 0 0'/> |
6718 | </ProtoInstance> |
6719 | <ProtoInstance name='Vertex'> |
6720 | <fieldValue name='vertexText' value='"route"'/> |
6721 | <fieldValue name='description' value='188: route'/> |
6722 | <fieldValue name='url'/> |
6723 | <fieldValue name='radius' value='0.1500'/> |
6724 | <fieldValue name='displayMode'/> |
6725 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6726 | <fieldValue name='transparency' value='0'/> |
6727 | <fieldValue name='translation' value='0.10817 -1.69498 0.77866'/> |
6728 | <fieldValue name='textTranslation' value='0.25817 -1.69498 0.77866'/> |
6729 | <fieldValue name='textColor' value='0 0 0'/> |
6730 | </ProtoInstance> |
6731 | <ProtoInstance name='Vertex'> |
6732 | <fieldValue name='vertexText' value='"scale"'/> |
6733 | <fieldValue name='description' value='189: scale'/> |
6734 | <fieldValue name='url'/> |
6735 | <fieldValue name='radius' value='0.1500'/> |
6736 | <fieldValue name='displayMode'/> |
6737 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6738 | <fieldValue name='transparency' value='0'/> |
6739 | <fieldValue name='translation' value='0.16614 2.07227 2.01595'/> |
6740 | <fieldValue name='textTranslation' value='0.31614 2.07227 2.01595'/> |
6741 | <fieldValue name='textColor' value='0 0 0'/> |
6742 | </ProtoInstance> |
6743 | <ProtoInstance name='Vertex'> |
6744 | <fieldValue name='vertexText' value='"scramble"'/> |
6745 | <fieldValue name='description' value='190: scramble'/> |
6746 | <fieldValue name='url'/> |
6747 | <fieldValue name='radius' value='0.1500'/> |
6748 | <fieldValue name='displayMode'/> |
6749 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6750 | <fieldValue name='transparency' value='0'/> |
6751 | <fieldValue name='translation' value='-0.91424 2.11889 2.25675'/> |
6752 | <fieldValue name='textTranslation' value='-0.76424 2.11889 2.25675'/> |
6753 | <fieldValue name='textColor' value='0 0 0'/> |
6754 | </ProtoInstance> |
6755 | <ProtoInstance name='Vertex'> |
6756 | <fieldValue name='vertexText' value='"seaport"'/> |
6757 | <fieldValue name='description' value='191: seaport'/> |
6758 | <fieldValue name='url'/> |
6759 | <fieldValue name='radius' value='0.1500'/> |
6760 | <fieldValue name='displayMode'/> |
6761 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6762 | <fieldValue name='transparency' value='0'/> |
6763 | <fieldValue name='translation' value='-0.30435 -2.43847 0.36554'/> |
6764 | <fieldValue name='textTranslation' value='-0.15435 -2.43847 0.36554'/> |
6765 | <fieldValue name='textColor' value='0 0 0'/> |
6766 | </ProtoInstance> |
6767 | <ProtoInstance name='Vertex'> |
6768 | <fieldValue name='vertexText' value='"secretary"'/> |
6769 | <fieldValue name='description' value='192: secretary'/> |
6770 | <fieldValue name='url'/> |
6771 | <fieldValue name='radius' value='0.1500'/> |
6772 | <fieldValue name='displayMode'/> |
6773 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6774 | <fieldValue name='transparency' value='0'/> |
6775 | <fieldValue name='translation' value='1.22855 -1.60484 -2.08989'/> |
6776 | <fieldValue name='textTranslation' value='1.37855 -1.60484 -2.08989'/> |
6777 | <fieldValue name='textColor' value='0 0 0'/> |
6778 | </ProtoInstance> |
6779 | <ProtoInstance name='Vertex'> |
6780 | <fieldValue name='vertexText' value='"service"'/> |
6781 | <fieldValue name='description' value='193: service'/> |
6782 | <fieldValue name='url'/> |
6783 | <fieldValue name='radius' value='0.1500'/> |
6784 | <fieldValue name='displayMode'/> |
6785 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6786 | <fieldValue name='transparency' value='0'/> |
6787 | <fieldValue name='translation' value='-0.72112 -1.74758 0.37823'/> |
6788 | <fieldValue name='textTranslation' value='-0.57112 -1.74758 0.37823'/> |
6789 | <fieldValue name='textColor' value='0 0 0'/> |
6790 | </ProtoInstance> |
6791 | <ProtoInstance name='Vertex'> |
6792 | <fieldValue name='vertexText' value='"services"'/> |
6793 | <fieldValue name='description' value='194: services'/> |
6794 | <fieldValue name='url'/> |
6795 | <fieldValue name='radius' value='0.1500'/> |
6796 | <fieldValue name='displayMode'/> |
6797 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6798 | <fieldValue name='transparency' value='0'/> |
6799 | <fieldValue name='translation' value='2.60397 -0.13739 -0.22618'/> |
6800 | <fieldValue name='textTranslation' value='2.75397 -0.13739 -0.22618'/> |
6801 | <fieldValue name='textColor' value='0 0 0'/> |
6802 | </ProtoInstance> |
6803 | <ProtoInstance name='Vertex'> |
6804 | <fieldValue name='vertexText' value='"shelter"'/> |
6805 | <fieldValue name='description' value='195: shelter'/> |
6806 | <fieldValue name='url'/> |
6807 | <fieldValue name='radius' value='0.1500'/> |
6808 | <fieldValue name='displayMode'/> |
6809 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6810 | <fieldValue name='transparency' value='0'/> |
6811 | <fieldValue name='translation' value='-0.21517 1.10925 -1.68574'/> |
6812 | <fieldValue name='textTranslation' value='-0.06517 1.10925 -1.68574'/> |
6813 | <fieldValue name='textColor' value='0 0 0'/> |
6814 | </ProtoInstance> |
6815 | <ProtoInstance name='Vertex'> |
6816 | <fieldValue name='vertexText' value='"soldiers"'/> |
6817 | <fieldValue name='description' value='196: soldiers'/> |
6818 | <fieldValue name='url'/> |
6819 | <fieldValue name='radius' value='0.1500'/> |
6820 | <fieldValue name='displayMode'/> |
6821 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6822 | <fieldValue name='transparency' value='0'/> |
6823 | <fieldValue name='translation' value='-0.83760 -1.53716 1.02857'/> |
6824 | <fieldValue name='textTranslation' value='-0.68760 -1.53716 1.02857'/> |
6825 | <fieldValue name='textColor' value='0 0 0'/> |
6826 | </ProtoInstance> |
6827 | <ProtoInstance name='Vertex'> |
6828 | <fieldValue name='vertexText' value='"sources"'/> |
6829 | <fieldValue name='description' value='197: sources'/> |
6830 | <fieldValue name='url'/> |
6831 | <fieldValue name='radius' value='0.1500'/> |
6832 | <fieldValue name='displayMode'/> |
6833 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6834 | <fieldValue name='transparency' value='0'/> |
6835 | <fieldValue name='translation' value='-0.51128 2.45142 1.60643'/> |
6836 | <fieldValue name='textTranslation' value='-0.36128 2.45142 1.60643'/> |
6837 | <fieldValue name='textColor' value='0 0 0'/> |
6838 | </ProtoInstance> |
6839 | <ProtoInstance name='Vertex'> |
6840 | <fieldValue name='vertexText' value='"south"'/> |
6841 | <fieldValue name='description' value='198: south'/> |
6842 | <fieldValue name='url'/> |
6843 | <fieldValue name='radius' value='0.1500'/> |
6844 | <fieldValue name='displayMode'/> |
6845 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6846 | <fieldValue name='transparency' value='0'/> |
6847 | <fieldValue name='translation' value='-0.21768 2.58417 1.78846'/> |
6848 | <fieldValue name='textTranslation' value='-0.06768 2.58417 1.78846'/> |
6849 | <fieldValue name='textColor' value='0 0 0'/> |
6850 | </ProtoInstance> |
6851 | <ProtoInstance name='Vertex'> |
6852 | <fieldValue name='vertexText' value='"southern"'/> |
6853 | <fieldValue name='description' value='199: southern'/> |
6854 | <fieldValue name='url'/> |
6855 | <fieldValue name='radius' value='0.1500'/> |
6856 | <fieldValue name='displayMode'/> |
6857 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6858 | <fieldValue name='transparency' value='0'/> |
6859 | <fieldValue name='translation' value='-0.39623 -1.30403 -0.29228'/> |
6860 | <fieldValue name='textTranslation' value='-0.24623 -1.30403 -0.29228'/> |
6861 | <fieldValue name='textColor' value='0 0 0'/> |
6862 | </ProtoInstance> |
6863 | <ProtoInstance name='Vertex'> |
6864 | <fieldValue name='vertexText' value='"state"'/> |
6865 | <fieldValue name='description' value='200: state'/> |
6866 | <fieldValue name='url'/> |
6867 | <fieldValue name='radius' value='0.1500'/> |
6868 | <fieldValue name='displayMode'/> |
6869 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6870 | <fieldValue name='transparency' value='0'/> |
6871 | <fieldValue name='translation' value='-0.21157 0.99645 -1.61688'/> |
6872 | <fieldValue name='textTranslation' value='-0.06157 0.99645 -1.61688'/> |
6873 | <fieldValue name='textColor' value='0 0 0'/> |
6874 | </ProtoInstance> |
6875 | <ProtoInstance name='Vertex'> |
6876 | <fieldValue name='vertexText' value='"states"'/> |
6877 | <fieldValue name='description' value='201: states'/> |
6878 | <fieldValue name='url'/> |
6879 | <fieldValue name='radius' value='0.1500'/> |
6880 | <fieldValue name='displayMode'/> |
6881 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6882 | <fieldValue name='transparency' value='0'/> |
6883 | <fieldValue name='translation' value='0.12960 -1.03942 -1.48175'/> |
6884 | <fieldValue name='textTranslation' value='0.27960 -1.03942 -1.48175'/> |
6885 | <fieldValue name='textColor' value='0 0 0'/> |
6886 | </ProtoInstance> |
6887 | <ProtoInstance name='Vertex'> |
6888 | <fieldValue name='vertexText' value='"status"'/> |
6889 | <fieldValue name='description' value='202: status'/> |
6890 | <fieldValue name='url'/> |
6891 | <fieldValue name='radius' value='0.1500'/> |
6892 | <fieldValue name='displayMode'/> |
6893 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6894 | <fieldValue name='transparency' value='0'/> |
6895 | <fieldValue name='translation' value='-0.77353 0.86387 -1.17246'/> |
6896 | <fieldValue name='textTranslation' value='-0.62353 0.86387 -1.17246'/> |
6897 | <fieldValue name='textColor' value='0 0 0'/> |
6898 | </ProtoInstance> |
6899 | <ProtoInstance name='Vertex'> |
6900 | <fieldValue name='vertexText' value='"steve"'/> |
6901 | <fieldValue name='description' value='203: steve'/> |
6902 | <fieldValue name='url'/> |
6903 | <fieldValue name='radius' value='0.1500'/> |
6904 | <fieldValue name='displayMode'/> |
6905 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6906 | <fieldValue name='transparency' value='0'/> |
6907 | <fieldValue name='translation' value='-1.03932 -1.98041 -1.55385'/> |
6908 | <fieldValue name='textTranslation' value='-0.88932 -1.98041 -1.55385'/> |
6909 | <fieldValue name='textColor' value='0 0 0'/> |
6910 | </ProtoInstance> |
6911 | <ProtoInstance name='Vertex'> |
6912 | <fieldValue name='vertexText' value='"story"'/> |
6913 | <fieldValue name='description' value='204: story'/> |
6914 | <fieldValue name='url'/> |
6915 | <fieldValue name='radius' value='0.1500'/> |
6916 | <fieldValue name='displayMode'/> |
6917 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6918 | <fieldValue name='transparency' value='0'/> |
6919 | <fieldValue name='translation' value='-0.68768 -1.75728 1.55218'/> |
6920 | <fieldValue name='textTranslation' value='-0.53768 -1.75728 1.55218'/> |
6921 | <fieldValue name='textColor' value='0 0 0'/> |
6922 | </ProtoInstance> |
6923 | <ProtoInstance name='Vertex'> |
6924 | <fieldValue name='vertexText' value='"subject"'/> |
6925 | <fieldValue name='description' value='205: subject'/> |
6926 | <fieldValue name='url'/> |
6927 | <fieldValue name='radius' value='0.1500'/> |
6928 | <fieldValue name='displayMode'/> |
6929 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6930 | <fieldValue name='transparency' value='0'/> |
6931 | <fieldValue name='translation' value='-0.42026 -1.76381 -1.62344'/> |
6932 | <fieldValue name='textTranslation' value='-0.27026 -1.76381 -1.62344'/> |
6933 | <fieldValue name='textColor' value='0 0 0'/> |
6934 | </ProtoInstance> |
6935 | <ProtoInstance name='Vertex'> |
6936 | <fieldValue name='vertexText' value='"supplies"'/> |
6937 | <fieldValue name='description' value='206: supplies'/> |
6938 | <fieldValue name='url'/> |
6939 | <fieldValue name='radius' value='0.1500'/> |
6940 | <fieldValue name='displayMode'/> |
6941 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6942 | <fieldValue name='transparency' value='0'/> |
6943 | <fieldValue name='translation' value='-0.78644 -1.13117 1.04559'/> |
6944 | <fieldValue name='textTranslation' value='-0.63644 -1.13117 1.04559'/> |
6945 | <fieldValue name='textColor' value='0 0 0'/> |
6946 | </ProtoInstance> |
6947 | <ProtoInstance name='Vertex'> |
6948 | <fieldValue name='vertexText' value='"support"'/> |
6949 | <fieldValue name='description' value='207: support'/> |
6950 | <fieldValue name='url'/> |
6951 | <fieldValue name='radius' value='0.1500'/> |
6952 | <fieldValue name='displayMode'/> |
6953 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6954 | <fieldValue name='transparency' value='0'/> |
6955 | <fieldValue name='translation' value='-0.44855 -1.47373 0.61829'/> |
6956 | <fieldValue name='textTranslation' value='-0.29855 -1.47373 0.61829'/> |
6957 | <fieldValue name='textColor' value='0 0 0'/> |
6958 | </ProtoInstance> |
6959 | <ProtoInstance name='Vertex'> |
6960 | <fieldValue name='vertexText' value='"team"'/> |
6961 | <fieldValue name='description' value='208: team'/> |
6962 | <fieldValue name='url'/> |
6963 | <fieldValue name='radius' value='0.1500'/> |
6964 | <fieldValue name='displayMode'/> |
6965 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6966 | <fieldValue name='transparency' value='0'/> |
6967 | <fieldValue name='translation' value='0.12432 -1.11656 0.20851'/> |
6968 | <fieldValue name='textTranslation' value='0.27432 -1.11656 0.20851'/> |
6969 | <fieldValue name='textColor' value='0 0 0'/> |
6970 | </ProtoInstance> |
6971 | <ProtoInstance name='Vertex'> |
6972 | <fieldValue name='vertexText' value='"temporary"'/> |
6973 | <fieldValue name='description' value='209: temporary'/> |
6974 | <fieldValue name='url'/> |
6975 | <fieldValue name='radius' value='0.1500'/> |
6976 | <fieldValue name='displayMode'/> |
6977 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6978 | <fieldValue name='transparency' value='0'/> |
6979 | <fieldValue name='translation' value='0.84276 -0.41292 -2.37277'/> |
6980 | <fieldValue name='textTranslation' value='0.99276 -0.41292 -2.37277'/> |
6981 | <fieldValue name='textColor' value='0 0 0'/> |
6982 | </ProtoInstance> |
6983 | <ProtoInstance name='Vertex'> |
6984 | <fieldValue name='vertexText' value='"terms"'/> |
6985 | <fieldValue name='description' value='210: terms'/> |
6986 | <fieldValue name='url'/> |
6987 | <fieldValue name='radius' value='0.1500'/> |
6988 | <fieldValue name='displayMode'/> |
6989 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6990 | <fieldValue name='transparency' value='0'/> |
6991 | <fieldValue name='translation' value='-1.96967 0.78913 -0.35788'/> |
6992 | <fieldValue name='textTranslation' value='-1.81967 0.78913 -0.35788'/> |
6993 | <fieldValue name='textColor' value='0 0 0'/> |
6994 | </ProtoInstance> |
6995 | <ProtoInstance name='Vertex'> |
6996 | <fieldValue name='vertexText' value='"thursday"'/> |
6997 | <fieldValue name='description' value='211: thursday'/> |
6998 | <fieldValue name='url'/> |
6999 | <fieldValue name='radius' value='0.1500'/> |
7000 | <fieldValue name='displayMode'/> |
7001 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7002 | <fieldValue name='transparency' value='0'/> |
7003 | <fieldValue name='translation' value='-0.33930 -1.74583 -1.31439'/> |
7004 | <fieldValue name='textTranslation' value='-0.18930 -1.74583 -1.31439'/> |
7005 | <fieldValue name='textColor' value='0 0 0'/> |
7006 | </ProtoInstance> |
7007 | <ProtoInstance name='Vertex'> |
7008 | <fieldValue name='vertexText' value='"transport"'/> |
7009 | <fieldValue name='description' value='212: transport'/> |
7010 | <fieldValue name='url'/> |
7011 | <fieldValue name='radius' value='0.1500'/> |
7012 | <fieldValue name='displayMode'/> |
7013 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7014 | <fieldValue name='transparency' value='0'/> |
7015 | <fieldValue name='translation' value='0.10175 -1.66186 0.73491'/> |
7016 | <fieldValue name='textTranslation' value='0.25175 -1.66186 0.73491'/> |
7017 | <fieldValue name='textColor' value='0 0 0'/> |
7018 | </ProtoInstance> |
7019 | <ProtoInstance name='Vertex'> |
7020 | <fieldValue name='vertexText' value='"transportation"'/> |
7021 | <fieldValue name='description' value='213: transportation'/> |
7022 | <fieldValue name='url'/> |
7023 | <fieldValue name='radius' value='0.1500'/> |
7024 | <fieldValue name='displayMode'/> |
7025 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7026 | <fieldValue name='transparency' value='0'/> |
7027 | <fieldValue name='translation' value='-0.46007 -1.01857 0.99419'/> |
7028 | <fieldValue name='textTranslation' value='-0.31007 -1.01857 0.99419'/> |
7029 | <fieldValue name='textColor' value='0 0 0'/> |
7030 | </ProtoInstance> |
7031 | <ProtoInstance name='Vertex'> |
7032 | <fieldValue name='vertexText' value='"troop"'/> |
7033 | <fieldValue name='description' value='214: troop'/> |
7034 | <fieldValue name='url'/> |
7035 | <fieldValue name='radius' value='0.1500'/> |
7036 | <fieldValue name='displayMode'/> |
7037 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7038 | <fieldValue name='transparency' value='0'/> |
7039 | <fieldValue name='translation' value='-1.48869 -1.21301 1.08575'/> |
7040 | <fieldValue name='textTranslation' value='-1.33869 -1.21301 1.08575'/> |
7041 | <fieldValue name='textColor' value='0 0 0'/> |
7042 | </ProtoInstance> |
7043 | <ProtoInstance name='Vertex'> |
7044 | <fieldValue name='vertexText' value='"true"'/> |
7045 | <fieldValue name='description' value='215: true'/> |
7046 | <fieldValue name='url'/> |
7047 | <fieldValue name='radius' value='0.1500'/> |
7048 | <fieldValue name='displayMode'/> |
7049 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7050 | <fieldValue name='transparency' value='0'/> |
7051 | <fieldValue name='translation' value='1.04316 1.98127 2.42961'/> |
7052 | <fieldValue name='textTranslation' value='1.19316 1.98127 2.42961'/> |
7053 | <fieldValue name='textColor' value='0 0 0'/> |
7054 | </ProtoInstance> |
7055 | <ProtoInstance name='Vertex'> |
7056 | <fieldValue name='vertexText' value='"twitter"'/> |
7057 | <fieldValue name='description' value='216: twitter'/> |
7058 | <fieldValue name='url'/> |
7059 | <fieldValue name='radius' value='0.1500'/> |
7060 | <fieldValue name='displayMode'/> |
7061 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7062 | <fieldValue name='transparency' value='0'/> |
7063 | <fieldValue name='translation' value='-0.73863 -0.51712 0.32379'/> |
7064 | <fieldValue name='textTranslation' value='-0.58863 -0.51712 0.32379'/> |
7065 | <fieldValue name='textColor' value='0 0 0'/> |
7066 | </ProtoInstance> |
7067 | <ProtoInstance name='Vertex'> |
7068 | <fieldValue name='vertexText' value='"united"'/> |
7069 | <fieldValue name='description' value='217: united'/> |
7070 | <fieldValue name='url'/> |
7071 | <fieldValue name='radius' value='0.1500'/> |
7072 | <fieldValue name='displayMode'/> |
7073 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7074 | <fieldValue name='transparency' value='0'/> |
7075 | <fieldValue name='translation' value='0.15346 -1.03519 -1.67722'/> |
7076 | <fieldValue name='textTranslation' value='0.30346 -1.03519 -1.67722'/> |
7077 | <fieldValue name='textColor' value='0 0 0'/> |
7078 | </ProtoInstance> |
7079 | <ProtoInstance name='Vertex'> |
7080 | <fieldValue name='vertexText' value='"updated"'/> |
7081 | <fieldValue name='description' value='218: updated'/> |
7082 | <fieldValue name='url'/> |
7083 | <fieldValue name='radius' value='0.1500'/> |
7084 | <fieldValue name='displayMode'/> |
7085 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7086 | <fieldValue name='transparency' value='0'/> |
7087 | <fieldValue name='translation' value='0.93758 -0.27223 -2.74789'/> |
7088 | <fieldValue name='textTranslation' value='1.08758 -0.27223 -2.74789'/> |
7089 | <fieldValue name='textColor' value='0 0 0'/> |
7090 | </ProtoInstance> |
7091 | <ProtoInstance name='Vertex'> |
7092 | <fieldValue name='vertexText' value='"updates"'/> |
7093 | <fieldValue name='description' value='219: updates'/> |
7094 | <fieldValue name='url'/> |
7095 | <fieldValue name='radius' value='0.1500'/> |
7096 | <fieldValue name='displayMode'/> |
7097 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7098 | <fieldValue name='transparency' value='0'/> |
7099 | <fieldValue name='translation' value='-2.31993 0.84889 -0.57916'/> |
7100 | <fieldValue name='textTranslation' value='-2.16993 0.84889 -0.57916'/> |
7101 | <fieldValue name='textColor' value='0 0 0'/> |
7102 | </ProtoInstance> |
7103 | <ProtoInstance name='Vertex'> |
7104 | <fieldValue name='vertexText' value='"video"'/> |
7105 | <fieldValue name='description' value='220: video'/> |
7106 | <fieldValue name='url'/> |
7107 | <fieldValue name='radius' value='0.1500'/> |
7108 | <fieldValue name='displayMode'/> |
7109 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7110 | <fieldValue name='transparency' value='0'/> |
7111 | <fieldValue name='translation' value='-1.45297 -1.98705 0.70120'/> |
7112 | <fieldValue name='textTranslation' value='-1.30297 -1.98705 0.70120'/> |
7113 | <fieldValue name='textColor' value='0 0 0'/> |
7114 | </ProtoInstance> |
7115 | <ProtoInstance name='Vertex'> |
7116 | <fieldValue name='vertexText' value='"washington"'/> |
7117 | <fieldValue name='description' value='221: washington'/> |
7118 | <fieldValue name='url'/> |
7119 | <fieldValue name='radius' value='0.1500'/> |
7120 | <fieldValue name='displayMode'/> |
7121 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7122 | <fieldValue name='transparency' value='0'/> |
7123 | <fieldValue name='translation' value='-1.36793 -0.19889 -0.13276'/> |
7124 | <fieldValue name='textTranslation' value='-1.21793 -0.19889 -0.13276'/> |
7125 | <fieldValue name='textColor' value='0 0 0'/> |
7126 | </ProtoInstance> |
7127 | <ProtoInstance name='Vertex'> |
7128 | <fieldValue name='vertexText' value='"web"'/> |
7129 | <fieldValue name='description' value='222: web'/> |
7130 | <fieldValue name='url'/> |
7131 | <fieldValue name='radius' value='0.1500'/> |
7132 | <fieldValue name='displayMode'/> |
7133 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7134 | <fieldValue name='transparency' value='0'/> |
7135 | <fieldValue name='translation' value='-2.39259 0.65984 -0.29557'/> |
7136 | <fieldValue name='textTranslation' value='-2.24259 0.65984 -0.29557'/> |
7137 | <fieldValue name='textColor' value='0 0 0'/> |
7138 | </ProtoInstance> |
7139 | <ProtoInstance name='Vertex'> |
7140 | <fieldValue name='vertexText' value='"west"'/> |
7141 | <fieldValue name='description' value='223: west'/> |
7142 | <fieldValue name='url'/> |
7143 | <fieldValue name='radius' value='0.1500'/> |
7144 | <fieldValue name='displayMode'/> |
7145 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7146 | <fieldValue name='transparency' value='0'/> |
7147 | <fieldValue name='translation' value='-0.89916 -1.72864 -1.99143'/> |
7148 | <fieldValue name='textTranslation' value='-0.74916 -1.72864 -1.99143'/> |
7149 | <fieldValue name='textColor' value='0 0 0'/> |
7150 | </ProtoInstance> |
7151 | <ProtoInstance name='Vertex'> |
7152 | <fieldValue name='vertexText' value='"worked"'/> |
7153 | <fieldValue name='description' value='224: worked'/> |
7154 | <fieldValue name='url'/> |
7155 | <fieldValue name='radius' value='0.1500'/> |
7156 | <fieldValue name='displayMode'/> |
7157 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7158 | <fieldValue name='transparency' value='0'/> |
7159 | <fieldValue name='translation' value='1.89648 -0.92576 -0.84540'/> |
7160 | <fieldValue name='textTranslation' value='2.04648 -0.92576 -0.84540'/> |
7161 | <fieldValue name='textColor' value='0 0 0'/> |
7162 | </ProtoInstance> |
7163 | <ProtoInstance name='Vertex'> |
7164 | <fieldValue name='vertexText' value='"working"'/> |
7165 | <fieldValue name='description' value='225: working'/> |
7166 | <fieldValue name='url'/> |
7167 | <fieldValue name='radius' value='0.1500'/> |
7168 | <fieldValue name='displayMode'/> |
7169 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7170 | <fieldValue name='transparency' value='0'/> |
7171 | <fieldValue name='translation' value='0.61923 0.08096 -1.41734'/> |
7172 | <fieldValue name='textTranslation' value='0.76923 0.08096 -1.41734'/> |
7173 | <fieldValue name='textColor' value='0 0 0'/> |
7174 | </ProtoInstance> |
7175 | <ProtoInstance name='Vertex'> |
7176 | <fieldValue name='vertexText' value='"world"'/> |
7177 | <fieldValue name='description' value='226: world'/> |
7178 | <fieldValue name='url'/> |
7179 | <fieldValue name='radius' value='0.1500'/> |
7180 | <fieldValue name='displayMode'/> |
7181 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7182 | <fieldValue name='transparency' value='0'/> |
7183 | <fieldValue name='translation' value='2.30457 -0.39851 -0.25678'/> |
7184 | <fieldValue name='textTranslation' value='2.45457 -0.39851 -0.25678'/> |
7185 | <fieldValue name='textColor' value='0 0 0'/> |
7186 | </ProtoInstance> |
7187 | </Scene> |
7188 | </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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3617
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3639
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3650
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3661
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3672
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3683
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3694
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3705
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3716
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3727
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3738
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3749
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3771
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3782
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3793
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3804
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3815
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3826
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3837
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3848
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3859
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3870
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3881
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3903
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3914
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3925
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3936
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3947
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3958
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3969
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3980
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3991
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4002
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4013
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4035
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4046
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4057
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4068
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4079
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4090
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4101
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4112
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4123
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4134
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4145
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4167
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4178
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4189
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4200
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4211
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4222
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4233
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4244
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4255
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4266
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4277
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4288
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4299
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4310
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4321
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4332
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4343
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4354
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4365
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4376
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4387
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4398
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4409
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4420
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4431
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4442
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4453
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4464
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4475
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4487
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4499
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4511
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4523
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4535
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4547
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4559
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4571
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4583
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4595
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4607
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4619
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4631
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4643
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4655
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4667
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4679
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4691
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4703
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4715
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4727
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4739
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4751
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4763
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4775
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4787
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4799
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4811
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4823
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4835
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4847
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4859
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4871
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4883
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4895
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4907
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4919
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4931
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4943
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4955
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4967
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4979
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4991
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5003
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5015
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5027
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5039
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5051
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5063
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5075
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5087
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5099
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5111
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5123
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5135
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5147
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5159
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5171
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5183
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5195
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5207
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5219
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5231
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5243
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5255
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5267
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5279
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5291
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5303
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5315
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5327
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5339
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5351
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5363
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5375
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5387
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5399
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5411
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5423
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5435
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5447
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5459
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5471
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5483
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5495
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5507
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5519
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5531
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5543
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5555
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5567
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5579
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5591
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5603
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5615
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5627
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5639
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5651
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5663
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5675
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5687
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5699
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5711
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5723
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5735
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5747
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5759
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5771
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5783
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5795
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5807
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5819
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5831
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5843
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5855
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5867
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5879
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5891
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5903
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5915
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5927
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5939
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5951
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5963
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5975
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5987
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5999
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6011
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6023
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6035
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6047
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6059
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6071
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6083
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6095
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6107
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6119
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6131
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6143
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6155
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6167
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6179
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6191
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6203
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6215
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6227
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6239
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6251
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6263
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6275
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6287
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6299
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6311
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6323
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6335
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6347
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6359
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6371
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6383
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6395
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6419
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6527
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6551
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6803
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6815
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6827
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6839
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6851
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6863
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6875
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6887
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6899
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6911
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6923
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6935
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6947
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6959
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6971
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6983
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6995
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7007
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7019
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7031
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7043
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7055
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7067
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7079
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7091
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7103
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7115
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7127
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7139
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7151
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7163
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7175
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->