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.94495'/> |
55 | <fieldValue name='cylinderTranslation' value='-1.39659 -1.39223 -2.02559'/> |
56 | <fieldValue name='coneTranslation' value='-1.62857 -1.59718 -1.98285'/> |
57 | <fieldValue name='rotation' value='12.92256 -0.00000 70.15076 2.28615'/> |
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.66566'/> |
66 | <fieldValue name='cylinderTranslation' value='-1.19852 -0.80285 -2.18688'/> |
67 | <fieldValue name='coneTranslation' value='-1.27781 -0.65771 -2.23708'/> |
68 | <fieldValue name='rotation' value='-19.33612 0 30.53657 0.57397'/> |
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.65995'/> |
77 | <fieldValue name='cylinderTranslation' value='-1.20538 -1.20516 -2.35163'/> |
78 | <fieldValue name='coneTranslation' value='-1.28756 -1.26843 -2.48630'/> |
79 | <fieldValue name='rotation' value='-52.28608 0 31.90713 1.95219'/> |
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.90923'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.94245 -1.52013 -2.15597'/> |
89 | <fieldValue name='coneTranslation' value='-0.87544 -1.80384 -2.19860'/> |
90 | <fieldValue name='rotation' value='-13.15480 0 -20.67896 2.86867'/> |
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.90900'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.93512 -1.51764 -2.15968'/> |
100 | <fieldValue name='coneTranslation' value='-0.86337 -1.79969 -2.20470'/> |
101 | <fieldValue name='rotation' value='-13.89619 0 -22.14495 2.84986'/> |
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.95892'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.64913 -1.18828 -2.33775'/> |
111 | <fieldValue name='coneTranslation' value='-0.38481 -1.25886 -2.50269'/> |
112 | <fieldValue name='rotation' value='-49.51013 0 -79.34148 1.79358'/> |
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.67630'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.00849 -1.14513 -2.42036'/> |
122 | <fieldValue name='coneTranslation' value='-0.98881 -1.17821 -2.59430'/> |
123 | <fieldValue name='rotation' value='-66.03251 0 -7.47047 1.75757'/> |
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.34174'/> |
132 | <fieldValue name='cylinderTranslation' value='-1.07518 -1.24809 -2.06085'/> |
133 | <fieldValue name='coneTranslation' value='-1.07705 -1.25863 -2.05898'/> |
134 | <fieldValue name='rotation' value='5.86994 -0.00000 5.86863 2.89625'/> |
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.00618'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.63920 -1.36882 -2.01491'/> |
144 | <fieldValue name='coneTranslation' value='-0.36188 -1.56419 -1.96357'/> |
145 | <fieldValue name='rotation' value='15.05707 0 -81.32875 2.17662'/> |
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.46687'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.97348 -1.30042 -2.04904'/> |
155 | <fieldValue name='coneTranslation' value='-0.95071 -1.36903 -2.03609'/> |
156 | <fieldValue name='rotation' value='8.23184 0 -14.47306 2.77692'/> |
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.68905'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.95832 -1.12253 -2.42099'/> |
166 | <fieldValue name='coneTranslation' value='-0.91144 -1.14406 -2.59816'/> |
167 | <fieldValue name='rotation' value='-66.15769 0 -17.50513 1.68773'/> |
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.97098'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.65803 -1.36318 -2.17042'/> |
177 | <fieldValue name='coneTranslation' value='-0.39802 -1.55146 -2.22420'/> |
178 | <fieldValue name='rotation' value='-16.04430 0 -77.56271 2.18763'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='1.00559'/> |
187 | <fieldValue name='cylinderTranslation' value='-1.23166 -1.47512 -1.83722'/> |
188 | <fieldValue name='coneTranslation' value='-1.35834 -1.74291 -1.66475'/> |
189 | <fieldValue name='rotation' value='50.59518 -0.00000 37.16289 2.46738'/> |
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.95892'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.64913 -1.18827 -2.33774'/> |
199 | <fieldValue name='coneTranslation' value='-0.38480 -1.25885 -2.50268'/> |
200 | <fieldValue name='rotation' value='-49.50838 0 -79.34314 1.79357'/> |
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.67524'/> |
209 | <fieldValue name='cylinderTranslation' value='-1.28812 -1.21556 -2.28395'/> |
210 | <fieldValue name='coneTranslation' value='-1.41559 -1.28565 -2.38588'/> |
211 | <fieldValue name='rotation' value='-38.74942 0 48.45675 1.97642'/> |
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.93112'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.86451 -1.48171 -1.93410'/> |
221 | <fieldValue name='coneTranslation' value='-0.74550 -1.74383 -1.83165'/> |
222 | <fieldValue name='rotation' value='31.21957 0 -36.26645 2.60183'/> |
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.97096'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.65812 -1.36327 -2.17046'/> |
232 | <fieldValue name='coneTranslation' value='-0.39819 -1.55162 -2.22427'/> |
233 | <fieldValue name='rotation' value='-16.05219 0 -77.54355 2.18789'/> |
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.87912'/> |
242 | <fieldValue name='cylinderTranslation' value='-1.07729 -1.49061 -1.93038'/> |
243 | <fieldValue name='coneTranslation' value='-1.09729 -1.75026 -1.82873'/> |
244 | <fieldValue name='rotation' value='31.96410 -0.00000 6.28924 2.76198'/> |
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.84956'/> |
253 | <fieldValue name='cylinderTranslation' value='-1.15771 -1.48310 -2.00468'/> |
254 | <fieldValue name='coneTranslation' value='-1.22745 -1.73291 -1.95137'/> |
255 | <fieldValue name='rotation' value='17.10397 -0.00000 22.37447 2.80370'/> |
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.96420'/> |
264 | <fieldValue name='cylinderTranslation' value='-1.37650 -1.41197 -1.97009'/> |
265 | <fieldValue name='coneTranslation' value='-1.59742 -1.63221 -1.88984'/> |
266 | <fieldValue name='rotation' value='24.02181 -0.00000 66.13163 2.32368'/> |
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.22178'/> |
275 | <fieldValue name='cylinderTranslation' value='-1.09157 -1.01072 -2.16144'/> |
276 | <fieldValue name='coneTranslation' value='-1.07132 -1.04244 -2.12989'/> |
277 | <fieldValue name='rotation' value='-14.24801 0 9.14550 0.86857'/> |
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.38901'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.19589 -0.41255 -1.98437'/> |
287 | <fieldValue name='coneTranslation' value='-1.31137 0.10294 -1.90291'/> |
288 | <fieldValue name='rotation' value='21.16662 -0.00000 30.01019 0.26757'/> |
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.67161'/> |
297 | <fieldValue name='cylinderTranslation' value='0.30422 1.61382 2.60484'/> |
298 | <fieldValue name='coneTranslation' value='0.29537 1.45598 2.68176'/> |
299 | <fieldValue name='rotation' value='29.38805 -0.00000 3.37863 2.68549'/> |
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.67001'/> |
308 | <fieldValue name='cylinderTranslation' value='0.62015 1.97119 2.31761'/> |
309 | <fieldValue name='coneTranslation' value='0.77636 2.00039 2.24433'/> |
310 | <fieldValue name='rotation' value='-28.05720 0 -59.80730 1.40317'/> |
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.67705'/> |
319 | <fieldValue name='cylinderTranslation' value='0.00309 1.85310 2.55584'/> |
320 | <fieldValue name='coneTranslation' value='-0.16463 1.82029 2.60749'/> |
321 | <fieldValue name='rotation' value='19.58817 -0.00000 63.60449 1.75559'/> |
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.67006'/> |
330 | <fieldValue name='cylinderTranslation' value='0.35081 2.19431 2.27481'/> |
331 | <fieldValue name='coneTranslation' value='0.36632 2.34007 2.17916'/> |
332 | <fieldValue name='rotation' value='-36.61668 0 -5.93969 0.58669'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.56246'/> |
341 | <fieldValue name='cylinderTranslation' value='0.09859 2.08368 2.42289'/> |
342 | <fieldValue name='coneTranslation' value='0.00267 2.15626 2.40780'/> |
343 | <fieldValue name='rotation' value='-7.00155 0 44.50357 0.92890'/> |
344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
345 | <fieldValue name='ballRadius' value='0.02'/> |
346 | <fieldValue name='traceEnabled' value='false'/> |
347 | <fieldValue name='displayMode'/> |
348 | <fieldValue name='transparency' value='0'/> |
349 | </ProtoInstance> |
350 | <ProtoInstance name='Arc'> |
351 | <fieldValue name='cylinderHeight' value='0.56389'/> |
352 | <fieldValue name='cylinderTranslation' value='0.53340 1.73273 2.49097'/> |
353 | <fieldValue name='coneTranslation' value='0.62523 1.65377 2.50527'/> |
354 | <fieldValue name='rotation' value='6.61396 0 -42.45900 2.27513'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.67022'/> |
363 | <fieldValue name='cylinderTranslation' value='0.61922 1.97381 2.31645'/> |
364 | <fieldValue name='coneTranslation' value='0.77500 2.00438 2.24253'/> |
365 | <fieldValue name='rotation' value='-28.28971 0 -59.62202 1.39531'/> |
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.67015'/> |
374 | <fieldValue name='cylinderTranslation' value='0.35191 2.19409 2.27459'/> |
375 | <fieldValue name='coneTranslation' value='0.36801 2.33976 2.17881'/> |
376 | <fieldValue name='rotation' value='-36.66195 0 -6.16063 0.58805'/> |
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.18479'/> |
385 | <fieldValue name='cylinderTranslation' value='0.39209 1.86360 2.48663'/> |
386 | <fieldValue name='coneTranslation' value='0.34015 1.90143 2.46561'/> |
387 | <fieldValue name='rotation' value='5.74750 0 -14.19548 2.16465'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='0.67164'/> |
396 | <fieldValue name='cylinderTranslation' value='0.30514 1.61367 2.60466'/> |
397 | <fieldValue name='coneTranslation' value='0.29677 1.45574 2.68149'/> |
398 | <fieldValue name='rotation' value='29.35221 -0.00000 3.19480 2.68644'/> |
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.18724'/> |
407 | <fieldValue name='cylinderTranslation' value='0.25109 1.97708 2.46464'/> |
408 | <fieldValue name='coneTranslation' value='0.30074 1.93328 2.45986'/> |
409 | <fieldValue name='rotation' value='1.34962 -0.00000 14.00298 0.85005'/> |
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.67704'/> |
418 | <fieldValue name='cylinderTranslation' value='0.00349 1.85190 2.55635'/> |
419 | <fieldValue name='coneTranslation' value='-0.16401 1.81846 2.60828'/> |
420 | <fieldValue name='rotation' value='19.69184 -0.00000 63.52370 1.75920'/> |
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.45454'/> |
429 | <fieldValue name='cylinderTranslation' value='2.71639 0.08649 -0.01523'/> |
430 | <fieldValue name='coneTranslation' value='2.72735 0.10949 -0.07749'/> |
431 | <fieldValue name='rotation' value='-42.06841 0 -7.40490 1.22191'/> |
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.78133'/> |
440 | <fieldValue name='cylinderTranslation' value='2.70223 0.08849 -0.18666'/> |
441 | <fieldValue name='coneTranslation' value='2.71573 0.13554 -0.41207'/> |
442 | <fieldValue name='rotation' value='-76.35369 0 -4.57247 1.36538'/> |
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.45792'/> |
451 | <fieldValue name='cylinderTranslation' value='2.70767 0.23317 0.15931'/> |
452 | <fieldValue name='coneTranslation' value='2.71619 0.30074 0.14853'/> |
453 | <fieldValue name='rotation' value='-7.15933 0 -5.66020 0.20065'/> |
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.79138'/> |
462 | <fieldValue name='cylinderTranslation' value='2.69436 0.39128 0.09481'/> |
463 | <fieldValue name='coneTranslation' value='2.70330 0.61909 0.03507'/> |
464 | <fieldValue name='rotation' value='-20.05936 0 -2.99954 0.25918'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='0.74680'/> |
473 | <fieldValue name='cylinderTranslation' value='2.67333 -0.20835 -0.10859'/> |
474 | <fieldValue name='coneTranslation' value='2.66988 -0.33245 -0.28216'/> |
475 | <fieldValue name='rotation' value='-60.74048 0 1.20764 2.19143'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.42550'/> |
484 | <fieldValue name='cylinderTranslation' value='2.67020 0.09749 0.38828'/> |
485 | <fieldValue name='coneTranslation' value='2.66792 0.11947 0.43617'/> |
486 | <fieldValue name='rotation' value='38.63319 -0.00000 1.83384 1.14082'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.42559'/> |
495 | <fieldValue name='cylinderTranslation' value='2.67144 -0.20385 0.19519'/> |
496 | <fieldValue name='coneTranslation' value='2.66947 -0.25661 0.19521'/> |
497 | <fieldValue name='rotation' value='0.01523 -0.00000 1.58562 3.10433'/> |
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.78246'/> |
506 | <fieldValue name='cylinderTranslation' value='2.70717 0.19420 -0.14828'/> |
507 | <fieldValue name='coneTranslation' value='2.72361 0.30377 -0.35124'/> |
508 | <fieldValue name='rotation' value='-68.67808 0 -5.56163 1.07710'/> |
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.85193'/> |
517 | <fieldValue name='cylinderTranslation' value='2.63528 0.36677 0.42173'/> |
518 | <fieldValue name='coneTranslation' value='2.60775 0.59028 0.56323'/> |
519 | <fieldValue name='rotation' value='45.32375 -0.00000 8.81793 0.57280'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.84571'/> |
528 | <fieldValue name='cylinderTranslation' value='2.56929 -0.24838 0.51220'/> |
529 | <fieldValue name='coneTranslation' value='2.50086 -0.40825 0.70931'/> |
530 | <fieldValue name='rotation' value='63.41772 -0.00000 22.01582 2.22459'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.30303'/> |
539 | <fieldValue name='cylinderTranslation' value='2.68558 -0.04370 0.33710'/> |
540 | <fieldValue name='coneTranslation' value='2.68523 -0.04076 0.32915'/> |
541 | <fieldValue name='rotation' value='28.39839 0 -1.24215 1.92461'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='0.79132'/> |
550 | <fieldValue name='cylinderTranslation' value='2.68658 0.40333 0.16608'/> |
551 | <fieldValue name='coneTranslation' value='2.69087 0.63832 0.14880'/> |
552 | <fieldValue name='rotation' value='-5.80511 0 -1.44229 0.07566'/> |
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.33853'/> |
561 | <fieldValue name='cylinderTranslation' value='2.68612 0.05498 0.35781'/> |
562 | <fieldValue name='coneTranslation' value='2.68649 0.05751 0.36672'/> |
563 | <fieldValue name='rotation' value='32.54095 0 -1.35024 1.29444'/> |
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.29010'/> |
572 | <fieldValue name='cylinderTranslation' value='2.69658 -0.08179 0.08315'/> |
573 | <fieldValue name='coneTranslation' value='2.69480 -0.07246 0.09469'/> |
574 | <fieldValue name='rotation' value='-22.39292 0 -3.44226 2.24538'/> |
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.80151'/> |
583 | <fieldValue name='cylinderTranslation' value='2.61610 -0.38617 0.17060'/> |
584 | <fieldValue name='coneTranslation' value='2.57810 -0.62345 0.15587'/> |
585 | <fieldValue name='rotation' value='-4.90302 0 12.65243 2.97148'/> |
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.74927'/> |
594 | <fieldValue name='cylinderTranslation' value='2.66389 -0.25803 -0.06740'/> |
595 | <fieldValue name='coneTranslation' value='2.65502 -0.41090 -0.21780'/> |
596 | <fieldValue name='rotation' value='-52.50217 0 3.09560 2.36349'/> |
597 | <fieldValue name='diffuseColor' value='0 0 0'/> |
598 | <fieldValue name='ballRadius' value='0.02'/> |
599 | <fieldValue name='traceEnabled' value='false'/> |
600 | <fieldValue name='displayMode'/> |
601 | <fieldValue name='transparency' value='0'/> |
602 | </ProtoInstance> |
603 | <ProtoInstance name='Arc'> |
604 | <fieldValue name='cylinderHeight' value='0.84570'/> |
605 | <fieldValue name='cylinderTranslation' value='2.56952 -0.25347 0.50808'/> |
606 | <fieldValue name='coneTranslation' value='2.50124 -0.41650 0.70263'/> |
607 | <fieldValue name='rotation' value='62.59484 -0.00000 21.96854 2.23985'/> |
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.32499'/> |
616 | <fieldValue name='cylinderTranslation' value='2.68477 -0.13913 0.26213'/> |
617 | <fieldValue name='coneTranslation' value='2.68485 -0.14140 0.26316'/> |
618 | <fieldValue name='rotation' value='13.40415 0 -1.07997 2.71498'/> |
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.79207'/> |
627 | <fieldValue name='cylinderTranslation' value='2.60979 0.15628 0.55602'/> |
628 | <fieldValue name='coneTranslation' value='2.56832 0.24418 0.77112'/> |
629 | <fieldValue name='rotation' value='72.18157 -0.00000 13.91503 1.18922'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='0.62572'/> |
638 | <fieldValue name='cylinderTranslation' value='-1.27731 -1.88893 2.01313'/> |
639 | <fieldValue name='coneTranslation' value='-1.26305 -2.01509 1.92802'/> |
640 | <fieldValue name='rotation' value='-34.84173 0 -5.83913 2.54165'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='0.65877'/> |
649 | <fieldValue name='cylinderTranslation' value='-1.59624 -1.68625 2.04083'/> |
650 | <fieldValue name='coneTranslation' value='-1.74523 -1.71481 1.96548'/> |
651 | <fieldValue name='rotation' value='-29.30317 0 57.94542 1.74022'/> |
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.17372'/> |
660 | <fieldValue name='cylinderTranslation' value='-1.27028 -1.70964 2.18868'/> |
661 | <fieldValue name='coneTranslation' value='-1.30079 -1.64317 2.18755'/> |
662 | <fieldValue name='rotation' value='0.26724 0 -7.24671 2.71096'/> |
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.62578'/> |
671 | <fieldValue name='cylinderTranslation' value='-1.27760 -1.88889 2.01297'/> |
672 | <fieldValue name='coneTranslation' value='-1.26347 -2.01505 1.92776'/> |
673 | <fieldValue name='rotation' value='-34.87467 0 -5.78196 2.54127'/> |
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.77187'/> |
682 | <fieldValue name='cylinderTranslation' value='-1.63772 -1.43261 2.18573'/> |
683 | <fieldValue name='coneTranslation' value='-1.83161 -1.31664 2.18478'/> |
684 | <fieldValue name='rotation' value='-0.32302 0 66.24155 1.03177'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.76704'/> |
693 | <fieldValue name='cylinderTranslation' value='-1.41082 -1.30496 2.36082'/> |
694 | <fieldValue name='coneTranslation' value='-1.47161 -1.11511 2.46193'/> |
695 | <fieldValue name='rotation' value='34.69617 -0.00000 20.86102 0.55601'/> |
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.70513'/> |
704 | <fieldValue name='cylinderTranslation' value='-1.12123 -1.41500 2.39577'/> |
705 | <fieldValue name='coneTranslation' value='-1.02003 -1.29719 2.50962'/> |
706 | <fieldValue name='rotation' value='41.68626 0 -37.05651 0.91244'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='0.77186'/> |
715 | <fieldValue name='cylinderTranslation' value='-1.63771 -1.43259 2.18574'/> |
716 | <fieldValue name='coneTranslation' value='-1.83160 -1.31661 2.18481'/> |
717 | <fieldValue name='rotation' value='-0.31973 0 66.23935 1.03172'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.76704'/> |
726 | <fieldValue name='cylinderTranslation' value='-1.41074 -1.30495 2.36085'/> |
727 | <fieldValue name='coneTranslation' value='-1.47149 -1.11510 2.46198'/> |
728 | <fieldValue name='rotation' value='34.70226 -0.00000 20.84624 0.55597'/> |
729 | <fieldValue name='diffuseColor' value='0 0 0'/> |
730 | <fieldValue name='ballRadius' value='0.02'/> |
731 | <fieldValue name='traceEnabled' value='false'/> |
732 | <fieldValue name='displayMode'/> |
733 | <fieldValue name='transparency' value='0'/> |
734 | </ProtoInstance> |
735 | <ProtoInstance name='Arc'> |
736 | <fieldValue name='cylinderHeight' value='0.70342'/> |
737 | <fieldValue name='cylinderTranslation' value='-1.08055 -1.44851 2.38595'/> |
738 | <fieldValue name='coneTranslation' value='-0.95738 -1.34919 2.49421'/> |
739 | <fieldValue name='rotation' value='39.72219 0 -45.19179 1.02623'/> |
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.39694'/> |
748 | <fieldValue name='cylinderTranslation' value='-1.19936 -1.52943 2.32021'/> |
749 | <fieldValue name='coneTranslation' value='-1.17859 -1.50980 2.34596'/> |
750 | <fieldValue name='rotation' value='26.57302 0 -21.42982 1.03529'/> |
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.51839'/> |
759 | <fieldValue name='cylinderTranslation' value='-1.11769 -1.78435 2.09833'/> |
760 | <fieldValue name='coneTranslation' value='-1.04543 -1.84315 2.06426'/> |
761 | <fieldValue name='rotation' value='-17.80324 0 -37.76320 2.20529'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='0.65876'/> |
770 | <fieldValue name='cylinderTranslation' value='-1.59626 -1.68619 2.04086'/> |
771 | <fieldValue name='coneTranslation' value='-1.74526 -1.71473 1.96553'/> |
772 | <fieldValue name='rotation' value='-29.29687 0 57.94997 1.74006'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.22077'/> |
781 | <fieldValue name='cylinderTranslation' value='-1.40823 -1.66182 2.15786'/> |
782 | <fieldValue name='coneTranslation' value='-1.36251 -1.64784 2.17111'/> |
783 | <fieldValue name='rotation' value='-5.89744 0 20.34437 1.85655'/> |
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.52992'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.18513 -2.33756 1.69783'/> |
793 | <fieldValue name='coneTranslation' value='-0.26200 -2.30798 1.76289'/> |
794 | <fieldValue name='rotation' value='32.84728 -0.00000 38.80990 1.28511'/> |
795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
796 | <fieldValue name='ballRadius' value='0.02'/> |
797 | <fieldValue name='traceEnabled' value='false'/> |
798 | <fieldValue name='displayMode'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | </ProtoInstance> |
801 | <ProtoInstance name='Arc'> |
802 | <fieldValue name='cylinderHeight' value='0.67782'/> |
803 | <fieldValue name='cylinderTranslation' value='0.31893 -2.29682 1.60734'/> |
804 | <fieldValue name='coneTranslation' value='0.48258 -2.23590 1.64627'/> |
805 | <fieldValue name='rotation' value='14.74845 0 -62.00077 1.22332'/> |
806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
807 | <fieldValue name='ballRadius' value='0.02'/> |
808 | <fieldValue name='traceEnabled' value='false'/> |
809 | <fieldValue name='displayMode'/> |
810 | <fieldValue name='transparency' value='0'/> |
811 | </ProtoInstance> |
812 | <ProtoInstance name='Arc'> |
813 | <fieldValue name='cylinderHeight' value='0.62471'/> |
814 | <fieldValue name='cylinderTranslation' value='0.30157 -2.43568 1.42696'/> |
815 | <fieldValue name='coneTranslation' value='0.44432 -2.44712 1.37494'/> |
816 | <fieldValue name='rotation' value='-21.32808 0 -58.52985 1.64594'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.32387'/> |
825 | <fieldValue name='cylinderTranslation' value='0.04783 -2.51773 1.41706'/> |
826 | <fieldValue name='coneTranslation' value='0.04830 -2.51899 1.41567'/> |
827 | <fieldValue name='rotation' value='-23.30647 0 -7.78220 2.28032'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.64159'/> |
836 | <fieldValue name='cylinderTranslation' value='0.08689 -2.58254 1.27316'/> |
837 | <fieldValue name='coneTranslation' value='0.12596 -2.66791 1.14262'/> |
838 | <fieldValue name='rotation' value='-52.08645 0 -15.59264 2.13047'/> |
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.25204'/> |
847 | <fieldValue name='cylinderTranslation' value='0.04543 -2.50260 1.45371'/> |
848 | <fieldValue name='coneTranslation' value='0.03559 -2.47823 1.47525'/> |
849 | <fieldValue name='rotation' value='-15.97650 0 -7.30200 2.37044'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.31784'/> |
858 | <fieldValue name='cylinderTranslation' value='0.16505 -2.43021 1.50996'/> |
859 | <fieldValue name='coneTranslation' value='0.16399 -2.43009 1.51012'/> |
860 | <fieldValue name='rotation' value='-4.72641 0 -31.22456 1.68420'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='1.15355'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.45998 -2.17511 1.77145'/> |
870 | <fieldValue name='coneTranslation' value='-0.79880 -2.00377 1.94333'/> |
871 | <fieldValue name='rotation' value='47.57139 -0.00000 93.78011 1.14712'/> |
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.12200'/> |
880 | <fieldValue name='cylinderTranslation' value='-1.39034 1.27812 -2.00040'/> |
881 | <fieldValue name='coneTranslation' value='-1.21955 1.04093 -2.27493'/> |
882 | <fieldValue name='rotation' value='-76.81634 0 -47.78602 2.20372'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='1.19108'/> |
891 | <fieldValue name='cylinderTranslation' value='-1.76737 2.14077 -1.38429'/> |
892 | <fieldValue name='coneTranslation' value='-1.86837 2.52897 -1.21461'/> |
893 | <fieldValue name='rotation' value='46.40380 -0.00000 27.62074 0.47056'/> |
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.19305'/> |
902 | <fieldValue name='cylinderTranslation' value='-1.47209 2.18141 -1.54862'/> |
903 | <fieldValue name='coneTranslation' value='-1.35707 2.59958 -1.49908'/> |
904 | <fieldValue name='rotation' value='13.53894 0 -31.43601 0.29098'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='1.25876'/> |
913 | <fieldValue name='cylinderTranslation' value='-1.92931 1.88961 -1.13894'/> |
914 | <fieldValue name='coneTranslation' value='-2.15308 2.09817 -0.78292'/> |
915 | <fieldValue name='rotation' value='95.47532 -0.00000 60.00833 1.11037'/> |
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.15885'/> |
924 | <fieldValue name='cylinderTranslation' value='-2.19114 1.47058 -1.64108'/> |
925 | <fieldValue name='coneTranslation' value='-2.59786 1.36969 -1.65901'/> |
926 | <fieldValue name='rotation' value='-4.95359 0 112.37373 1.81372'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='1.16341'/> |
935 | <fieldValue name='cylinderTranslation' value='-1.82496 2.04370 -1.28172'/> |
936 | <fieldValue name='coneTranslation' value='-1.96682 2.35814 -1.03916'/> |
937 | <fieldValue name='rotation' value='66.91850 -0.00000 39.13731 0.72929'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='1.27377'/> |
946 | <fieldValue name='cylinderTranslation' value='-1.57825 2.00383 -1.11844'/> |
947 | <fieldValue name='coneTranslation' value='-1.54005 2.29876 -0.74565'/> |
948 | <fieldValue name='rotation' value='99.57434 0 -10.20373 0.90403'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='1.21326'/> |
957 | <fieldValue name='cylinderTranslation' value='-1.06694 1.80438 -1.73455'/> |
958 | <fieldValue name='coneTranslation' value='-0.65292 1.94752 -1.82160'/> |
959 | <fieldValue name='rotation' value='-23.64719 0 -112.46674 1.24454'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.68599'/> |
968 | <fieldValue name='cylinderTranslation' value='-1.92661 1.77758 -1.65005'/> |
969 | <fieldValue name='coneTranslation' value='-2.08525 1.86701 -1.66805'/> |
970 | <fieldValue name='rotation' value='-6.74732 0 59.46768 1.06019'/> |
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.45728'/> |
979 | <fieldValue name='cylinderTranslation' value='-1.55032 1.76419 -1.76550'/> |
980 | <fieldValue name='coneTranslation' value='-1.52662 1.81049 -1.81028'/> |
981 | <fieldValue name='rotation' value='-29.83642 0 -15.78967 0.83042'/> |
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.41773'/> |
990 | <fieldValue name='cylinderTranslation' value='-1.63857 1.42621 -1.71519'/> |
991 | <fieldValue name='coneTranslation' value='-1.64074 1.38322 -1.73833'/> |
992 | <fieldValue name='rotation' value='-19.77618 0 1.85936 2.64606'/> |
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.64565'/> |
1001 | <fieldValue name='cylinderTranslation' value='-1.70714 1.67679 -1.92240'/> |
1002 | <fieldValue name='coneTranslation' value='-1.74642 1.71050 -2.07678'/> |
1003 | <fieldValue name='rotation' value='-61.21640 0 15.57475 1.36226'/> |
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.69553'/> |
1012 | <fieldValue name='cylinderTranslation' value='-1.46505 1.87573 -1.76907'/> |
1013 | <fieldValue name='coneTranslation' value='-1.37638 2.01923 -1.85155'/> |
1014 | <fieldValue name='rotation' value='-30.55209 0 -32.84439 0.70094'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='1.25683'/> |
1023 | <fieldValue name='cylinderTranslation' value='-1.27297 2.08551 -1.41187'/> |
1024 | <fieldValue name='coneTranslation' value='-1.00738 2.43999 -1.25949'/> |
1025 | <fieldValue name='rotation' value='40.88789 0 -71.26077 0.71246'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.69507'/> |
1034 | <fieldValue name='cylinderTranslation' value='-1.87661 1.68340 -1.38349'/> |
1035 | <fieldValue name='coneTranslation' value='-2.01008 1.72304 -1.25786'/> |
1036 | <fieldValue name='rotation' value='46.56461 -0.00000 49.46885 1.35785'/> |
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='1.19305'/> |
1045 | <fieldValue name='cylinderTranslation' value='-1.47208 2.18140 -1.54863'/> |
1046 | <fieldValue name='coneTranslation' value='-1.35705 2.59958 -1.49911'/> |
1047 | <fieldValue name='rotation' value='13.53582 0 -31.43872 0.29099'/> |
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.16644'/> |
1056 | <fieldValue name='cylinderTranslation' value='-1.32384 1.69866 -2.10518'/> |
1057 | <fieldValue name='coneTranslation' value='-1.10219 1.76303 -2.45992'/> |
1058 | <fieldValue name='rotation' value='-97.77229 0 -61.08696 1.41811'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='0.69521'/> |
1067 | <fieldValue name='cylinderTranslation' value='-1.50290 1.63257 -1.29328'/> |
1068 | <fieldValue name='coneTranslation' value='-1.43470 1.64477 -1.11894'/> |
1069 | <fieldValue name='rotation' value='64.60638 0 -25.27359 1.50569'/> |
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.23965'/> |
1078 | <fieldValue name='cylinderTranslation' value='-1.68027 1.70613 -1.66639'/> |
1079 | <fieldValue name='coneTranslation' value='-1.66317 1.67388 -1.64960'/> |
1080 | <fieldValue name='rotation' value='-10.01526 0 10.19977 0.63913'/> |
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='1.06461'/> |
1089 | <fieldValue name='cylinderTranslation' value='-1.38005 1.95585 -1.93505'/> |
1090 | <fieldValue name='coneTranslation' value='-1.20574 2.19777 -2.15798'/> |
1091 | <fieldValue name='rotation' value='-63.74757 0 -49.84434 0.86347'/> |
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.69994'/> |
1100 | <fieldValue name='cylinderTranslation' value='-1.41735 1.58452 -1.89366'/> |
1101 | <fieldValue name='coneTranslation' value='-1.30232 1.57071 -2.04421'/> |
1102 | <fieldValue name='rotation' value='-55.46892 0 -42.38418 1.64355'/> |
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.62162'/> |
1111 | <fieldValue name='cylinderTranslation' value='-1.75554 1.89395 -1.61380'/> |
1112 | <fieldValue name='coneTranslation' value='-1.81681 2.03175 -1.61258'/> |
1113 | <fieldValue name='rotation' value='0.50329 -0.00000 25.25468 0.41846'/> |
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.67732'/> |
1122 | <fieldValue name='cylinderTranslation' value='-1.74561 1.44862 -1.34222'/> |
1123 | <fieldValue name='coneTranslation' value='-1.80699 1.36351 -1.19762'/> |
1124 | <fieldValue name='rotation' value='54.81894 -0.00000 23.26835 2.06733'/> |
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.94433'/> |
1133 | <fieldValue name='cylinderTranslation' value='-1.73511 2.02089 -1.82338'/> |
1134 | <fieldValue name='coneTranslation' value='-1.80509 2.29257 -1.96027'/> |
1135 | <fieldValue name='rotation' value='-41.41240 0 21.16845 0.51497'/> |
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.69850'/> |
1144 | <fieldValue name='cylinderTranslation' value='-1.29444 1.69426 -1.66882'/> |
1145 | <fieldValue name='coneTranslation' value='-1.11301 1.73994 -1.69727'/> |
1146 | <fieldValue name='rotation' value='-10.50145 0 -66.96588 1.32700'/> |
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.38333'/> |
1155 | <fieldValue name='cylinderTranslation' value='-1.64561 1.67601 -1.79550'/> |
1156 | <fieldValue name='coneTranslation' value='-1.64830 1.68693 -1.82510'/> |
1157 | <fieldValue name='rotation' value='-35.83634 0 3.26704 1.21894'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.68978'/> |
1166 | <fieldValue name='cylinderTranslation' value='-1.28589 1.60228 -1.64767'/> |
1167 | <fieldValue name='coneTranslation' value='-1.10182 1.59816 -1.66448'/> |
1168 | <fieldValue name='rotation' value='-6.27085 0 -68.67505 1.59306'/> |
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='1.26417'/> |
1177 | <fieldValue name='cylinderTranslation' value='-1.10385 1.86052 -1.36997'/> |
1178 | <fieldValue name='coneTranslation' value='-0.71144 2.04766 -1.18598'/> |
1179 | <fieldValue name='rotation' value='49.26901 0 -105.08323 1.16319'/> |
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.61904'/> |
1188 | <fieldValue name='cylinderTranslation' value='-1.77536 1.75774 -1.84570'/> |
1189 | <fieldValue name='coneTranslation' value='-1.84594 1.82914 -1.95651'/> |
1190 | <fieldValue name='rotation' value='-45.87757 0 29.21857 1.07302'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='1.27380'/> |
1199 | <fieldValue name='cylinderTranslation' value='-1.57821 2.00344 -1.11812'/> |
1200 | <fieldValue name='coneTranslation' value='-1.53998 2.29808 -0.74508'/> |
1201 | <fieldValue name='rotation' value='99.63905 0 -10.21148 0.90483'/> |
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.46412'/> |
1210 | <fieldValue name='cylinderTranslation' value='-1.73745 1.59400 -1.41163'/> |
1211 | <fieldValue name='coneTranslation' value='-1.77104 1.58905 -1.34807'/> |
1212 | <fieldValue name='rotation' value='40.93716 -0.00000 21.63527 1.63959'/> |
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='1.15261'/> |
1221 | <fieldValue name='cylinderTranslation' value='-1.27964 2.02377 -1.81288'/> |
1222 | <fieldValue name='coneTranslation' value='-1.02707 2.32270 -1.95487'/> |
1223 | <fieldValue name='rotation' value='-39.31266 0 -69.92667 0.76979'/> |
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='1.25692'/> |
1232 | <fieldValue name='cylinderTranslation' value='-1.27409 2.08557 -1.40993'/> |
1233 | <fieldValue name='coneTranslation' value='-1.00933 2.44010 -1.25609'/> |
1234 | <fieldValue name='rotation' value='41.27682 0 -71.03683 0.71239'/> |
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.71986'/> |
1243 | <fieldValue name='cylinderTranslation' value='-1.52509 1.29301 -1.75137'/> |
1244 | <fieldValue name='coneTranslation' value='-1.46721 1.11695 -1.82640'/> |
1245 | <fieldValue name='rotation' value='-27.01214 0 -20.83687 2.64787'/> |
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.20061'/> |
1254 | <fieldValue name='cylinderTranslation' value='-1.85516 1.34493 -1.12734'/> |
1255 | <fieldValue name='coneTranslation' value='-2.02085 1.15054 -0.76869'/> |
1256 | <fieldValue name='rotation' value='97.79512 -0.00000 45.17850 2.02806'/> |
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.70179'/> |
1265 | <fieldValue name='cylinderTranslation' value='-1.75677 1.90387 -1.47320'/> |
1266 | <fieldValue name='coneTranslation' value='-1.82613 2.06377 -1.39534'/> |
1267 | <fieldValue name='rotation' value='28.62370 -0.00000 25.49965 0.57787'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='1.19752'/> |
1276 | <fieldValue name='cylinderTranslation' value='-1.45784 1.68864 -1.04804'/> |
1277 | <fieldValue name='coneTranslation' value='-1.33222 1.74630 -0.63162'/> |
1278 | <fieldValue name='rotation' value='113.65472 0 -34.28583 1.43900'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='1.04429'/> |
1287 | <fieldValue name='cylinderTranslation' value='-1.70625 1.31666 -2.04139'/> |
1288 | <fieldValue name='coneTranslation' value='-1.75964 1.11323 -2.33621'/> |
1289 | <fieldValue name='rotation' value='-85.01459 0 15.39557 2.16725'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='1.17070'/> |
1298 | <fieldValue name='cylinderTranslation' value='-1.21237 1.57240 -2.02548'/> |
1299 | <fieldValue name='coneTranslation' value='-0.90943 1.54510 -2.32281'/> |
1300 | <fieldValue name='rotation' value='-81.83402 0 -83.37930 1.63501'/> |
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='1.14648'/> |
1309 | <fieldValue name='cylinderTranslation' value='-2.08328 1.26774 -1.68955'/> |
1310 | <fieldValue name='coneTranslation' value='-2.41057 1.02104 -1.74235'/> |
1311 | <fieldValue name='rotation' value='-14.64754 0 90.80266 2.21054'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='1.24918'/> |
1320 | <fieldValue name='cylinderTranslation' value='-2.06803 1.25390 -1.35018'/> |
1321 | <fieldValue name='coneTranslation' value='-2.39440 0.98906 -1.15222'/> |
1322 | <fieldValue name='rotation' value='53.22722 -0.00000 87.75253 2.17737'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='1.26410'/> |
1331 | <fieldValue name='cylinderTranslation' value='-1.10439 1.86039 -1.36878'/> |
1332 | <fieldValue name='coneTranslation' value='-0.71239 2.04744 -1.18390'/> |
1333 | <fieldValue name='rotation' value='49.50745 0 -104.97509 1.16339'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='1.06018'/> |
1342 | <fieldValue name='cylinderTranslation' value='-1.83096 1.23974 -1.93766'/> |
1343 | <fieldValue name='coneTranslation' value='-1.97177 0.98128 -2.16201'/> |
1344 | <fieldValue name='rotation' value='-64.26898 0 40.33718 2.34395'/> |
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.16644'/> |
1353 | <fieldValue name='cylinderTranslation' value='-1.32382 1.69865 -2.10517'/> |
1354 | <fieldValue name='coneTranslation' value='-1.10217 1.76300 -2.45992'/> |
1355 | <fieldValue name='rotation' value='-97.77145 0 -61.09010 1.41813'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='1.19000'/> |
1364 | <fieldValue name='cylinderTranslation' value='-2.04256 1.75939 -1.21520'/> |
1365 | <fieldValue name='coneTranslation' value='-2.34471 1.86865 -0.92195'/> |
1366 | <fieldValue name='rotation' value='80.22229 -0.00000 82.65737 1.31692'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='1.15899'/> |
1375 | <fieldValue name='cylinderTranslation' value='-2.19134 1.47095 -1.64013'/> |
1376 | <fieldValue name='coneTranslation' value='-2.59823 1.37032 -1.65736'/> |
1377 | <fieldValue name='rotation' value='-4.76254 0 112.41450 1.81303'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='1.23860'/> |
1386 | <fieldValue name='cylinderTranslation' value='-2.15049 1.53991 -1.28927'/> |
1387 | <fieldValue name='coneTranslation' value='-2.53704 1.48797 -1.04672'/> |
1388 | <fieldValue name='rotation' value='65.40922 -0.00000 104.24314 1.68414'/> |
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.61810'/> |
1397 | <fieldValue name='cylinderTranslation' value='-1.86038 1.77352 -1.74021'/> |
1398 | <fieldValue name='coneTranslation' value='-1.97184 1.85240 -1.79996'/> |
1399 | <fieldValue name='rotation' value='-24.77924 0 46.22153 1.01310'/> |
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.65526'/> |
1408 | <fieldValue name='cylinderTranslation' value='-1.87408 1.49923 -1.80380'/> |
1409 | <fieldValue name='coneTranslation' value='-1.99934 1.44258 -1.89972'/> |
1410 | <fieldValue name='rotation' value='-37.49704 0 48.96209 1.91553'/> |
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='1.20581'/> |
1419 | <fieldValue name='cylinderTranslation' value='-1.03314 1.61201 -1.70644'/> |
1420 | <fieldValue name='coneTranslation' value='-0.59521 1.61353 -1.77265'/> |
1421 | <fieldValue name='rotation' value='-18.02599 0 -119.22570 1.56738'/> |
1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1423 | <fieldValue name='ballRadius' value='0.02'/> |
1424 | <fieldValue name='traceEnabled' value='false'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | </ProtoInstance> |
1428 | <ProtoInstance name='Arc'> |
1429 | <fieldValue name='cylinderHeight' value='1.17026'/> |
1430 | <fieldValue name='cylinderTranslation' value='-1.85182 1.60015 -1.07525'/> |
1431 | <fieldValue name='coneTranslation' value='-2.01352 1.59303 -0.68213'/> |
1432 | <fieldValue name='rotation' value='108.21326 -0.00000 44.51038 1.58755'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='1.23857'/> |
1441 | <fieldValue name='cylinderTranslation' value='-2.15053 1.54000 -1.28934'/> |
1442 | <fieldValue name='coneTranslation' value='-2.53711 1.48812 -1.04684'/> |
1443 | <fieldValue name='rotation' value='65.39572 -0.00000 104.25114 1.68399'/> |
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.62856'/> |
1452 | <fieldValue name='cylinderTranslation' value='-1.78419 1.44865 -1.83712'/> |
1453 | <fieldValue name='coneTranslation' value='-1.86023 1.36946 -1.94551'/> |
1454 | <fieldValue name='rotation' value='-44.16085 0 30.98313 2.10977'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='1.08117'/> |
1463 | <fieldValue name='cylinderTranslation' value='-2.09822 1.87096 -1.55157'/> |
1464 | <fieldValue name='coneTranslation' value='-2.42838 2.05472 -1.50598'/> |
1465 | <fieldValue name='rotation' value='12.94964 -0.00000 93.79032 1.06692'/> |
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.69167'/> |
1474 | <fieldValue name='cylinderTranslation' value='-1.91489 1.43454 -1.70149'/> |
1475 | <fieldValue name='coneTranslation' value='-2.06837 1.34029 -1.74726'/> |
1476 | <fieldValue name='rotation' value='-17.03586 0 57.12401 2.10274'/> |
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.40672'/> |
1485 | <fieldValue name='cylinderTranslation' value='-1.48761 0.93360 -1.74742'/> |
1486 | <fieldValue name='coneTranslation' value='-1.37817 0.41110 -1.84871'/> |
1487 | <fieldValue name='rotation' value='-26.22194 0 -28.33274 2.86359'/> |
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.41797'/> |
1496 | <fieldValue name='cylinderTranslation' value='-1.08850 -2.04257 1.92412'/> |
1497 | <fieldValue name='coneTranslation' value='-1.05109 -2.01806 1.94409'/> |
1498 | <fieldValue name='rotation' value='17.03850 0 -31.92406 1.04670'/> |
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.00190'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.28824 1.31219 2.75160'/> |
1508 | <fieldValue name='coneTranslation' value='0.13420 1.33797 2.78163'/> |
1509 | <fieldValue name='rotation' value='-0.03584 0 -0.18383 1.73363'/> |
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.56706'/> |
1518 | <fieldValue name='cylinderTranslation' value='-1.28616 0.96118 -2.13546'/> |
1519 | <fieldValue name='coneTranslation' value='-1.34486 0.96766 -2.02696'/> |
1520 | <fieldValue name='rotation' value='49.80420 -0.00000 26.94915 1.51827'/> |
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.34404'/> |
1529 | <fieldValue name='cylinderTranslation' value='2.73925 0.16618 -0.39700'/> |
1530 | <fieldValue name='coneTranslation' value='2.73826 0.16632 -0.40898'/> |
1531 | <fieldValue name='rotation' value='-34.28528 0 2.83243 1.55921'/> |
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.34285'/> |
1540 | <fieldValue name='cylinderTranslation' value='2.74420 0.27189 -0.35862'/> |
1541 | <fieldValue name='coneTranslation' value='2.74358 0.27907 -0.36749'/> |
1542 | <fieldValue name='rotation' value='-26.60967 0 1.84327 0.89145'/> |
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.87944'/> |
1551 | <fieldValue name='cylinderTranslation' value='-1.34857 -0.13305 -2.08105'/> |
1552 | <fieldValue name='coneTranslation' value='-1.34690 0.11523 -1.95222'/> |
1553 | <fieldValue name='rotation' value='40.50274 0 -0.52637 0.47866'/> |
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.00004'/> |
1562 | <fieldValue name='cylinderTranslation' value='-1.31490 2.75286 -1.48094'/> |
1563 | <fieldValue name='coneTranslation' value='-1.41924 2.77003 -1.36089'/> |
1564 | <fieldValue name='rotation' value='-0.00312 0 -0.00271 1.67834'/> |
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.44559'/> |
1573 | <fieldValue name='cylinderTranslation' value='-1.69796 -1.71736 2.01134'/> |
1574 | <fieldValue name='coneTranslation' value='-1.64497 -1.71048 2.04432'/> |
1575 | <fieldValue name='rotation' value='23.40573 0 -37.60105 1.46096'/> |
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.00209'/> |
1584 | <fieldValue name='cylinderTranslation' value='-2.75321 1.33157 -1.66489'/> |
1585 | <fieldValue name='coneTranslation' value='-2.72216 1.27560 -1.81039'/> |
1586 | <fieldValue name='rotation' value='0.19105 -0.00000 0.04077 1.21092'/> |
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.49341'/> |
1595 | <fieldValue name='cylinderTranslation' value='-1.95245 2.33762 -1.13860'/> |
1596 | <fieldValue name='coneTranslation' value='-1.92849 2.28848 -1.20590'/> |
1597 | <fieldValue name='rotation' value='-38.29480 0 -13.63766 2.17338'/> |
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.00102'/> |
1606 | <fieldValue name='cylinderTranslation' value='-1.52719 2.39732 -0.62025'/> |
1607 | <fieldValue name='coneTranslation' value='-1.53935 2.51975 -0.72174'/> |
1608 | <fieldValue name='rotation' value='0.06471 0 -0.00775 2.44593'/> |
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.52232'/> |
1617 | <fieldValue name='cylinderTranslation' value='-0.73211 1.88868 -1.78706'/> |
1618 | <fieldValue name='coneTranslation' value='-0.82023 1.84603 -1.76160'/> |
1619 | <fieldValue name='rotation' value='13.14573 -0.00000 45.50086 2.00607'/> |
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.58969'/> |
1628 | <fieldValue name='cylinderTranslation' value='-1.25110 -1.13354 -2.42287'/> |
1629 | <fieldValue name='coneTranslation' value='-1.19905 -1.04461 -2.33589'/> |
1630 | <fieldValue name='rotation' value='38.03807 0 -22.76164 0.85066'/> |
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.22389'/> |
1639 | <fieldValue name='cylinderTranslation' value='-2.15772 1.94114 -1.77395'/> |
1640 | <fieldValue name='coneTranslation' value='-2.18615 1.94289 -1.73524'/> |
1641 | <fieldValue name='rotation' value='-18.03192 0 -13.24614 1.60712'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='0.43759'/> |
1650 | <fieldValue name='cylinderTranslation' value='-2.39556 2.03859 -1.58530'/> |
1651 | <fieldValue name='coneTranslation' value='-2.44168 2.06368 -1.55884'/> |
1652 | <fieldValue name='rotation' value='19.69697 -0.00000 34.32264 1.12984'/> |
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.00602'/> |
1661 | <fieldValue name='cylinderTranslation' value='0.91826 2.02970 2.17616'/> |
1662 | <fieldValue name='coneTranslation' value='0.96661 1.89322 2.23684'/> |
1663 | <fieldValue name='rotation' value='-0.23251 0 0.18528 0.51695'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.01717'/> |
1672 | <fieldValue name='cylinderTranslation' value='-0.83172 -1.95543 -2.22545'/> |
1673 | <fieldValue name='coneTranslation' value='-0.96100 -1.99945 -2.16007'/> |
1674 | <fieldValue name='rotation' value='-0.74139 0 -1.46598 1.27581'/> |
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.00274'/> |
1683 | <fieldValue name='cylinderTranslation' value='-0.31453 1.78969 2.65430'/> |
1684 | <fieldValue name='coneTranslation' value='-0.36137 1.92882 2.59418'/> |
1685 | <fieldValue name='rotation' value='0.10367 0 -0.08078 2.64048'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.28090'/> |
1694 | <fieldValue name='cylinderTranslation' value='-1.38610 2.02996 -1.91826'/> |
1695 | <fieldValue name='coneTranslation' value='-1.39797 2.01443 -1.91776'/> |
1696 | <fieldValue name='rotation' value='-0.71567 0 -17.05472 0.65314'/> |
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.61474'/> |
1705 | <fieldValue name='cylinderTranslation' value='-1.30110 2.11008 -2.08423'/> |
1706 | <fieldValue name='coneTranslation' value='-1.21946 2.20197 -2.16553'/> |
1707 | <fieldValue name='rotation' value='-33.91115 0 -34.05468 0.89752'/> |
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.26649'/> |
1716 | <fieldValue name='cylinderTranslation' value='-1.56666 1.83024 -1.94468'/> |
1717 | <fieldValue name='coneTranslation' value='-1.54752 1.84795 -1.93865'/> |
1718 | <fieldValue name='rotation' value='-5.99991 0 19.05671 2.29397'/> |
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.70138'/> |
1727 | <fieldValue name='cylinderTranslation' value='-1.71554 1.13291 -2.14027'/> |
1728 | <fieldValue name='coneTranslation' value='-1.75235 1.07334 -2.31764'/> |
1729 | <fieldValue name='rotation' value='-65.23842 0 13.53621 1.88851'/> |
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.69649'/> |
1738 | <fieldValue name='cylinderTranslation' value='-1.84025 1.05600 -2.03654'/> |
1739 | <fieldValue name='coneTranslation' value='-1.94425 0.95521 -2.15679'/> |
1740 | <fieldValue name='rotation' value='-44.49281 0 38.47782 2.13584'/> |
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.38248'/> |
1749 | <fieldValue name='cylinderTranslation' value='-1.79348 1.26491 -1.93600'/> |
1750 | <fieldValue name='coneTranslation' value='-1.81727 1.26857 -1.95592'/> |
1751 | <fieldValue name='rotation' value='-24.38467 0 29.12377 1.45320'/> |
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.03246'/> |
1760 | <fieldValue name='cylinderTranslation' value='-1.49690 0.74986 -1.84630'/> |
1761 | <fieldValue name='coneTranslation' value='-1.39273 0.40993 -1.86854'/> |
1762 | <fieldValue name='rotation' value='-6.44576 0 -30.19210 2.83793'/> |
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.65530'/> |
1771 | <fieldValue name='cylinderTranslation' value='-0.65403 -2.10044 1.93569'/> |
1772 | <fieldValue name='coneTranslation' value='-0.79466 -2.01732 1.97336'/> |
1773 | <fieldValue name='rotation' value='14.72412 -0.00000 54.97022 1.05203'/> |
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.28207'/> |
1782 | <fieldValue name='cylinderTranslation' value='-1.72348 1.74285 -2.10158'/> |
1783 | <fieldValue name='coneTranslation' value='-1.73175 1.74295 -2.11864'/> |
1784 | <fieldValue name='rotation' value='25.38006 0 -12.30771 1.57631'/> |
1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1786 | <fieldValue name='ballRadius' value='0.02'/> |
1787 | <fieldValue name='traceEnabled' value='false'/> |
1788 | <fieldValue name='displayMode'/> |
1789 | <fieldValue name='transparency' value='0'/> |
1790 | </ProtoInstance> |
1791 | <ProtoInstance name='Arc'> |
1792 | <fieldValue name='cylinderHeight' value='0.34255'/> |
1793 | <fieldValue name='cylinderTranslation' value='2.72266 0.61564 0.05902'/> |
1794 | <fieldValue name='coneTranslation' value='2.72179 0.62605 0.05477'/> |
1795 | <fieldValue name='rotation' value='-12.90002 0 2.66066 0.39468'/> |
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.34320'/> |
1804 | <fieldValue name='cylinderTranslation' value='2.71488 0.62770 0.13029'/> |
1805 | <fieldValue name='coneTranslation' value='2.71345 0.63920 0.13075'/> |
1806 | <fieldValue name='rotation' value='1.35422 -0.00000 4.21790 0.12944'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.38485'/> |
1815 | <fieldValue name='cylinderTranslation' value='-1.08146 -1.86328 2.09966'/> |
1816 | <fieldValue name='coneTranslation' value='-1.05575 -1.87587 2.08444'/> |
1817 | <fieldValue name='rotation' value='-18.07048 0 -30.51649 1.96955'/> |
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.29845'/> |
1826 | <fieldValue name='cylinderTranslation' value='-1.37200 -1.74075 2.15919'/> |
1827 | <fieldValue name='coneTranslation' value='-1.36204 -1.74421 2.16142'/> |
1828 | <fieldValue name='rotation' value='-6.16468 0 27.59107 1.24464'/> |
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.46182'/> |
1837 | <fieldValue name='cylinderTranslation' value='2.69054 -0.29894 -0.22056'/> |
1838 | <fieldValue name='coneTranslation' value='2.69768 -0.26008 -0.16168'/> |
1839 | <fieldValue name='rotation' value='38.34756 0 -4.64991 0.99074'/> |
1840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1841 | <fieldValue name='ballRadius' value='0.02'/> |
1842 | <fieldValue name='traceEnabled' value='false'/> |
1843 | <fieldValue name='displayMode'/> |
1844 | <fieldValue name='transparency' value='0'/> |
1845 | </ProtoInstance> |
1846 | <ProtoInstance name='Arc'> |
1847 | <fieldValue name='cylinderHeight' value='0.48255'/> |
1848 | <fieldValue name='cylinderTranslation' value='-1.11541 2.28955 -1.96564'/> |
1849 | <fieldValue name='coneTranslation' value='-1.05296 2.33941 -1.98039'/> |
1850 | <fieldValue name='rotation' value='-8.76057 0 -37.08228 0.91020'/> |
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.00230'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.38161 2.47310 2.09150'/> |
1860 | <fieldValue name='coneTranslation' value='0.22882 2.50322 2.12281'/> |
1861 | <fieldValue name='rotation' value='-0.04527 0 -0.22094 1.76158'/> |
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.00449'/> |
1870 | <fieldValue name='cylinderTranslation' value='-0.91778 2.56113 -1.20549'/> |
1871 | <fieldValue name='coneTranslation' value='-0.83910 2.55681 -1.34215'/> |
1872 | <fieldValue name='rotation' value='0.38893 -0.00000 0.22394 1.54340'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.38138'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.02858 2.14546 2.42964'/> |
1882 | <fieldValue name='coneTranslation' value='0.05312 2.12831 2.43636'/> |
1883 | <fieldValue name='rotation' value='8.35117 0 -30.50059 2.16396'/> |
1884 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1885 | <fieldValue name='ballRadius' value='0.02'/> |
1886 | <fieldValue name='traceEnabled' value='false'/> |
1887 | <fieldValue name='displayMode'/> |
1888 | <fieldValue name='transparency' value='0'/> |
1889 | </ProtoInstance> |
1890 | <ProtoInstance name='Arc'> |
1891 | <fieldValue name='cylinderHeight' value='0.33557'/> |
1892 | <fieldValue name='cylinderTranslation' value='-1.98479 1.66745 -1.17880'/> |
1893 | <fieldValue name='coneTranslation' value='-1.97833 1.66330 -1.18011'/> |
1894 | <fieldValue name='rotation' value='-5.62745 0 -27.83358 2.13274'/> |
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.49652'/> |
1903 | <fieldValue name='cylinderTranslation' value='-2.28990 1.83284 -0.98238'/> |
1904 | <fieldValue name='coneTranslation' value='-2.34890 1.85986 -0.92255'/> |
1905 | <fieldValue name='rotation' value='33.65768 -0.00000 33.18851 1.25972'/> |
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.41850'/> |
1914 | <fieldValue name='cylinderTranslation' value='-1.08878 -2.04253 1.92395'/> |
1915 | <fieldValue name='coneTranslation' value='-1.05115 -2.01793 1.94404'/> |
1916 | <fieldValue name='rotation' value='17.07144 0 -31.98124 1.04765'/> |
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.00003'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.25242 -1.29421 -2.58529'/> |
1926 | <fieldValue name='coneTranslation' value='-0.35673 -1.34456 -2.69565'/> |
1927 | <fieldValue name='rotation' value='0.00176 0 -0.00166 1.25061'/> |
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.10932'/> |
1936 | <fieldValue name='cylinderTranslation' value='2.67695 0.14367 0.55098'/> |
1937 | <fieldValue name='coneTranslation' value='2.64627 0.22558 0.60969'/> |
1938 | <fieldValue name='rotation' value='-6.09224 0 -3.18409 2.46156'/> |
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.37546'/> |
1947 | <fieldValue name='cylinderTranslation' value='2.60062 0.24497 0.74918'/> |
1948 | <fieldValue name='coneTranslation' value='2.59170 0.25365 0.77396'/> |
1949 | <fieldValue name='rotation' value='33.54838 -0.00000 12.08119 1.25225'/> |
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.00004'/> |
1958 | <fieldValue name='cylinderTranslation' value='-1.01838 1.78735 -2.59403'/> |
1959 | <fieldValue name='coneTranslation' value='-1.13769 1.88901 -2.62606'/> |
1960 | <fieldValue name='rotation' value='0.00084 0 -0.00313 2.25936'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.38531'/> |
1969 | <fieldValue name='cylinderTranslation' value='0.60438 1.68103 2.51970'/> |
1970 | <fieldValue name='coneTranslation' value='0.58043 1.70321 2.51897'/> |
1971 | <fieldValue name='rotation' value='-0.86647 0 28.26352 0.82400'/> |
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.38423'/> |
1980 | <fieldValue name='cylinderTranslation' value='2.60818 -0.59882 0.17067'/> |
1981 | <fieldValue name='coneTranslation' value='2.59893 -0.62929 0.16656'/> |
1982 | <fieldValue name='rotation' value='-4.91825 0 11.06681 2.82093'/> |
1983 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1984 | <fieldValue name='ballRadius' value='0.02'/> |
1985 | <fieldValue name='traceEnabled' value='false'/> |
1986 | <fieldValue name='displayMode'/> |
1987 | <fieldValue name='transparency' value='0'/> |
1988 | </ProtoInstance> |
1989 | <ProtoInstance name='Arc'> |
1990 | <fieldValue name='cylinderHeight' value='0.18813'/> |
1991 | <fieldValue name='cylinderTranslation' value='2.67684 -0.35178 0.26221'/> |
1992 | <fieldValue name='coneTranslation' value='2.66750 -0.39715 0.21528'/> |
1993 | <fieldValue name='rotation' value='13.38892 0 -2.66559 0.81201'/> |
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.60667'/> |
2002 | <fieldValue name='cylinderTranslation' value='-1.05422 -1.07351 -2.49160'/> |
2003 | <fieldValue name='coneTranslation' value='-1.09347 -1.00999 -2.36925'/> |
2004 | <fieldValue name='rotation' value='51.78450 -0.00000 16.61597 1.11171'/> |
2005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2006 | <fieldValue name='ballRadius' value='0.02'/> |
2007 | <fieldValue name='traceEnabled' value='false'/> |
2008 | <fieldValue name='displayMode'/> |
2009 | <fieldValue name='transparency' value='0'/> |
2010 | </ProtoInstance> |
2011 | <ProtoInstance name='Arc'> |
2012 | <fieldValue name='cylinderHeight' value='0.00005'/> |
2013 | <fieldValue name='cylinderTranslation' value='-1.96891 -1.23449 2.18413'/> |
2014 | <fieldValue name='coneTranslation' value='-2.03575 -1.33969 2.08384'/> |
2015 | <fieldValue name='rotation' value='0.00329 0 -0.00220 0.85317'/> |
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.00016'/> |
2024 | <fieldValue name='cylinderTranslation' value='-1.51505 -0.97920 2.53433'/> |
2025 | <fieldValue name='coneTranslation' value='-1.66211 -0.99567 2.47372'/> |
2026 | <fieldValue name='rotation' value='0.00609 0 -0.01478 1.46763'/> |
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.22998'/> |
2035 | <fieldValue name='cylinderTranslation' value='-1.00282 -1.46618 -2.01969'/> |
2036 | <fieldValue name='coneTranslation' value='-1.04263 -1.44569 -2.02431'/> |
2037 | <fieldValue name='rotation' value='2.36191 0 -20.34169 2.04328'/> |
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.55078'/> |
2046 | <fieldValue name='cylinderTranslation' value='-1.10663 -1.65636 -1.90103'/> |
2047 | <fieldValue name='coneTranslation' value='-1.10751 -1.75797 -1.84636'/> |
2048 | <fieldValue name='rotation' value='26.09416 -0.00000 0.42061 2.64796'/> |
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.51067'/> |
2057 | <fieldValue name='cylinderTranslation' value='-1.18706 -1.64885 -1.97533'/> |
2058 | <fieldValue name='coneTranslation' value='-1.21787 -1.73660 -1.95436'/> |
2059 | <fieldValue name='rotation' value='11.23403 -0.00000 16.50584 2.73990'/> |
2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2061 | <fieldValue name='ballRadius' value='0.02'/> |
2062 | <fieldValue name='traceEnabled' value='false'/> |
2063 | <fieldValue name='displayMode'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | </ProtoInstance> |
2066 | <ProtoInstance name='Arc'> |
2067 | <fieldValue name='cylinderHeight' value='0.31565'/> |
2068 | <fieldValue name='cylinderTranslation' value='-1.01408 -1.31373 2.52864'/> |
2069 | <fieldValue name='coneTranslation' value='-1.01300 -1.31215 2.52968'/> |
2070 | <fieldValue name='rotation' value='-15.11324 0 15.62669 2.38187'/> |
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.51115'/> |
2079 | <fieldValue name='cylinderTranslation' value='-1.33147 1.71126 -0.72501'/> |
2080 | <fieldValue name='coneTranslation' value='-1.31462 1.73222 -0.63330'/> |
2081 | <fieldValue name='rotation' value='49.04834 0 -9.01225 1.34960'/> |
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.41814'/> |
2090 | <fieldValue name='cylinderTranslation' value='-1.80654 1.99012 -1.66387'/> |
2091 | <fieldValue name='coneTranslation' value='-1.82421 2.03420 -1.65153'/> |
2092 | <fieldValue name='rotation' value='10.51855 -0.00000 15.05491 0.45473'/> |
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.71197'/> |
2101 | <fieldValue name='cylinderTranslation' value='-1.78611 2.11706 -1.87345'/> |
2102 | <fieldValue name='coneTranslation' value='-1.81630 2.29035 -1.95988'/> |
2103 | <fieldValue name='rotation' value='-31.39714 0 10.96868 0.48604'/> |
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.41885'/> |
2112 | <fieldValue name='cylinderTranslation' value='-1.82636 1.85392 -1.89578'/> |
2113 | <fieldValue name='coneTranslation' value='-1.84881 1.86610 -1.93810'/> |
2114 | <fieldValue name='rotation' value='-35.86231 0 19.01879 1.32176'/> |
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.41197'/> |
2123 | <fieldValue name='cylinderTranslation' value='-1.91138 1.86969 -1.79029'/> |
2124 | <fieldValue name='coneTranslation' value='-1.95158 1.88473 -1.80677'/> |
2125 | <fieldValue name='rotation' value='-14.76398 0 36.02176 1.23751'/> |
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.48802'/> |
2134 | <fieldValue name='cylinderTranslation' value='-1.00045 1.54696 -2.30283'/> |
2135 | <fieldValue name='coneTranslation' value='-0.92988 1.54279 -2.34821'/> |
2136 | <fieldValue name='rotation' value='-26.36511 0 -40.99512 1.62049'/> |
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.01310'/> |
2145 | <fieldValue name='cylinderTranslation' value='2.45944 -0.51065 0.82517'/> |
2146 | <fieldValue name='coneTranslation' value='2.45391 -0.39139 0.92158'/> |
2147 | <fieldValue name='rotation' value='-0.82288 0 -0.04728 2.46096'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.28191'/> |
2156 | <fieldValue name='cylinderTranslation' value='-1.88304 2.18787 -1.47068'/> |
2157 | <fieldValue name='coneTranslation' value='-1.88288 2.18653 -1.48967'/> |
2158 | <fieldValue name='rotation' value='28.12041 -0.00000 0.24497 1.50033'/> |
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.32261'/> |
2167 | <fieldValue name='cylinderTranslation' value='-1.85379 1.43267 -1.13753'/> |
2168 | <fieldValue name='coneTranslation' value='-1.85372 1.43385 -1.13809'/> |
2169 | <fieldValue name='rotation' value='-13.88178 0 -1.63308 0.44811'/> |
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.52509'/> |
2178 | <fieldValue name='cylinderTranslation' value='-1.97150 1.18360 -0.85324'/> |
2179 | <fieldValue name='coneTranslation' value='-2.01429 1.14309 -0.76932'/> |
2180 | <fieldValue name='rotation' value='42.97618 -0.00000 21.91015 1.97684'/> |
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.20167'/> |
2189 | <fieldValue name='cylinderTranslation' value='2.69233 0.00249 0.49981'/> |
2190 | <fieldValue name='coneTranslation' value='2.69201 -0.05542 0.48765'/> |
2191 | <fieldValue name='rotation' value='4.14256 0 -0.10809 0.20696'/> |
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.24273'/> |
2200 | <fieldValue name='cylinderTranslation' value='2.69098 -0.19163 0.40412'/> |
2201 | <fieldValue name='coneTranslation' value='2.69123 -0.16124 0.42799'/> |
2202 | <fieldValue name='rotation' value='-14.99424 0 0.16218 2.47568'/> |
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.48146'/> |
2211 | <fieldValue name='cylinderTranslation' value='-0.79214 -1.69980 -1.89294'/> |
2212 | <fieldValue name='coneTranslation' value='-0.75560 -1.76059 -1.85440'/> |
2213 | <fieldValue name='rotation' value='22.98773 0 -21.79339 2.42353'/> |
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.62490'/> |
2222 | <fieldValue name='cylinderTranslation' value='-1.00404 -1.05091 -2.49223'/> |
2223 | <fieldValue name='coneTranslation' value='-1.06906 -0.99635 -2.36559'/> |
2224 | <fieldValue name='rotation' value='51.90969 -0.00000 26.65062 1.20480'/> |
2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2226 | <fieldValue name='ballRadius' value='0.02'/> |
2227 | <fieldValue name='traceEnabled' value='false'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='transparency' value='0'/> |
2230 | </ProtoInstance> |
2231 | <ProtoInstance name='Arc'> |
2232 | <fieldValue name='cylinderHeight' value='0.18954'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.95107 1.68658 -1.70018'/> |
2234 | <fieldValue name='coneTranslation' value='-0.95695 1.74990 -1.71474'/> |
2235 | <fieldValue name='rotation' value='4.23061 0 -1.70917 2.89847'/> |
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.00028'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.27031 -1.64411 -2.25068'/> |
2245 | <fieldValue name='coneTranslation' value='-0.16241 -1.53486 -2.20623'/> |
2246 | <fieldValue name='rotation' value='-0.00789 0 0.01916 2.32323'/> |
2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2248 | <fieldValue name='ballRadius' value='0.02'/> |
2249 | <fieldValue name='traceEnabled' value='false'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='transparency' value='0'/> |
2252 | </ProtoInstance> |
2253 | <ProtoInstance name='Arc'> |
2254 | <fieldValue name='cylinderHeight' value='0.31975'/> |
2255 | <fieldValue name='cylinderTranslation' value='0.45770 -2.45366 1.40332'/> |
2256 | <fieldValue name='coneTranslation' value='0.45780 -2.45367 1.40326'/> |
2257 | <fieldValue name='rotation' value='16.60167 -0.00000 27.30530 1.53659'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='ballRadius' value='0.02'/> |
2260 | <fieldValue name='traceEnabled' value='false'/> |
2261 | <fieldValue name='displayMode'/> |
2262 | <fieldValue name='transparency' value='0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Arc'> |
2265 | <fieldValue name='cylinderHeight' value='0.51936'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.68977 1.60434 -1.73780'/> |
2267 | <fieldValue name='coneTranslation' value='-0.59275 1.60807 -1.76036'/> |
2268 | <fieldValue name='rotation' value='-11.75514 0 -50.55065 1.53329'/> |
2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2270 | <fieldValue name='ballRadius' value='0.02'/> |
2271 | <fieldValue name='traceEnabled' value='false'/> |
2272 | <fieldValue name='displayMode'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | </ProtoInstance> |
2275 | <ProtoInstance name='Arc'> |
2276 | <fieldValue name='cylinderHeight' value='0.00263'/> |
2277 | <fieldValue name='cylinderTranslation' value='-0.57898 2.11096 -1.12243'/> |
2278 | <fieldValue name='coneTranslation' value='-0.51376 2.12651 -1.26625'/> |
2279 | <fieldValue name='rotation' value='0.23844 -0.00000 0.10813 1.66892'/> |
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.32517'/> |
2288 | <fieldValue name='cylinderTranslation' value='0.12580 -2.68804 1.15663'/> |
2289 | <fieldValue name='coneTranslation' value='0.12642 -2.68907 1.15434'/> |
2290 | <fieldValue name='rotation' value='-28.77997 0 -7.81044 1.98086'/> |
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.07944'/> |
2299 | <fieldValue name='cylinderTranslation' value='0.08434 -2.60810 1.33718'/> |
2300 | <fieldValue name='coneTranslation' value='0.09161 -2.65390 1.22621'/> |
2301 | <fieldValue name='rotation' value='7.32998 -0.00000 0.48020 1.18007'/> |
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.71069'/> |
2310 | <fieldValue name='cylinderTranslation' value='-1.96000 1.58420 -0.87056'/> |
2311 | <fieldValue name='coneTranslation' value='-2.02287 1.58758 -0.68564'/> |
2312 | <fieldValue name='rotation' value='67.27611 -0.00000 22.87511 1.55349'/> |
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.31615'/> |
2321 | <fieldValue name='cylinderTranslation' value='-0.97340 -1.34723 2.51882'/> |
2322 | <fieldValue name='coneTranslation' value='-0.97195 -1.34624 2.51962'/> |
2323 | <fieldValue name='rotation' value='-13.14916 0 23.76197 2.10825'/> |
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.72276'/> |
2332 | <fieldValue name='cylinderTranslation' value='-1.38342 0.61665 -1.88248'/> |
2333 | <fieldValue name='coneTranslation' value='-1.36254 0.41637 -1.88028'/> |
2334 | <fieldValue name='rotation' value='0.79020 0 -7.49587 3.03712'/> |
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.46815'/> |
2343 | <fieldValue name='cylinderTranslation' value='2.68110 -0.34863 -0.17937'/> |
2344 | <fieldValue name='coneTranslation' value='2.67075 -0.40440 -0.22701'/> |
2345 | <fieldValue name='rotation' value='-30.10925 0 6.53787 2.42325'/> |
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.36464'/> |
2354 | <fieldValue name='cylinderTranslation' value='0.32207 1.92539 2.49338'/> |
2355 | <fieldValue name='coneTranslation' value='0.30481 1.93928 2.49069'/> |
2356 | <fieldValue name='rotation' value='-4.39788 0 28.19846 0.89893'/> |
2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2358 | <fieldValue name='ballRadius' value='0.02'/> |
2359 | <fieldValue name='traceEnabled' value='false'/> |
2360 | <fieldValue name='displayMode'/> |
2361 | <fieldValue name='transparency' value='0'/> |
2362 | </ProtoInstance> |
2363 | <ProtoInstance name='Arc'> |
2364 | <fieldValue name='cylinderHeight' value='0.61840'/> |
2365 | <fieldValue name='cylinderTranslation' value='-1.33385 -1.14394 -2.35519'/> |
2366 | <fieldValue name='coneTranslation' value='-1.23901 -1.04509 -2.29607'/> |
2367 | <fieldValue name='rotation' value='24.50141 0 -39.31126 0.84664'/> |
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.47465'/> |
2376 | <fieldValue name='cylinderTranslation' value='-2.36890 1.09233 -1.77473'/> |
2377 | <fieldValue name='coneTranslation' value='-2.31404 1.14668 -1.77862'/> |
2378 | <fieldValue name='rotation' value='-2.38833 0 -33.67865 0.79139'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.00024'/> |
2387 | <fieldValue name='cylinderTranslation' value='-2.67174 1.46996 -0.96229'/> |
2388 | <fieldValue name='coneTranslation' value='-2.61766 1.35028 -0.87111'/> |
2389 | <fieldValue name='rotation' value='-0.01350 0 0.00801 0.72488'/> |
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.21680'/> |
2398 | <fieldValue name='cylinderTranslation' value='-2.02900 1.33793 -2.02460'/> |
2399 | <fieldValue name='coneTranslation' value='-2.07179 1.36201 -2.00874'/> |
2400 | <fieldValue name='rotation' value='-6.66381 0 -17.97896 2.05630'/> |
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.25547'/> |
2409 | <fieldValue name='cylinderTranslation' value='-2.15970 1.32382 -1.88898'/> |
2410 | <fieldValue name='coneTranslation' value='-2.14939 1.34016 -1.91482'/> |
2411 | <fieldValue name='rotation' value='20.46117 -0.00000 8.16192 2.10184'/> |
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.44559'/> |
2420 | <fieldValue name='cylinderTranslation' value='-1.69798 -1.71731 2.01137'/> |
2421 | <fieldValue name='coneTranslation' value='-1.64499 -1.71044 2.04435'/> |
2422 | <fieldValue name='rotation' value='23.39943 0 -37.60560 1.46119'/> |
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='1.26498'/> |
2431 | <fieldValue name='cylinderTranslation' value='-1.24162 -0.34092 -2.05561'/> |
2432 | <fieldValue name='coneTranslation' value='-1.31955 0.10593 -1.92333'/> |
2433 | <fieldValue name='rotation' value='35.41463 -0.00000 20.86470 0.33095'/> |
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='Vertex'> |
2441 | <fieldValue name='vertexText' value='"2010-01-25-BLOGS.STATE.GOV-INDEX.PHP"'/> |
2442 | <fieldValue name='description' value='1: 2010-01-25-BLOGS.STATE.GOV-INDEX.PHP'/> |
2443 | <fieldValue name='url'/> |
2444 | <fieldValue name='radius' value='0.1500'/> |
2445 | <fieldValue name='displayMode'/> |
2446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2447 | <fieldValue name='transparency' value='0'/> |
2448 | <fieldValue name='translation' value='-1.04584 -1.08234 -2.09020'/> |
2449 | <fieldValue name='textTranslation' value='-0.89584 -1.08234 -2.09020'/> |
2450 | <fieldValue name='textColor' value='0 0 0'/> |
2451 | </ProtoInstance> |
2452 | <ProtoInstance name='Vertex'> |
2453 | <fieldValue name='vertexText' value='"2010-01-25-FACEBOOK.COM-PAGES"'/> |
2454 | <fieldValue name='description' value='2: 2010-01-25-FACEBOOK.COM-PAGES'/> |
2455 | <fieldValue name='url'/> |
2456 | <fieldValue name='radius' value='0.1500'/> |
2457 | <fieldValue name='displayMode'/> |
2458 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2459 | <fieldValue name='transparency' value='0'/> |
2460 | <fieldValue name='translation' value='0.32111 1.91530 2.45790'/> |
2461 | <fieldValue name='textTranslation' value='0.47111 1.91530 2.45790'/> |
2462 | <fieldValue name='textColor' value='0 0 0'/> |
2463 | </ProtoInstance> |
2464 | <ProtoInstance name='Vertex'> |
2465 | <fieldValue name='vertexText' value='"2010-01-25-MARINES.MIL-USMC"'/> |
2466 | <fieldValue name='description' value='3: 2010-01-25-MARINES.MIL-USMC'/> |
2467 | <fieldValue name='url'/> |
2468 | <fieldValue name='radius' value='0.1500'/> |
2469 | <fieldValue name='displayMode'/> |
2470 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2471 | <fieldValue name='transparency' value='0'/> |
2472 | <fieldValue name='translation' value='2.67937 0.00880 0.19511'/> |
2473 | <fieldValue name='textTranslation' value='2.82937 0.00880 0.19511'/> |
2474 | <fieldValue name='textColor' value='0 0 0'/> |
2475 | </ProtoInstance> |
2476 | <ProtoInstance name='Vertex'> |
2477 | <fieldValue name='vertexText' value='"2010-01-25-TWITTER.COM-TWITTER_FR"'/> |
2478 | <fieldValue name='description' value='4: 2010-01-25-TWITTER.COM-TWITTER_FR'/> |
2479 | <fieldValue name='url'/> |
2480 | <fieldValue name='radius' value='0.1500'/> |
2481 | <fieldValue name='displayMode'/> |
2482 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2483 | <fieldValue name='transparency' value='0'/> |
2484 | <fieldValue name='translation' value='-1.30651 -1.63071 2.18734'/> |
2485 | <fieldValue name='textTranslation' value='-1.15651 -1.63071 2.18734'/> |
2486 | <fieldValue name='textColor' value='0 0 0'/> |
2487 | </ProtoInstance> |
2488 | <ProtoInstance name='Vertex'> |
2489 | <fieldValue name='vertexText' value='"2010-01-25-TWITTER.COM-USAID_HAITI"'/> |
2490 | <fieldValue name='description' value='5: 2010-01-25-TWITTER.COM-USAID_HAITI'/> |
2491 | <fieldValue name='url'/> |
2492 | <fieldValue name='radius' value='0.1500'/> |
2493 | <fieldValue name='displayMode'/> |
2494 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2495 | <fieldValue name='transparency' value='0'/> |
2496 | <fieldValue name='translation' value='0.00892 -2.41223 1.53360'/> |
2497 | <fieldValue name='textTranslation' value='0.15892 -2.41223 1.53360'/> |
2498 | <fieldValue name='textColor' value='0 0 0'/> |
2499 | </ProtoInstance> |
2500 | <ProtoInstance name='Vertex'> |
2501 | <fieldValue name='vertexText' value='"2010-01-25-USAID.GOV-PRESS"'/> |
2502 | <fieldValue name='description' value='6: 2010-01-25-USAID.GOV-PRESS'/> |
2503 | <fieldValue name='url'/> |
2504 | <fieldValue name='radius' value='0.1500'/> |
2505 | <fieldValue name='displayMode'/> |
2506 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2507 | <fieldValue name='transparency' value='0'/> |
2508 | <fieldValue name='translation' value='-1.62927 1.60996 -1.61631'/> |
2509 | <fieldValue name='textTranslation' value='-1.47927 1.60996 -1.61631'/> |
2510 | <fieldValue name='textColor' value='0 0 0'/> |
2511 | </ProtoInstance> |
2512 | <ProtoInstance name='Vertex'> |
2513 | <fieldValue name='vertexText' value=' "Haiti/2010-01-25/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-25.simple" '/> |
2514 | <fieldValue name='description' value='7: Haiti/2010-01-25/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-25.simple'/> |
2515 | <fieldValue name='url'/> |
2516 | <fieldValue name='radius' value='0.1500'/> |
2517 | <fieldValue name='displayMode'/> |
2518 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2519 | <fieldValue name='transparency' value='0'/> |
2520 | <fieldValue name='translation' value='-2.28143 1.11241 2.36084'/> |
2521 | <fieldValue name='textTranslation' value='-2.13143 1.11241 2.36084'/> |
2522 | <fieldValue name='textColor' value='0 0 0'/> |
2523 | </ProtoInstance> |
2524 | <ProtoInstance name='Vertex'> |
2525 | <fieldValue name='vertexText' value='"accomplish"'/> |
2526 | <fieldValue name='description' value='8: accomplish'/> |
2527 | <fieldValue name='url'/> |
2528 | <fieldValue name='radius' value='0.1500'/> |
2529 | <fieldValue name='displayMode'/> |
2530 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2531 | <fieldValue name='transparency' value='0'/> |
2532 | <fieldValue name='translation' value='-1.74735 -1.70212 -1.96097'/> |
2533 | <fieldValue name='textTranslation' value='-1.59735 -1.70212 -1.96097'/> |
2534 | <fieldValue name='textColor' value='0 0 0'/> |
2535 | </ProtoInstance> |
2536 | <ProtoInstance name='Vertex'> |
2537 | <fieldValue name='vertexText' value='"account"'/> |
2538 | <fieldValue name='description' value='9: account'/> |
2539 | <fieldValue name='url'/> |
2540 | <fieldValue name='radius' value='0.1500'/> |
2541 | <fieldValue name='displayMode'/> |
2542 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2543 | <fieldValue name='transparency' value='0'/> |
2544 | <fieldValue name='translation' value='-1.24812 -2.14715 1.83893'/> |
2545 | <fieldValue name='textTranslation' value='-1.09812 -2.14715 1.83893'/> |
2546 | <fieldValue name='textColor' value='0 0 0'/> |
2547 | </ProtoInstance> |
2548 | <ProtoInstance name='Vertex'> |
2549 | <fieldValue name='vertexText' value='"administration"'/> |
2550 | <fieldValue name='description' value='10: administration'/> |
2551 | <fieldValue name='url'/> |
2552 | <fieldValue name='radius' value='0.1500'/> |
2553 | <fieldValue name='displayMode'/> |
2554 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2555 | <fieldValue name='transparency' value='0'/> |
2556 | <fieldValue name='translation' value='0.28732 1.31234 2.75178'/> |
2557 | <fieldValue name='textTranslation' value='0.43732 1.31234 2.75178'/> |
2558 | <fieldValue name='textColor' value='0 0 0'/> |
2559 | </ProtoInstance> |
2560 | <ProtoInstance name='Vertex'> |
2561 | <fieldValue name='vertexText' value='"agreed"'/> |
2562 | <fieldValue name='description' value='11: agreed'/> |
2563 | <fieldValue name='url'/> |
2564 | <fieldValue name='radius' value='0.1500'/> |
2565 | <fieldValue name='displayMode'/> |
2566 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2567 | <fieldValue name='transparency' value='0'/> |
2568 | <fieldValue name='translation' value='-1.15141 0.94629 -2.38448'/> |
2569 | <fieldValue name='textTranslation' value='-1.00141 0.94629 -2.38448'/> |
2570 | <fieldValue name='textColor' value='0 0 0'/> |
2571 | </ProtoInstance> |
2572 | <ProtoInstance name='Vertex'> |
2573 | <fieldValue name='vertexText' value='"ambassador"'/> |
2574 | <fieldValue name='description' value='12: ambassador'/> |
2575 | <fieldValue name='url'/> |
2576 | <fieldValue name='radius' value='0.1500'/> |
2577 | <fieldValue name='displayMode'/> |
2578 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2579 | <fieldValue name='transparency' value='0'/> |
2580 | <fieldValue name='translation' value='-1.90548 2.67158 -1.15228'/> |
2581 | <fieldValue name='textTranslation' value='-1.75548 2.67158 -1.15228'/> |
2582 | <fieldValue name='textColor' value='0 0 0'/> |
2583 | </ProtoInstance> |
2584 | <ProtoInstance name='Vertex'> |
2585 | <fieldValue name='vertexText' value='"assets"'/> |
2586 | <fieldValue name='description' value='13: assets'/> |
2587 | <fieldValue name='url'/> |
2588 | <fieldValue name='radius' value='0.1500'/> |
2589 | <fieldValue name='displayMode'/> |
2590 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2591 | <fieldValue name='transparency' value='0'/> |
2592 | <fieldValue name='translation' value='2.75342 0.16419 -0.22557'/> |
2593 | <fieldValue name='textTranslation' value='2.90342 0.16419 -0.22557'/> |
2594 | <fieldValue name='textColor' value='0 0 0'/> |
2595 | </ProtoInstance> |
2596 | <ProtoInstance name='Vertex'> |
2597 | <fieldValue name='vertexText' value='"aviation"'/> |
2598 | <fieldValue name='description' value='14: aviation'/> |
2599 | <fieldValue name='url'/> |
2600 | <fieldValue name='radius' value='0.1500'/> |
2601 | <fieldValue name='displayMode'/> |
2602 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2603 | <fieldValue name='transparency' value='0'/> |
2604 | <fieldValue name='translation' value='2.72509 0.16817 -0.56843'/> |
2605 | <fieldValue name='textTranslation' value='2.87509 0.16817 -0.56843'/> |
2606 | <fieldValue name='textColor' value='0 0 0'/> |
2607 | </ProtoInstance> |
2608 | <ProtoInstance name='Vertex'> |
2609 | <fieldValue name='vertexText' value='"barbara"'/> |
2610 | <fieldValue name='description' value='15: barbara'/> |
2611 | <fieldValue name='url'/> |
2612 | <fieldValue name='radius' value='0.1500'/> |
2613 | <fieldValue name='displayMode'/> |
2614 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2615 | <fieldValue name='transparency' value='0'/> |
2616 | <fieldValue name='translation' value='-1.35121 -0.52335 -2.28356'/> |
2617 | <fieldValue name='textTranslation' value='-1.20121 -0.52335 -2.28356'/> |
2618 | <fieldValue name='textColor' value='0 0 0'/> |
2619 | </ProtoInstance> |
2620 | <ProtoInstance name='Vertex'> |
2621 | <fieldValue name='vertexText' value='"bear"'/> |
2622 | <fieldValue name='description' value='16: bear'/> |
2623 | <fieldValue name='url'/> |
2624 | <fieldValue name='radius' value='0.1500'/> |
2625 | <fieldValue name='displayMode'/> |
2626 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2627 | <fieldValue name='transparency' value='0'/> |
2628 | <fieldValue name='translation' value='-1.31491 2.75286 -1.48092'/> |
2629 | <fieldValue name='textTranslation' value='-1.16491 2.75286 -1.48092'/> |
2630 | <fieldValue name='textColor' value='0 0 0'/> |
2631 | </ProtoInstance> |
2632 | <ProtoInstance name='Vertex'> |
2633 | <fieldValue name='vertexText' value='"befell"'/> |
2634 | <fieldValue name='description' value='17: befell'/> |
2635 | <fieldValue name='url'/> |
2636 | <fieldValue name='radius' value='0.1500'/> |
2637 | <fieldValue name='displayMode'/> |
2638 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2639 | <fieldValue name='transparency' value='0'/> |
2640 | <fieldValue name='translation' value='-2.22935 2.16926 -0.66156'/> |
2641 | <fieldValue name='textTranslation' value='-2.07935 2.16926 -0.66156'/> |
2642 | <fieldValue name='textColor' value='0 0 0'/> |
2643 | </ProtoInstance> |
2644 | <ProtoInstance name='Vertex'> |
2645 | <fieldValue name='vertexText' value='"ca"'/> |
2646 | <fieldValue name='description' value='18: ca'/> |
2647 | <fieldValue name='url'/> |
2648 | <fieldValue name='radius' value='0.1500'/> |
2649 | <fieldValue name='displayMode'/> |
2650 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2651 | <fieldValue name='transparency' value='0'/> |
2652 | <fieldValue name='translation' value='-1.88596 -1.74179 1.89431'/> |
2653 | <fieldValue name='textTranslation' value='-1.73596 -1.74179 1.89431'/> |
2654 | <fieldValue name='textColor' value='0 0 0'/> |
2655 | </ProtoInstance> |
2656 | <ProtoInstance name='Vertex'> |
2657 | <fieldValue name='vertexText' value='"canada"'/> |
2658 | <fieldValue name='description' value='19: canada'/> |
2659 | <fieldValue name='url'/> |
2660 | <fieldValue name='radius' value='0.1500'/> |
2661 | <fieldValue name='displayMode'/> |
2662 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2663 | <fieldValue name='transparency' value='0'/> |
2664 | <fieldValue name='translation' value='-2.75301 1.33121 -1.66585'/> |
2665 | <fieldValue name='textTranslation' value='-2.60301 1.33121 -1.66585'/> |
2666 | <fieldValue name='textColor' value='0 0 0'/> |
2667 | </ProtoInstance> |
2668 | <ProtoInstance name='Vertex'> |
2669 | <fieldValue name='vertexText' value='"cannon"'/> |
2670 | <fieldValue name='description' value='20: cannon'/> |
2671 | <fieldValue name='url'/> |
2672 | <fieldValue name='radius' value='0.1500'/> |
2673 | <fieldValue name='displayMode'/> |
2674 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2675 | <fieldValue name='transparency' value='0'/> |
2676 | <fieldValue name='translation' value='-2.02064 2.47744 -0.94713'/> |
2677 | <fieldValue name='textTranslation' value='-1.87064 2.47744 -0.94713'/> |
2678 | <fieldValue name='textColor' value='0 0 0'/> |
2679 | </ProtoInstance> |
2680 | <ProtoInstance name='Vertex'> |
2681 | <fieldValue name='vertexText' value='"catastrophic"'/> |
2682 | <fieldValue name='description' value='21: catastrophic'/> |
2683 | <fieldValue name='url'/> |
2684 | <fieldValue name='radius' value='0.1500'/> |
2685 | <fieldValue name='displayMode'/> |
2686 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2687 | <fieldValue name='transparency' value='0'/> |
2688 | <fieldValue name='translation' value='-1.52723 2.39771 -0.62057'/> |
2689 | <fieldValue name='textTranslation' value='-1.37723 2.39771 -0.62057'/> |
2690 | <fieldValue name='textColor' value='0 0 0'/> |
2691 | </ProtoInstance> |
2692 | <ProtoInstance name='Vertex'> |
2693 | <fieldValue name='vertexText' value='"center"'/> |
2694 | <fieldValue name='description' value='22: center'/> |
2695 | <fieldValue name='url'/> |
2696 | <fieldValue name='radius' value='0.1500'/> |
2697 | <fieldValue name='displayMode'/> |
2698 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2699 | <fieldValue name='transparency' value='0'/> |
2700 | <fieldValue name='translation' value='-0.50460 1.99880 -1.85279'/> |
2701 | <fieldValue name='textTranslation' value='-0.35460 1.99880 -1.85279'/> |
2702 | <fieldValue name='textColor' value='0 0 0'/> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Vertex'> |
2705 | <fieldValue name='vertexText' value='"certified"'/> |
2706 | <fieldValue name='description' value='23: certified'/> |
2707 | <fieldValue name='url'/> |
2708 | <fieldValue name='radius' value='0.1500'/> |
2709 | <fieldValue name='displayMode'/> |
2710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2711 | <fieldValue name='transparency' value='0'/> |
2712 | <fieldValue name='translation' value='-1.36491 -1.32799 -2.61306'/> |
2713 | <fieldValue name='textTranslation' value='-1.21491 -1.32799 -2.61306'/> |
2714 | <fieldValue name='textColor' value='0 0 0'/> |
2715 | </ProtoInstance> |
2716 | <ProtoInstance name='Vertex'> |
2717 | <fieldValue name='vertexText' value='"chairmans"'/> |
2718 | <fieldValue name='description' value='24: chairmans'/> |
2719 | <fieldValue name='url'/> |
2720 | <fieldValue name='radius' value='0.1500'/> |
2721 | <fieldValue name='displayMode'/> |
2722 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2723 | <fieldValue name='transparency' value='0'/> |
2724 | <fieldValue name='translation' value='-2.22395 1.94521 -1.68379'/> |
2725 | <fieldValue name='textTranslation' value='-2.07395 1.94521 -1.68379'/> |
2726 | <fieldValue name='textColor' value='0 0 0'/> |
2727 | </ProtoInstance> |
2728 | <ProtoInstance name='Vertex'> |
2729 | <fieldValue name='vertexText' value='"clark"'/> |
2730 | <fieldValue name='description' value='25: clark'/> |
2731 | <fieldValue name='url'/> |
2732 | <fieldValue name='radius' value='0.1500'/> |
2733 | <fieldValue name='displayMode'/> |
2734 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2735 | <fieldValue name='transparency' value='0'/> |
2736 | <fieldValue name='translation' value='0.91918 2.02708 2.17732'/> |
2737 | <fieldValue name='textTranslation' value='1.06918 2.02708 2.17732'/> |
2738 | <fieldValue name='textColor' value='0 0 0'/> |
2739 | </ProtoInstance> |
2740 | <ProtoInstance name='Vertex'> |
2741 | <fieldValue name='vertexText' value='"class"'/> |
2742 | <fieldValue name='description' value='26: class'/> |
2743 | <fieldValue name='url'/> |
2744 | <fieldValue name='radius' value='0.1500'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2747 | <fieldValue name='transparency' value='0'/> |
2748 | <fieldValue name='translation' value='-0.83905 -1.95792 -2.22175'/> |
2749 | <fieldValue name='textTranslation' value='-0.68905 -1.95792 -2.22175'/> |
2750 | <fieldValue name='textColor' value='0 0 0'/> |
2751 | </ProtoInstance> |
2752 | <ProtoInstance name='Vertex'> |
2753 | <fieldValue name='vertexText' value='"comfort"'/> |
2754 | <fieldValue name='description' value='27: comfort'/> |
2755 | <fieldValue name='url'/> |
2756 | <fieldValue name='radius' value='0.1500'/> |
2757 | <fieldValue name='displayMode'/> |
2758 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2759 | <fieldValue name='transparency' value='0'/> |
2760 | <fieldValue name='translation' value='-0.31494 1.79089 2.65378'/> |
2761 | <fieldValue name='textTranslation' value='-0.16494 1.79089 2.65378'/> |
2762 | <fieldValue name='textColor' value='0 0 0'/> |
2763 | </ProtoInstance> |
2764 | <ProtoInstance name='Vertex'> |
2765 | <fieldValue name='vertexText' value='"community"'/> |
2766 | <fieldValue name='description' value='28: community'/> |
2767 | <fieldValue name='url'/> |
2768 | <fieldValue name='radius' value='0.1500'/> |
2769 | <fieldValue name='displayMode'/> |
2770 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2771 | <fieldValue name='transparency' value='0'/> |
2772 | <fieldValue name='translation' value='-1.47137 1.91842 -1.91468'/> |
2773 | <fieldValue name='textTranslation' value='-1.32137 1.91842 -1.91468'/> |
2774 | <fieldValue name='textColor' value='0 0 0'/> |
2775 | </ProtoInstance> |
2776 | <ProtoInstance name='Vertex'> |
2777 | <fieldValue name='vertexText' value='"conference"'/> |
2778 | <fieldValue name='description' value='29: conference'/> |
2779 | <fieldValue name='url'/> |
2780 | <fieldValue name='radius' value='0.1500'/> |
2781 | <fieldValue name='displayMode'/> |
2782 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2783 | <fieldValue name='transparency' value='0'/> |
2784 | <fieldValue name='translation' value='-1.64786 1.24247 -1.81408'/> |
2785 | <fieldValue name='textTranslation' value='-1.49786 1.24247 -1.81408'/> |
2786 | <fieldValue name='textColor' value='0 0 0'/> |
2787 | </ProtoInstance> |
2788 | <ProtoInstance name='Vertex'> |
2789 | <fieldValue name='vertexText' value='"contact"'/> |
2790 | <fieldValue name='description' value='30: contact'/> |
2791 | <fieldValue name='url'/> |
2792 | <fieldValue name='radius' value='0.1500'/> |
2793 | <fieldValue name='displayMode'/> |
2794 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2795 | <fieldValue name='transparency' value='0'/> |
2796 | <fieldValue name='translation' value='-0.37918 -2.26289 1.86207'/> |
2797 | <fieldValue name='textTranslation' value='-0.22918 -2.26289 1.86207'/> |
2798 | <fieldValue name='textColor' value='0 0 0'/> |
2799 | </ProtoInstance> |
2800 | <ProtoInstance name='Vertex'> |
2801 | <fieldValue name='vertexText' value='"cooperation"'/> |
2802 | <fieldValue name='description' value='31: cooperation'/> |
2803 | <fieldValue name='url'/> |
2804 | <fieldValue name='radius' value='0.1500'/> |
2805 | <fieldValue name='displayMode'/> |
2806 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2807 | <fieldValue name='transparency' value='0'/> |
2808 | <fieldValue name='translation' value='-1.78502 1.74362 -2.22848'/> |
2809 | <fieldValue name='textTranslation' value='-1.63502 1.74362 -2.22848'/> |
2810 | <fieldValue name='textColor' value='0 0 0'/> |
2811 | </ProtoInstance> |
2812 | <ProtoInstance name='Vertex'> |
2813 | <fieldValue name='vertexText' value='"cpl"'/> |
2814 | <fieldValue name='description' value='32: cpl'/> |
2815 | <fieldValue name='url'/> |
2816 | <fieldValue name='radius' value='0.1500'/> |
2817 | <fieldValue name='displayMode'/> |
2818 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2819 | <fieldValue name='transparency' value='0'/> |
2820 | <fieldValue name='translation' value='2.73597 0.45753 0.12352'/> |
2821 | <fieldValue name='textTranslation' value='2.88597 0.45753 0.12352'/> |
2822 | <fieldValue name='textColor' value='0 0 0'/> |
2823 | </ProtoInstance> |
2824 | <ProtoInstance name='Vertex'> |
2825 | <fieldValue name='vertexText' value='"david"'/> |
2826 | <fieldValue name='description' value='33: david'/> |
2827 | <fieldValue name='url'/> |
2828 | <fieldValue name='radius' value='0.1500'/> |
2829 | <fieldValue name='displayMode'/> |
2830 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2831 | <fieldValue name='transparency' value='0'/> |
2832 | <fieldValue name='translation' value='2.70936 0.77375 -0.00548'/> |
2833 | <fieldValue name='textTranslation' value='2.85936 0.77375 -0.00548'/> |
2834 | <fieldValue name='textColor' value='0 0 0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Vertex'> |
2837 | <fieldValue name='vertexText' value='"de"'/> |
2838 | <fieldValue name='description' value='34: de'/> |
2839 | <fieldValue name='url'/> |
2840 | <fieldValue name='radius' value='0.1500'/> |
2841 | <fieldValue name='displayMode'/> |
2842 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2843 | <fieldValue name='transparency' value='0'/> |
2844 | <fieldValue name='translation' value='-1.23404 -1.78856 2.19001'/> |
2845 | <fieldValue name='textTranslation' value='-1.08404 -1.78856 2.19001'/> |
2846 | <fieldValue name='textColor' value='0 0 0'/> |
2847 | </ProtoInstance> |
2848 | <ProtoInstance name='Vertex'> |
2849 | <fieldValue name='vertexText' value='"deck"'/> |
2850 | <fieldValue name='description' value='35: deck'/> |
2851 | <fieldValue name='url'/> |
2852 | <fieldValue name='radius' value='0.1500'/> |
2853 | <fieldValue name='displayMode'/> |
2854 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2855 | <fieldValue name='transparency' value='0'/> |
2856 | <fieldValue name='translation' value='2.66729 -0.42550 -0.41229'/> |
2857 | <fieldValue name='textTranslation' value='2.81729 -0.42550 -0.41229'/> |
2858 | <fieldValue name='textColor' value='0 0 0'/> |
2859 | </ProtoInstance> |
2860 | <ProtoInstance name='Vertex'> |
2861 | <fieldValue name='vertexText' value='"deep"'/> |
2862 | <fieldValue name='description' value='36: deep'/> |
2863 | <fieldValue name='url'/> |
2864 | <fieldValue name='radius' value='0.1500'/> |
2865 | <fieldValue name='displayMode'/> |
2866 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2867 | <fieldValue name='transparency' value='0'/> |
2868 | <fieldValue name='translation' value='-1.30083 2.14150 -1.92183'/> |
2869 | <fieldValue name='textTranslation' value='-1.15083 2.14150 -1.92183'/> |
2870 | <fieldValue name='textColor' value='0 0 0'/> |
2871 | </ProtoInstance> |
2872 | <ProtoInstance name='Vertex'> |
2873 | <fieldValue name='vertexText' value='"department"'/> |
2874 | <fieldValue name='description' value='37: department'/> |
2875 | <fieldValue name='url'/> |
2876 | <fieldValue name='radius' value='0.1500'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2879 | <fieldValue name='transparency' value='0'/> |
2880 | <fieldValue name='translation' value='0.38051 2.47331 2.09173'/> |
2881 | <fieldValue name='textTranslation' value='0.53051 2.47331 2.09173'/> |
2882 | <fieldValue name='textColor' value='0 0 0'/> |
2883 | </ProtoInstance> |
2884 | <ProtoInstance name='Vertex'> |
2885 | <fieldValue name='vertexText' value='"devastating"'/> |
2886 | <fieldValue name='description' value='38: devastating'/> |
2887 | <fieldValue name='url'/> |
2888 | <fieldValue name='radius' value='0.1500'/> |
2889 | <fieldValue name='displayMode'/> |
2890 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2891 | <fieldValue name='transparency' value='0'/> |
2892 | <fieldValue name='translation' value='-0.91666 2.56107 -1.20743'/> |
2893 | <fieldValue name='textTranslation' value='-0.76666 2.56107 -1.20743'/> |
2894 | <fieldValue name='textColor' value='0 0 0'/> |
2895 | </ProtoInstance> |
2896 | <ProtoInstance name='Vertex'> |
2897 | <fieldValue name='vertexText' value='"discharged"'/> |
2898 | <fieldValue name='description' value='39: discharged'/> |
2899 | <fieldValue name='url'/> |
2900 | <fieldValue name='radius' value='0.1500'/> |
2901 | <fieldValue name='displayMode'/> |
2902 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2903 | <fieldValue name='transparency' value='0'/> |
2904 | <fieldValue name='translation' value='-0.12393 2.25206 2.38788'/> |
2905 | <fieldValue name='textTranslation' value='0.02607 2.25206 2.38788'/> |
2906 | <fieldValue name='textColor' value='0 0 0'/> |
2907 | </ProtoInstance> |
2908 | <ProtoInstance name='Vertex'> |
2909 | <fieldValue name='vertexText' value='"driver"'/> |
2910 | <fieldValue name='description' value='40: driver'/> |
2911 | <fieldValue name='url'/> |
2912 | <fieldValue name='radius' value='0.1500'/> |
2913 | <fieldValue name='displayMode'/> |
2914 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2915 | <fieldValue name='transparency' value='0'/> |
2916 | <fieldValue name='translation' value='-0.82439 -1.95293 -2.22916'/> |
2917 | <fieldValue name='textTranslation' value='-0.67439 -1.95293 -2.22916'/> |
2918 | <fieldValue name='textColor' value='0 0 0'/> |
2919 | </ProtoInstance> |
2920 | <ProtoInstance name='Vertex'> |
2921 | <fieldValue name='vertexText' value='"dropped"'/> |
2922 | <fieldValue name='description' value='41: dropped'/> |
2923 | <fieldValue name='url'/> |
2924 | <fieldValue name='radius' value='0.1500'/> |
2925 | <fieldValue name='displayMode'/> |
2926 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2927 | <fieldValue name='transparency' value='0'/> |
2928 | <fieldValue name='translation' value='-2.12396 1.75685 -1.15067'/> |
2929 | <fieldValue name='textTranslation' value='-1.97396 1.75685 -1.15067'/> |
2930 | <fieldValue name='textColor' value='0 0 0'/> |
2931 | </ProtoInstance> |
2932 | <ProtoInstance name='Vertex'> |
2933 | <fieldValue name='vertexText' value='"eager"'/> |
2934 | <fieldValue name='description' value='42: eager'/> |
2935 | <fieldValue name='url'/> |
2936 | <fieldValue name='radius' value='0.1500'/> |
2937 | <fieldValue name='displayMode'/> |
2938 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2939 | <fieldValue name='transparency' value='0'/> |
2940 | <fieldValue name='translation' value='-1.31488 2.75285 -1.48096'/> |
2941 | <fieldValue name='textTranslation' value='-1.16488 2.75285 -1.48096'/> |
2942 | <fieldValue name='textColor' value='0 0 0'/> |
2943 | </ProtoInstance> |
2944 | <ProtoInstance name='Vertex'> |
2945 | <fieldValue name='vertexText' value='"en"'/> |
2946 | <fieldValue name='description' value='43: en'/> |
2947 | <fieldValue name='url'/> |
2948 | <fieldValue name='radius' value='0.1500'/> |
2949 | <fieldValue name='displayMode'/> |
2950 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2951 | <fieldValue name='transparency' value='0'/> |
2952 | <fieldValue name='translation' value='-1.24869 -2.14708 1.83860'/> |
2953 | <fieldValue name='textTranslation' value='-1.09869 -2.14708 1.83860'/> |
2954 | <fieldValue name='textColor' value='0 0 0'/> |
2955 | </ProtoInstance> |
2956 | <ProtoInstance name='Vertex'> |
2957 | <fieldValue name='vertexText' value='"equipment"'/> |
2958 | <fieldValue name='description' value='44: equipment'/> |
2959 | <fieldValue name='url'/> |
2960 | <fieldValue name='radius' value='0.1500'/> |
2961 | <fieldValue name='displayMode'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='transparency' value='0'/> |
2964 | <fieldValue name='translation' value='-0.25243 -1.29421 -2.58530'/> |
2965 | <fieldValue name='textTranslation' value='-0.10243 -1.29421 -2.58530'/> |
2966 | <fieldValue name='textColor' value='0 0 0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Vertex'> |
2969 | <fieldValue name='vertexText' value='"expeditionary"'/> |
2970 | <fieldValue name='description' value='45: expeditionary'/> |
2971 | <fieldValue name='url'/> |
2972 | <fieldValue name='radius' value='0.1500'/> |
2973 | <fieldValue name='displayMode'/> |
2974 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2975 | <fieldValue name='transparency' value='0'/> |
2976 | <fieldValue name='translation' value='2.66103 0.18617 0.58144'/> |
2977 | <fieldValue name='textTranslation' value='2.81103 0.18617 0.58144'/> |
2978 | <fieldValue name='textColor' value='0 0 0'/> |
2979 | </ProtoInstance> |
2980 | <ProtoInstance name='Vertex'> |
2981 | <fieldValue name='vertexText' value='"expressed"'/> |
2982 | <fieldValue name='description' value='46: expressed'/> |
2983 | <fieldValue name='url'/> |
2984 | <fieldValue name='radius' value='0.1500'/> |
2985 | <fieldValue name='displayMode'/> |
2986 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2987 | <fieldValue name='transparency' value='0'/> |
2988 | <fieldValue name='translation' value='-1.01840 1.78736 -2.59404'/> |
2989 | <fieldValue name='textTranslation' value='-0.86840 1.78736 -2.59404'/> |
2990 | <fieldValue name='textColor' value='0 0 0'/> |
2991 | </ProtoInstance> |
2992 | <ProtoInstance name='Vertex'> |
2993 | <fieldValue name='vertexText' value='"facility"'/> |
2994 | <fieldValue name='description' value='47: facility'/> |
2995 | <fieldValue name='url'/> |
2996 | <fieldValue name='radius' value='0.1500'/> |
2997 | <fieldValue name='displayMode'/> |
2998 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | <fieldValue name='translation' value='0.74570 1.55016 2.52404'/> |
3001 | <fieldValue name='textTranslation' value='0.89570 1.55016 2.52404'/> |
3002 | <fieldValue name='textColor' value='0 0 0'/> |
3003 | </ProtoInstance> |
3004 | <ProtoInstance name='Vertex'> |
3005 | <fieldValue name='vertexText' value='"feeling"'/> |
3006 | <fieldValue name='description' value='48: feeling'/> |
3007 | <fieldValue name='url'/> |
3008 | <fieldValue name='radius' value='0.1500'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3011 | <fieldValue name='transparency' value='0'/> |
3012 | <fieldValue name='translation' value='0.91733 2.03231 2.17500'/> |
3013 | <fieldValue name='textTranslation' value='1.06733 2.03231 2.17500'/> |
3014 | <fieldValue name='textColor' value='0 0 0'/> |
3015 | </ProtoInstance> |
3016 | <ProtoInstance name='Vertex'> |
3017 | <fieldValue name='vertexText' value='"field"'/> |
3018 | <fieldValue name='description' value='49: field'/> |
3019 | <fieldValue name='url'/> |
3020 | <fieldValue name='radius' value='0.1500'/> |
3021 | <fieldValue name='displayMode'/> |
3022 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3023 | <fieldValue name='transparency' value='0'/> |
3024 | <fieldValue name='translation' value='2.66351 -0.41650 0.19526'/> |
3025 | <fieldValue name='textTranslation' value='2.81351 -0.41650 0.19526'/> |
3026 | <fieldValue name='textColor' value='0 0 0'/> |
3027 | </ProtoInstance> |
3028 | <ProtoInstance name='Vertex'> |
3029 | <fieldValue name='vertexText' value='"flexibility"'/> |
3030 | <fieldValue name='description' value='50: flexibility'/> |
3031 | <fieldValue name='url'/> |
3032 | <fieldValue name='radius' value='0.1500'/> |
3033 | <fieldValue name='displayMode'/> |
3034 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3035 | <fieldValue name='transparency' value='0'/> |
3036 | <fieldValue name='translation' value='2.73498 0.37960 -0.49167'/> |
3037 | <fieldValue name='textTranslation' value='2.88498 0.37960 -0.49167'/> |
3038 | <fieldValue name='textColor' value='0 0 0'/> |
3039 | </ProtoInstance> |
3040 | <ProtoInstance name='Vertex'> |
3041 | <fieldValue name='vertexText' value='"florida"'/> |
3042 | <fieldValue name='description' value='51: florida'/> |
3043 | <fieldValue name='url'/> |
3044 | <fieldValue name='radius' value='0.1500'/> |
3045 | <fieldValue name='displayMode'/> |
3046 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3047 | <fieldValue name='transparency' value='0'/> |
3048 | <fieldValue name='translation' value='-0.97114 -1.20792 -2.75052'/> |
3049 | <fieldValue name='textTranslation' value='-0.82114 -1.20792 -2.75052'/> |
3050 | <fieldValue name='textColor' value='0 0 0'/> |
3051 | </ProtoInstance> |
3052 | <ProtoInstance name='Vertex'> |
3053 | <fieldValue name='vertexText' value='"fly"'/> |
3054 | <fieldValue name='description' value='52: fly'/> |
3055 | <fieldValue name='url'/> |
3056 | <fieldValue name='radius' value='0.1500'/> |
3057 | <fieldValue name='displayMode'/> |
3058 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3059 | <fieldValue name='transparency' value='0'/> |
3060 | <fieldValue name='translation' value='-1.96893 -1.23451 2.18411'/> |
3061 | <fieldValue name='textTranslation' value='-1.81893 -1.23451 2.18411'/> |
3062 | <fieldValue name='textColor' value='0 0 0'/> |
3063 | </ProtoInstance> |
3064 | <ProtoInstance name='Vertex'> |
3065 | <fieldValue name='vertexText' value='"followers"'/> |
3066 | <fieldValue name='description' value='53: followers'/> |
3067 | <fieldValue name='url'/> |
3068 | <fieldValue name='radius' value='0.1500'/> |
3069 | <fieldValue name='displayMode'/> |
3070 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3071 | <fieldValue name='transparency' value='0'/> |
3072 | <fieldValue name='translation' value='-1.51512 -0.97921 2.53430'/> |
3073 | <fieldValue name='textTranslation' value='-1.36512 -0.97921 2.53430'/> |
3074 | <fieldValue name='textColor' value='0 0 0'/> |
3075 | </ProtoInstance> |
3076 | <ProtoInstance name='Vertex'> |
3077 | <fieldValue name='vertexText' value='"footer"'/> |
3078 | <fieldValue name='description' value='54: footer'/> |
3079 | <fieldValue name='url'/> |
3080 | <fieldValue name='radius' value='0.1500'/> |
3081 | <fieldValue name='displayMode'/> |
3082 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3083 | <fieldValue name='transparency' value='0'/> |
3084 | <fieldValue name='translation' value='0.62893 -2.18141 1.68108'/> |
3085 | <fieldValue name='textTranslation' value='0.77893 -2.18141 1.68108'/> |
3086 | <fieldValue name='textColor' value='0 0 0'/> |
3087 | </ProtoInstance> |
3088 | <ProtoInstance name='Vertex'> |
3089 | <fieldValue name='vertexText' value='"foster"'/> |
3090 | <fieldValue name='description' value='55: foster'/> |
3091 | <fieldValue name='url'/> |
3092 | <fieldValue name='radius' value='0.1500'/> |
3093 | <fieldValue name='displayMode'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='transparency' value='0'/> |
3096 | <fieldValue name='translation' value='-1.10453 -1.41384 -2.03150'/> |
3097 | <fieldValue name='textTranslation' value='-0.95453 -1.41384 -2.03150'/> |
3098 | <fieldValue name='textColor' value='0 0 0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Vertex'> |
3101 | <fieldValue name='vertexText' value='"francisco"'/> |
3102 | <fieldValue name='description' value='56: francisco'/> |
3103 | <fieldValue name='url'/> |
3104 | <fieldValue name='radius' value='0.1500'/> |
3105 | <fieldValue name='displayMode'/> |
3106 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3107 | <fieldValue name='transparency' value='0'/> |
3108 | <fieldValue name='translation' value='-0.93594 -1.19930 2.60421'/> |
3109 | <fieldValue name='textTranslation' value='-0.78594 -1.19930 2.60421'/> |
3110 | <fieldValue name='textColor' value='0 0 0'/> |
3111 | </ProtoInstance> |
3112 | <ProtoInstance name='Vertex'> |
3113 | <fieldValue name='vertexText' value='"gathered"'/> |
3114 | <fieldValue name='description' value='57: gathered'/> |
3115 | <fieldValue name='url'/> |
3116 | <fieldValue name='radius' value='0.1500'/> |
3117 | <fieldValue name='displayMode'/> |
3118 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3119 | <fieldValue name='transparency' value='0'/> |
3120 | <fieldValue name='translation' value='-1.37653 1.65518 -0.97025'/> |
3121 | <fieldValue name='textTranslation' value='-1.22653 1.65518 -0.97025'/> |
3122 | <fieldValue name='textColor' value='0 0 0'/> |
3123 | </ProtoInstance> |
3124 | <ProtoInstance name='Vertex'> |
3125 | <fieldValue name='vertexText' value='"girls"'/> |
3126 | <fieldValue name='description' value='58: girls'/> |
3127 | <fieldValue name='url'/> |
3128 | <fieldValue name='radius' value='0.1500'/> |
3129 | <fieldValue name='displayMode'/> |
3130 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | <fieldValue name='translation' value='2.59119 0.72475 0.64835'/> |
3133 | <fieldValue name='textTranslation' value='2.74119 0.72475 0.64835'/> |
3134 | <fieldValue name='textColor' value='0 0 0'/> |
3135 | </ProtoInstance> |
3136 | <ProtoInstance name='Vertex'> |
3137 | <fieldValue name='vertexText' value='"government"'/> |
3138 | <fieldValue name='description' value='59: government'/> |
3139 | <fieldValue name='url'/> |
3140 | <fieldValue name='radius' value='0.1500'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3143 | <fieldValue name='transparency' value='0'/> |
3144 | <fieldValue name='translation' value='-1.73127 1.80230 -1.71647'/> |
3145 | <fieldValue name='textTranslation' value='-1.58127 1.80230 -1.71647'/> |
3146 | <fieldValue name='textColor' value='0 0 0'/> |
3147 | </ProtoInstance> |
3148 | <ProtoInstance name='Vertex'> |
3149 | <fieldValue name='vertexText' value='"grateful"'/> |
3150 | <fieldValue name='description' value='60: grateful'/> |
3151 | <fieldValue name='url'/> |
3152 | <fieldValue name='radius' value='0.1500'/> |
3153 | <fieldValue name='displayMode'/> |
3154 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3155 | <fieldValue name='transparency' value='0'/> |
3156 | <fieldValue name='translation' value='-1.13083 2.30174 -2.25379'/> |
3157 | <fieldValue name='textTranslation' value='-0.98083 2.30174 -2.25379'/> |
3158 | <fieldValue name='textColor' value='0 0 0'/> |
3159 | </ProtoInstance> |
3160 | <ProtoInstance name='Vertex'> |
3161 | <fieldValue name='vertexText' value='"group"'/> |
3162 | <fieldValue name='description' value='61: group'/> |
3163 | <fieldValue name='url'/> |
3164 | <fieldValue name='radius' value='0.1500'/> |
3165 | <fieldValue name='displayMode'/> |
3166 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3167 | <fieldValue name='transparency' value='0'/> |
3168 | <fieldValue name='translation' value='-1.20543 1.55908 -2.17100'/> |
3169 | <fieldValue name='textTranslation' value='-1.05543 1.55908 -2.17100'/> |
3170 | <fieldValue name='textColor' value='0 0 0'/> |
3171 | </ProtoInstance> |
3172 | <ProtoInstance name='Vertex'> |
3173 | <fieldValue name='vertexText' value='"haitians"'/> |
3174 | <fieldValue name='description' value='62: haitians'/> |
3175 | <fieldValue name='url'/> |
3176 | <fieldValue name='radius' value='0.1500'/> |
3177 | <fieldValue name='displayMode'/> |
3178 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3179 | <fieldValue name='transparency' value='0'/> |
3180 | <fieldValue name='translation' value='2.45921 -0.50556 0.82929'/> |
3181 | <fieldValue name='textTranslation' value='2.60921 -0.50556 0.82929'/> |
3182 | <fieldValue name='textColor' value='0 0 0'/> |
3183 | </ProtoInstance> |
3184 | <ProtoInstance name='Vertex'> |
3185 | <fieldValue name='vertexText' value='"harper"'/> |
3186 | <fieldValue name='description' value='63: harper'/> |
3187 | <fieldValue name='url'/> |
3188 | <fieldValue name='radius' value='0.1500'/> |
3189 | <fieldValue name='displayMode'/> |
3190 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3191 | <fieldValue name='transparency' value='0'/> |
3192 | <fieldValue name='translation' value='-1.88182 2.17794 -1.61128'/> |
3193 | <fieldValue name='textTranslation' value='-1.73182 2.17794 -1.61128'/> |
3194 | <fieldValue name='textColor' value='0 0 0'/> |
3195 | </ProtoInstance> |
3196 | <ProtoInstance name='Vertex'> |
3197 | <fieldValue name='vertexText' value='"head"'/> |
3198 | <fieldValue name='description' value='64: head'/> |
3199 | <fieldValue name='url'/> |
3200 | <fieldValue name='radius' value='0.1500'/> |
3201 | <fieldValue name='displayMode'/> |
3202 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3203 | <fieldValue name='transparency' value='0'/> |
3204 | <fieldValue name='translation' value='0.38272 2.47288 2.09128'/> |
3205 | <fieldValue name='textTranslation' value='0.53272 2.47288 2.09128'/> |
3206 | <fieldValue name='textColor' value='0 0 0'/> |
3207 | </ProtoInstance> |
3208 | <ProtoInstance name='Vertex'> |
3209 | <fieldValue name='vertexText' value='"hear"'/> |
3210 | <fieldValue name='description' value='65: hear'/> |
3211 | <fieldValue name='url'/> |
3212 | <fieldValue name='radius' value='0.1500'/> |
3213 | <fieldValue name='displayMode'/> |
3214 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3215 | <fieldValue name='transparency' value='0'/> |
3216 | <fieldValue name='translation' value='-1.86195 1.28729 -1.06812'/> |
3217 | <fieldValue name='textTranslation' value='-1.71195 1.28729 -1.06812'/> |
3218 | <fieldValue name='textColor' value='0 0 0'/> |
3219 | </ProtoInstance> |
3220 | <ProtoInstance name='Vertex'> |
3221 | <fieldValue name='vertexText' value='"heavy"'/> |
3222 | <fieldValue name='description' value='66: heavy'/> |
3223 | <fieldValue name='url'/> |
3224 | <fieldValue name='radius' value='0.1500'/> |
3225 | <fieldValue name='displayMode'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='transparency' value='0'/> |
3228 | <fieldValue name='translation' value='-0.23255 -1.65530 -1.93963'/> |
3229 | <fieldValue name='textTranslation' value='-0.08255 -1.65530 -1.93963'/> |
3230 | <fieldValue name='textColor' value='0 0 0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Vertex'> |
3233 | <fieldValue name='vertexText' value='"helicopter"'/> |
3234 | <fieldValue name='description' value='67: helicopter'/> |
3235 | <fieldValue name='url'/> |
3236 | <fieldValue name='radius' value='0.1500'/> |
3237 | <fieldValue name='displayMode'/> |
3238 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3239 | <fieldValue name='transparency' value='0'/> |
3240 | <fieldValue name='translation' value='2.69179 -0.09619 0.47909'/> |
3241 | <fieldValue name='textTranslation' value='2.84179 -0.09619 0.47909'/> |
3242 | <fieldValue name='textColor' value='0 0 0'/> |
3243 | </ProtoInstance> |
3244 | <ProtoInstance name='Vertex'> |
3245 | <fieldValue name='vertexText' value='"home"'/> |
3246 | <fieldValue name='description' value='68: home'/> |
3247 | <fieldValue name='url'/> |
3248 | <fieldValue name='radius' value='0.1500'/> |
3249 | <fieldValue name='displayMode'/> |
3250 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3251 | <fieldValue name='transparency' value='0'/> |
3252 | <fieldValue name='translation' value='-0.90111 -1.51851 -2.00788'/> |
3253 | <fieldValue name='textTranslation' value='-0.75111 -1.51851 -2.00788'/> |
3254 | <fieldValue name='textColor' value='0 0 0'/> |
3255 | </ProtoInstance> |
3256 | <ProtoInstance name='Vertex'> |
3257 | <fieldValue name='vertexText' value='"hosting"'/> |
3258 | <fieldValue name='description' value='69: hosting'/> |
3259 | <fieldValue name='url'/> |
3260 | <fieldValue name='radius' value='0.1500'/> |
3261 | <fieldValue name='displayMode'/> |
3262 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | <fieldValue name='translation' value='-1.84095 2.43182 -2.03044'/> |
3265 | <fieldValue name='textTranslation' value='-1.69095 2.43182 -2.03044'/> |
3266 | <fieldValue name='textColor' value='0 0 0'/> |
3267 | </ProtoInstance> |
3268 | <ProtoInstance name='Vertex'> |
3269 | <fieldValue name='vertexText' value='"husband"'/> |
3270 | <fieldValue name='description' value='70: husband'/> |
3271 | <fieldValue name='url'/> |
3272 | <fieldValue name='radius' value='0.1500'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3275 | <fieldValue name='transparency' value='0'/> |
3276 | <fieldValue name='translation' value='-0.87079 -1.16273 -2.75178'/> |
3277 | <fieldValue name='textTranslation' value='-0.72079 -1.16273 -2.75178'/> |
3278 | <fieldValue name='textColor' value='0 0 0'/> |
3279 | </ProtoInstance> |
3280 | <ProtoInstance name='Vertex'> |
3281 | <fieldValue name='vertexText' value='"information"'/> |
3282 | <fieldValue name='description' value='71: information'/> |
3283 | <fieldValue name='url'/> |
3284 | <fieldValue name='radius' value='0.1500'/> |
3285 | <fieldValue name='displayMode'/> |
3286 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3287 | <fieldValue name='transparency' value='0'/> |
3288 | <fieldValue name='translation' value='-0.95961 1.77856 -1.72133'/> |
3289 | <fieldValue name='textTranslation' value='-0.80961 1.77856 -1.72133'/> |
3290 | <fieldValue name='textColor' value='0 0 0'/> |
3291 | </ProtoInstance> |
3292 | <ProtoInstance name='Vertex'> |
3293 | <fieldValue name='vertexText' value='"international"'/> |
3294 | <fieldValue name='description' value='72: international'/> |
3295 | <fieldValue name='url'/> |
3296 | <fieldValue name='radius' value='0.1500'/> |
3297 | <fieldValue name='displayMode'/> |
3298 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3299 | <fieldValue name='transparency' value='0'/> |
3300 | <fieldValue name='translation' value='-1.66194 1.74207 -1.97468'/> |
3301 | <fieldValue name='textTranslation' value='-1.51194 1.74207 -1.97468'/> |
3302 | <fieldValue name='textColor' value='0 0 0'/> |
3303 | </ProtoInstance> |
3304 | <ProtoInstance name='Vertex'> |
3305 | <fieldValue name='vertexText' value='"job"'/> |
3306 | <fieldValue name='description' value='73: job'/> |
3307 | <fieldValue name='url'/> |
3308 | <fieldValue name='radius' value='0.1500'/> |
3309 | <fieldValue name='displayMode'/> |
3310 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3311 | <fieldValue name='transparency' value='0'/> |
3312 | <fieldValue name='translation' value='-0.27021 -1.64401 -2.25064'/> |
3313 | <fieldValue name='textTranslation' value='-0.12021 -1.64401 -2.25064'/> |
3314 | <fieldValue name='textColor' value='0 0 0'/> |
3315 | </ProtoInstance> |
3316 | <ProtoInstance name='Vertex'> |
3317 | <fieldValue name='vertexText' value='"jobs"'/> |
3318 | <fieldValue name='description' value='74: jobs'/> |
3319 | <fieldValue name='url'/> |
3320 | <fieldValue name='radius' value='0.1500'/> |
3321 | <fieldValue name='displayMode'/> |
3322 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3323 | <fieldValue name='transparency' value='0'/> |
3324 | <fieldValue name='translation' value='0.59422 -2.45913 1.32032'/> |
3325 | <fieldValue name='textTranslation' value='0.74422 -2.45913 1.32032'/> |
3326 | <fieldValue name='textColor' value='0 0 0'/> |
3327 | </ProtoInstance> |
3328 | <ProtoInstance name='Vertex'> |
3329 | <fieldValue name='vertexText' value='"joint"'/> |
3330 | <fieldValue name='description' value='75: joint'/> |
3331 | <fieldValue name='url'/> |
3332 | <fieldValue name='radius' value='0.1500'/> |
3333 | <fieldValue name='displayMode'/> |
3334 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3335 | <fieldValue name='transparency' value='0'/> |
3336 | <fieldValue name='translation' value='-0.94252 1.59460 -1.67902'/> |
3337 | <fieldValue name='textTranslation' value='-0.79252 1.59460 -1.67902'/> |
3338 | <fieldValue name='textColor' value='0 0 0'/> |
3339 | </ProtoInstance> |
3340 | <ProtoInstance name='Vertex'> |
3341 | <fieldValue name='vertexText' value='"key"'/> |
3342 | <fieldValue name='description' value='76: key'/> |
3343 | <fieldValue name='url'/> |
3344 | <fieldValue name='radius' value='0.1500'/> |
3345 | <fieldValue name='displayMode'/> |
3346 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3347 | <fieldValue name='transparency' value='0'/> |
3348 | <fieldValue name='translation' value='-0.57844 2.11109 -1.12362'/> |
3349 | <fieldValue name='textTranslation' value='-0.42844 2.11109 -1.12362'/> |
3350 | <fieldValue name='textColor' value='0 0 0'/> |
3351 | </ProtoInstance> |
3352 | <ProtoInstance name='Vertex'> |
3353 | <fieldValue name='vertexText' value='"kinds"'/> |
3354 | <fieldValue name='description' value='77: kinds'/> |
3355 | <fieldValue name='url'/> |
3356 | <fieldValue name='radius' value='0.1500'/> |
3357 | <fieldValue name='displayMode'/> |
3358 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3359 | <fieldValue name='transparency' value='0'/> |
3360 | <fieldValue name='translation' value='0.08675 -2.62322 1.30053'/> |
3361 | <fieldValue name='textTranslation' value='0.23675 -2.62322 1.30053'/> |
3362 | <fieldValue name='textColor' value='0 0 0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Vertex'> |
3365 | <fieldValue name='vertexText' value='"lance"'/> |
3366 | <fieldValue name='description' value='78: lance'/> |
3367 | <fieldValue name='url'/> |
3368 | <fieldValue name='radius' value='0.1500'/> |
3369 | <fieldValue name='displayMode'/> |
3370 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3371 | <fieldValue name='transparency' value='0'/> |
3372 | <fieldValue name='translation' value='2.69379 0.79786 0.13706'/> |
3373 | <fieldValue name='textTranslation' value='2.84379 0.79786 0.13706'/> |
3374 | <fieldValue name='textColor' value='0 0 0'/> |
3375 | </ProtoInstance> |
3376 | <ProtoInstance name='Vertex'> |
3377 | <fieldValue name='vertexText' value='"leadership"'/> |
3378 | <fieldValue name='description' value='79: leadership'/> |
3379 | <fieldValue name='url'/> |
3380 | <fieldValue name='radius' value='0.1500'/> |
3381 | <fieldValue name='displayMode'/> |
3382 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3383 | <fieldValue name='transparency' value='0'/> |
3384 | <fieldValue name='translation' value='-1.92146 1.90553 -2.07509'/> |
3385 | <fieldValue name='textTranslation' value='-1.77146 1.90553 -2.07509'/> |
3386 | <fieldValue name='textColor' value='0 0 0'/> |
3387 | </ProtoInstance> |
3388 | <ProtoInstance name='Vertex'> |
3389 | <fieldValue name='vertexText' value='"learn"'/> |
3390 | <fieldValue name='description' value='80: learn'/> |
3391 | <fieldValue name='url'/> |
3392 | <fieldValue name='radius' value='0.1500'/> |
3393 | <fieldValue name='displayMode'/> |
3394 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | <fieldValue name='translation' value='-1.96890 -1.23448 2.18415'/> |
3397 | <fieldValue name='textTranslation' value='-1.81890 -1.23448 2.18415'/> |
3398 | <fieldValue name='textColor' value='0 0 0'/> |
3399 | </ProtoInstance> |
3400 | <ProtoInstance name='Vertex'> |
3401 | <fieldValue name='vertexText' value='"life"'/> |
3402 | <fieldValue name='description' value='81: life'/> |
3403 | <fieldValue name='url'/> |
3404 | <fieldValue name='radius' value='0.1500'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3407 | <fieldValue name='transparency' value='0'/> |
3408 | <fieldValue name='translation' value='-1.52716 2.39693 -0.61992'/> |
3409 | <fieldValue name='textTranslation' value='-1.37716 2.39693 -0.61992'/> |
3410 | <fieldValue name='textColor' value='0 0 0'/> |
3411 | </ProtoInstance> |
3412 | <ProtoInstance name='Vertex'> |
3413 | <fieldValue name='vertexText' value='"line"'/> |
3414 | <fieldValue name='description' value='82: line'/> |
3415 | <fieldValue name='url'/> |
3416 | <fieldValue name='radius' value='0.1500'/> |
3417 | <fieldValue name='displayMode'/> |
3418 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3419 | <fieldValue name='transparency' value='0'/> |
3420 | <fieldValue name='translation' value='-1.84562 1.57805 -1.20694'/> |
3421 | <fieldValue name='textTranslation' value='-1.69562 1.57805 -1.20694'/> |
3422 | <fieldValue name='textColor' value='0 0 0'/> |
3423 | </ProtoInstance> |
3424 | <ProtoInstance name='Vertex'> |
3425 | <fieldValue name='vertexText' value='"listed"'/> |
3426 | <fieldValue name='description' value='83: listed'/> |
3427 | <fieldValue name='url'/> |
3428 | <fieldValue name='radius' value='0.1500'/> |
3429 | <fieldValue name='displayMode'/> |
3430 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3431 | <fieldValue name='transparency' value='0'/> |
3432 | <fieldValue name='translation' value='-1.51497 -0.97919 2.53437'/> |
3433 | <fieldValue name='textTranslation' value='-1.36497 -0.97919 2.53437'/> |
3434 | <fieldValue name='textColor' value='0 0 0'/> |
3435 | </ProtoInstance> |
3436 | <ProtoInstance name='Vertex'> |
3437 | <fieldValue name='vertexText' value='"location"'/> |
3438 | <fieldValue name='description' value='84: location'/> |
3439 | <fieldValue name='url'/> |
3440 | <fieldValue name='radius' value='0.1500'/> |
3441 | <fieldValue name='displayMode'/> |
3442 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3443 | <fieldValue name='transparency' value='0'/> |
3444 | <fieldValue name='translation' value='-0.85459 -1.26630 2.58456'/> |
3445 | <fieldValue name='textTranslation' value='-0.70459 -1.26630 2.58456'/> |
3446 | <fieldValue name='textColor' value='0 0 0'/> |
3447 | </ProtoInstance> |
3448 | <ProtoInstance name='Vertex'> |
3449 | <fieldValue name='vertexText' value='"longstanding"'/> |
3450 | <fieldValue name='description' value='85: longstanding'/> |
3451 | <fieldValue name='url'/> |
3452 | <fieldValue name='radius' value='0.1500'/> |
3453 | <fieldValue name='displayMode'/> |
3454 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3455 | <fieldValue name='transparency' value='0'/> |
3456 | <fieldValue name='translation' value='-0.93000 2.43759 -2.00944'/> |
3457 | <fieldValue name='textTranslation' value='-0.78000 2.43759 -2.00944'/> |
3458 | <fieldValue name='textColor' value='0 0 0'/> |
3459 | </ProtoInstance> |
3460 | <ProtoInstance name='Vertex'> |
3461 | <fieldValue name='vertexText' value='"loss"'/> |
3462 | <fieldValue name='description' value='86: loss'/> |
3463 | <fieldValue name='url'/> |
3464 | <fieldValue name='radius' value='0.1500'/> |
3465 | <fieldValue name='displayMode'/> |
3466 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3467 | <fieldValue name='transparency' value='0'/> |
3468 | <fieldValue name='translation' value='-0.91890 2.56119 -1.20355'/> |
3469 | <fieldValue name='textTranslation' value='-0.76890 2.56119 -1.20355'/> |
3470 | <fieldValue name='textColor' value='0 0 0'/> |
3471 | </ProtoInstance> |
3472 | <ProtoInstance name='Vertex'> |
3473 | <fieldValue name='vertexText' value='"march"'/> |
3474 | <fieldValue name='description' value='87: march'/> |
3475 | <fieldValue name='url'/> |
3476 | <fieldValue name='radius' value='0.1500'/> |
3477 | <fieldValue name='displayMode'/> |
3478 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3479 | <fieldValue name='transparency' value='0'/> |
3480 | <fieldValue name='translation' value='-1.42090 0.97606 -1.88644'/> |
3481 | <fieldValue name='textTranslation' value='-1.27090 0.97606 -1.88644'/> |
3482 | <fieldValue name='textColor' value='0 0 0'/> |
3483 | </ProtoInstance> |
3484 | <ProtoInstance name='Vertex'> |
3485 | <fieldValue name='vertexText' value='"marine"'/> |
3486 | <fieldValue name='description' value='88: marine'/> |
3487 | <fieldValue name='url'/> |
3488 | <fieldValue name='radius' value='0.1500'/> |
3489 | <fieldValue name='displayMode'/> |
3490 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3491 | <fieldValue name='transparency' value='0'/> |
3492 | <fieldValue name='translation' value='2.69287 0.10117 0.52052'/> |
3493 | <fieldValue name='textTranslation' value='2.84287 0.10117 0.52052'/> |
3494 | <fieldValue name='textColor' value='0 0 0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Vertex'> |
3497 | <fieldValue name='vertexText' value='"marines"'/> |
3498 | <fieldValue name='description' value='89: marines'/> |
3499 | <fieldValue name='url'/> |
3500 | <fieldValue name='radius' value='0.1500'/> |
3501 | <fieldValue name='displayMode'/> |
3502 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3503 | <fieldValue name='transparency' value='0'/> |
3504 | <fieldValue name='translation' value='2.71379 -0.17239 -0.02882'/> |
3505 | <fieldValue name='textTranslation' value='2.86379 -0.17239 -0.02882'/> |
3506 | <fieldValue name='textColor' value='0 0 0'/> |
3507 | </ProtoInstance> |
3508 | <ProtoInstance name='Vertex'> |
3509 | <fieldValue name='vertexText' value='"means"'/> |
3510 | <fieldValue name='description' value='90: means'/> |
3511 | <fieldValue name='url'/> |
3512 | <fieldValue name='radius' value='0.1500'/> |
3513 | <fieldValue name='displayMode'/> |
3514 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3515 | <fieldValue name='transparency' value='0'/> |
3516 | <fieldValue name='translation' value='-2.08106 1.07990 -0.63836'/> |
3517 | <fieldValue name='textTranslation' value='-1.93106 1.07990 -0.63836'/> |
3518 | <fieldValue name='textColor' value='0 0 0'/> |
3519 | </ProtoInstance> |
3520 | <ProtoInstance name='Vertex'> |
3521 | <fieldValue name='vertexText' value='"medical"'/> |
3522 | <fieldValue name='description' value='91: medical'/> |
3523 | <fieldValue name='url'/> |
3524 | <fieldValue name='radius' value='0.1500'/> |
3525 | <fieldValue name='displayMode'/> |
3526 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | <fieldValue name='translation' value='0.46306 1.81190 2.51537'/> |
3529 | <fieldValue name='textTranslation' value='0.61306 1.81190 2.51537'/> |
3530 | <fieldValue name='textColor' value='0 0 0'/> |
3531 | </ProtoInstance> |
3532 | <ProtoInstance name='Vertex'> |
3533 | <fieldValue name='vertexText' value='"minister"'/> |
3534 | <fieldValue name='description' value='92: minister'/> |
3535 | <fieldValue name='url'/> |
3536 | <fieldValue name='radius' value='0.1500'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3539 | <fieldValue name='transparency' value='0'/> |
3540 | <fieldValue name='translation' value='-1.88427 2.19779 -1.33008'/> |
3541 | <fieldValue name='textTranslation' value='-1.73427 2.19779 -1.33008'/> |
3542 | <fieldValue name='textColor' value='0 0 0'/> |
3543 | </ProtoInstance> |
3544 | <ProtoInstance name='Vertex'> |
3545 | <fieldValue name='vertexText' value='"mon"'/> |
3546 | <fieldValue name='description' value='93: mon'/> |
3547 | <fieldValue name='url'/> |
3548 | <fieldValue name='radius' value='0.1500'/> |
3549 | <fieldValue name='displayMode'/> |
3550 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3551 | <fieldValue name='transparency' value='0'/> |
3552 | <fieldValue name='translation' value='-1.41747 -1.86790 -1.58425'/> |
3553 | <fieldValue name='textTranslation' value='-1.26747 -1.86790 -1.58425'/> |
3554 | <fieldValue name='textColor' value='0 0 0'/> |
3555 | </ProtoInstance> |
3556 | <ProtoInstance name='Vertex'> |
3557 | <fieldValue name='vertexText' value='"montreal"'/> |
3558 | <fieldValue name='description' value='94: montreal'/> |
3559 | <fieldValue name='url'/> |
3560 | <fieldValue name='radius' value='0.1500'/> |
3561 | <fieldValue name='displayMode'/> |
3562 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3563 | <fieldValue name='transparency' value='0'/> |
3564 | <fieldValue name='translation' value='-1.28641 1.76733 -0.47977'/> |
3565 | <fieldValue name='textTranslation' value='-1.13641 1.76733 -0.47977'/> |
3566 | <fieldValue name='textColor' value='0 0 0'/> |
3567 | </ProtoInstance> |
3568 | <ProtoInstance name='Vertex'> |
3569 | <fieldValue name='vertexText' value='"move"'/> |
3570 | <fieldValue name='description' value='95: move'/> |
3571 | <fieldValue name='url'/> |
3572 | <fieldValue name='radius' value='0.1500'/> |
3573 | <fieldValue name='displayMode'/> |
3574 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3575 | <fieldValue name='transparency' value='0'/> |
3576 | <fieldValue name='translation' value='-1.78323 1.02336 -2.46646'/> |
3577 | <fieldValue name='textTranslation' value='-1.63323 1.02336 -2.46646'/> |
3578 | <fieldValue name='textColor' value='0 0 0'/> |
3579 | </ProtoInstance> |
3580 | <ProtoInstance name='Vertex'> |
3581 | <fieldValue name='vertexText' value='"operator"'/> |
3582 | <fieldValue name='description' value='96: operator'/> |
3583 | <fieldValue name='url'/> |
3584 | <fieldValue name='radius' value='0.1500'/> |
3585 | <fieldValue name='displayMode'/> |
3586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3587 | <fieldValue name='transparency' value='0'/> |
3588 | <fieldValue name='translation' value='-0.25241 -1.29420 -2.58528'/> |
3589 | <fieldValue name='textTranslation' value='-0.10241 -1.29420 -2.58528'/> |
3590 | <fieldValue name='textColor' value='0 0 0'/> |
3591 | </ProtoInstance> |
3592 | <ProtoInstance name='Vertex'> |
3593 | <fieldValue name='vertexText' value='"oregon"'/> |
3594 | <fieldValue name='description' value='97: oregon'/> |
3595 | <fieldValue name='url'/> |
3596 | <fieldValue name='radius' value='0.1500'/> |
3597 | <fieldValue name='displayMode'/> |
3598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3599 | <fieldValue name='transparency' value='0'/> |
3600 | <fieldValue name='translation' value='-1.53041 -1.34879 -2.47769'/> |
3601 | <fieldValue name='textTranslation' value='-1.38041 -1.34879 -2.47769'/> |
3602 | <fieldValue name='textColor' value='0 0 0'/> |
3603 | </ProtoInstance> |
3604 | <ProtoInstance name='Vertex'> |
3605 | <fieldValue name='vertexText' value='"orphaned"'/> |
3606 | <fieldValue name='description' value='98: orphaned'/> |
3607 | <fieldValue name='url'/> |
3608 | <fieldValue name='radius' value='0.1500'/> |
3609 | <fieldValue name='displayMode'/> |
3610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3611 | <fieldValue name='transparency' value='0'/> |
3612 | <fieldValue name='translation' value='-0.68318 -1.88109 -1.77800'/> |
3613 | <fieldValue name='textTranslation' value='-0.53318 -1.88109 -1.77800'/> |
3614 | <fieldValue name='textColor' value='0 0 0'/> |
3615 | </ProtoInstance> |
3616 | <ProtoInstance name='Vertex'> |
3617 | <fieldValue name='vertexText' value='"overseas"'/> |
3618 | <fieldValue name='description' value='99: overseas'/> |
3619 | <fieldValue name='url'/> |
3620 | <fieldValue name='radius' value='0.1500'/> |
3621 | <fieldValue name='displayMode'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='transparency' value='0'/> |
3624 | <fieldValue name='translation' value='-0.27041 -1.64420 -2.25072'/> |
3625 | <fieldValue name='textTranslation' value='-0.12041 -1.64420 -2.25072'/> |
3626 | <fieldValue name='textColor' value='0 0 0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Vertex'> |
3629 | <fieldValue name='vertexText' value='"paid"'/> |
3630 | <fieldValue name='description' value='100: paid'/> |
3631 | <fieldValue name='url'/> |
3632 | <fieldValue name='radius' value='0.1500'/> |
3633 | <fieldValue name='displayMode'/> |
3634 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3635 | <fieldValue name='transparency' value='0'/> |
3636 | <fieldValue name='translation' value='-0.79548 1.53484 -2.43465'/> |
3637 | <fieldValue name='textTranslation' value='-0.64548 1.53484 -2.43465'/> |
3638 | <fieldValue name='textColor' value='0 0 0'/> |
3639 | </ProtoInstance> |
3640 | <ProtoInstance name='Vertex'> |
3641 | <fieldValue name='vertexText' value='"palm"'/> |
3642 | <fieldValue name='description' value='101: palm'/> |
3643 | <fieldValue name='url'/> |
3644 | <fieldValue name='radius' value='0.1500'/> |
3645 | <fieldValue name='displayMode'/> |
3646 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3647 | <fieldValue name='transparency' value='0'/> |
3648 | <fieldValue name='translation' value='2.55284 -0.78114 0.14608'/> |
3649 | <fieldValue name='textTranslation' value='2.70284 -0.78114 0.14608'/> |
3650 | <fieldValue name='textColor' value='0 0 0'/> |
3651 | </ProtoInstance> |
3652 | <ProtoInstance name='Vertex'> |
3653 | <fieldValue name='vertexText' value='"parent"'/> |
3654 | <fieldValue name='description' value='102: parent'/> |
3655 | <fieldValue name='url'/> |
3656 | <fieldValue name='radius' value='0.1500'/> |
3657 | <fieldValue name='displayMode'/> |
3658 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | <fieldValue name='translation' value='-1.10873 -1.89887 -1.77056'/> |
3661 | <fieldValue name='textTranslation' value='-0.95873 -1.89887 -1.77056'/> |
3662 | <fieldValue name='textColor' value='0 0 0'/> |
3663 | </ProtoInstance> |
3664 | <ProtoInstance name='Vertex'> |
3665 | <fieldValue name='vertexText' value='"participants"'/> |
3666 | <fieldValue name='description' value='103: participants'/> |
3667 | <fieldValue name='url'/> |
3668 | <fieldValue name='radius' value='0.1500'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3671 | <fieldValue name='transparency' value='0'/> |
3672 | <fieldValue name='translation' value='-2.53730 0.92552 -1.76279'/> |
3673 | <fieldValue name='textTranslation' value='-2.38730 0.92552 -1.76279'/> |
3674 | <fieldValue name='textColor' value='0 0 0'/> |
3675 | </ProtoInstance> |
3676 | <ProtoInstance name='Vertex'> |
3677 | <fieldValue name='vertexText' value='"patient"'/> |
3678 | <fieldValue name='description' value='104: patient'/> |
3679 | <fieldValue name='url'/> |
3680 | <fieldValue name='radius' value='0.1500'/> |
3681 | <fieldValue name='displayMode'/> |
3682 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3683 | <fieldValue name='transparency' value='0'/> |
3684 | <fieldValue name='translation' value='0.28916 1.31203 2.75142'/> |
3685 | <fieldValue name='textTranslation' value='0.43916 1.31203 2.75142'/> |
3686 | <fieldValue name='textColor' value='0 0 0'/> |
3687 | </ProtoInstance> |
3688 | <ProtoInstance name='Vertex'> |
3689 | <fieldValue name='vertexText' value='"patients"'/> |
3690 | <fieldValue name='description' value='105: patients'/> |
3691 | <fieldValue name='url'/> |
3692 | <fieldValue name='radius' value='0.1500'/> |
3693 | <fieldValue name='displayMode'/> |
3694 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3695 | <fieldValue name='transparency' value='0'/> |
3696 | <fieldValue name='translation' value='0.18108 2.03887 2.47139'/> |
3697 | <fieldValue name='textTranslation' value='0.33108 2.03887 2.47139'/> |
3698 | <fieldValue name='textColor' value='0 0 0'/> |
3699 | </ProtoInstance> |
3700 | <ProtoInstance name='Vertex'> |
3701 | <fieldValue name='vertexText' value='"people"'/> |
3702 | <fieldValue name='description' value='106: people'/> |
3703 | <fieldValue name='url'/> |
3704 | <fieldValue name='radius' value='0.1500'/> |
3705 | <fieldValue name='displayMode'/> |
3706 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3707 | <fieldValue name='transparency' value='0'/> |
3708 | <fieldValue name='translation' value='-2.50680 0.89785 -1.08404'/> |
3709 | <fieldValue name='textTranslation' value='-2.35680 0.89785 -1.08404'/> |
3710 | <fieldValue name='textColor' value='0 0 0'/> |
3711 | </ProtoInstance> |
3712 | <ProtoInstance name='Vertex'> |
3713 | <fieldValue name='vertexText' value='"principles"'/> |
3714 | <fieldValue name='description' value='107: principles'/> |
3715 | <fieldValue name='url'/> |
3716 | <fieldValue name='radius' value='0.1500'/> |
3717 | <fieldValue name='displayMode'/> |
3718 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3719 | <fieldValue name='transparency' value='0'/> |
3720 | <fieldValue name='translation' value='-0.57952 2.11083 -1.12124'/> |
3721 | <fieldValue name='textTranslation' value='-0.42952 2.11083 -1.12124'/> |
3722 | <fieldValue name='textColor' value='0 0 0'/> |
3723 | </ProtoInstance> |
3724 | <ProtoInstance name='Vertex'> |
3725 | <fieldValue name='vertexText' value='"problems"'/> |
3726 | <fieldValue name='description' value='108: problems'/> |
3727 | <fieldValue name='url'/> |
3728 | <fieldValue name='radius' value='0.1500'/> |
3729 | <fieldValue name='displayMode'/> |
3730 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3731 | <fieldValue name='transparency' value='0'/> |
3732 | <fieldValue name='translation' value='-2.03264 0.86953 -2.25900'/> |
3733 | <fieldValue name='textTranslation' value='-1.88264 0.86953 -2.25900'/> |
3734 | <fieldValue name='textColor' value='0 0 0'/> |
3735 | </ProtoInstance> |
3736 | <ProtoInstance name='Vertex'> |
3737 | <fieldValue name='vertexText' value='"profound"'/> |
3738 | <fieldValue name='description' value='109: profound'/> |
3739 | <fieldValue name='url'/> |
3740 | <fieldValue name='radius' value='0.1500'/> |
3741 | <fieldValue name='displayMode'/> |
3742 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3743 | <fieldValue name='transparency' value='0'/> |
3744 | <fieldValue name='translation' value='-1.01837 1.78734 -2.59403'/> |
3745 | <fieldValue name='textTranslation' value='-0.86837 1.78734 -2.59403'/> |
3746 | <fieldValue name='textColor' value='0 0 0'/> |
3747 | </ProtoInstance> |
3748 | <ProtoInstance name='Vertex'> |
3749 | <fieldValue name='vertexText' value='"providing"'/> |
3750 | <fieldValue name='description' value='110: providing'/> |
3751 | <fieldValue name='url'/> |
3752 | <fieldValue name='radius' value='0.1500'/> |
3753 | <fieldValue name='displayMode'/> |
3754 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3755 | <fieldValue name='transparency' value='0'/> |
3756 | <fieldValue name='translation' value='-1.26959 -1.88386 -1.91916'/> |
3757 | <fieldValue name='textTranslation' value='-1.11959 -1.88386 -1.91916'/> |
3758 | <fieldValue name='textColor' value='0 0 0'/> |
3759 | </ProtoInstance> |
3760 | <ProtoInstance name='Vertex'> |
3761 | <fieldValue name='vertexText' value='"ready"'/> |
3762 | <fieldValue name='description' value='111: ready'/> |
3763 | <fieldValue name='url'/> |
3764 | <fieldValue name='radius' value='0.1500'/> |
3765 | <fieldValue name='displayMode'/> |
3766 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3767 | <fieldValue name='transparency' value='0'/> |
3768 | <fieldValue name='translation' value='-0.31413 1.78849 2.65481'/> |
3769 | <fieldValue name='textTranslation' value='-0.16413 1.78849 2.65481'/> |
3770 | <fieldValue name='textColor' value='0 0 0'/> |
3771 | </ProtoInstance> |
3772 | <ProtoInstance name='Vertex'> |
3773 | <fieldValue name='vertexText' value='"reconcile"'/> |
3774 | <fieldValue name='description' value='112: reconcile'/> |
3775 | <fieldValue name='url'/> |
3776 | <fieldValue name='radius' value='0.1500'/> |
3777 | <fieldValue name='displayMode'/> |
3778 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3779 | <fieldValue name='transparency' value='0'/> |
3780 | <fieldValue name='translation' value='0.16485 -2.75286 1.01273'/> |
3781 | <fieldValue name='textTranslation' value='0.31485 -2.75286 1.01273'/> |
3782 | <fieldValue name='textColor' value='0 0 0'/> |
3783 | </ProtoInstance> |
3784 | <ProtoInstance name='Vertex'> |
3785 | <fieldValue name='vertexText' value='"reconstruction"'/> |
3786 | <fieldValue name='description' value='113: reconstruction'/> |
3787 | <fieldValue name='url'/> |
3788 | <fieldValue name='radius' value='0.1500'/> |
3789 | <fieldValue name='displayMode'/> |
3790 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3791 | <fieldValue name='transparency' value='0'/> |
3792 | <fieldValue name='translation' value='-1.70716 -1.74161 -1.84998'/> |
3793 | <fieldValue name='textTranslation' value='-1.55716 -1.74161 -1.84998'/> |
3794 | <fieldValue name='textColor' value='0 0 0'/> |
3795 | </ProtoInstance> |
3796 | <ProtoInstance name='Vertex'> |
3797 | <fieldValue name='vertexText' value='"reestablish"'/> |
3798 | <fieldValue name='description' value='114: reestablish'/> |
3799 | <fieldValue name='url'/> |
3800 | <fieldValue name='radius' value='0.1500'/> |
3801 | <fieldValue name='displayMode'/> |
3802 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3803 | <fieldValue name='transparency' value='0'/> |
3804 | <fieldValue name='translation' value='-2.45584 1.90883 -0.81409'/> |
3805 | <fieldValue name='textTranslation' value='-2.30584 1.90883 -0.81409'/> |
3806 | <fieldValue name='textColor' value='0 0 0'/> |
3807 | </ProtoInstance> |
3808 | <ProtoInstance name='Vertex'> |
3809 | <fieldValue name='vertexText' value='"reunite"'/> |
3810 | <fieldValue name='description' value='115: reunite'/> |
3811 | <fieldValue name='url'/> |
3812 | <fieldValue name='radius' value='0.1500'/> |
3813 | <fieldValue name='displayMode'/> |
3814 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3815 | <fieldValue name='transparency' value='0'/> |
3816 | <fieldValue name='translation' value='2.64841 -0.52486 -0.32991'/> |
3817 | <fieldValue name='textTranslation' value='2.79841 -0.52486 -0.32991'/> |
3818 | <fieldValue name='textColor' value='0 0 0'/> |
3819 | </ProtoInstance> |
3820 | <ProtoInstance name='Vertex'> |
3821 | <fieldValue name='vertexText' value='"san"'/> |
3822 | <fieldValue name='description' value='116: san'/> |
3823 | <fieldValue name='url'/> |
3824 | <fieldValue name='radius' value='0.1500'/> |
3825 | <fieldValue name='displayMode'/> |
3826 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3827 | <fieldValue name='transparency' value='0'/> |
3828 | <fieldValue name='translation' value='-1.09221 -1.42816 2.45307'/> |
3829 | <fieldValue name='textTranslation' value='-0.94221 -1.42816 2.45307'/> |
3830 | <fieldValue name='textColor' value='0 0 0'/> |
3831 | </ProtoInstance> |
3832 | <ProtoInstance name='Vertex'> |
3833 | <fieldValue name='vertexText' value='"sky"'/> |
3834 | <fieldValue name='description' value='117: sky'/> |
3835 | <fieldValue name='url'/> |
3836 | <fieldValue name='radius' value='0.1500'/> |
3837 | <fieldValue name='displayMode'/> |
3838 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3839 | <fieldValue name='transparency' value='0'/> |
3840 | <fieldValue name='translation' value='2.45968 -0.51574 0.82106'/> |
3841 | <fieldValue name='textTranslation' value='2.60968 -0.51574 0.82106'/> |
3842 | <fieldValue name='textColor' value='0 0 0'/> |
3843 | </ProtoInstance> |
3844 | <ProtoInstance name='Vertex'> |
3845 | <fieldValue name='vertexText' value='"solemnly"'/> |
3846 | <fieldValue name='description' value='118: solemnly'/> |
3847 | <fieldValue name='url'/> |
3848 | <fieldValue name='radius' value='0.1500'/> |
3849 | <fieldValue name='displayMode'/> |
3850 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3851 | <fieldValue name='transparency' value='0'/> |
3852 | <fieldValue name='translation' value='-2.75342 1.33194 -1.66394'/> |
3853 | <fieldValue name='textTranslation' value='-2.60342 1.33194 -1.66394'/> |
3854 | <fieldValue name='textColor' value='0 0 0'/> |
3855 | </ProtoInstance> |
3856 | <ProtoInstance name='Vertex'> |
3857 | <fieldValue name='vertexText' value='"special"'/> |
3858 | <fieldValue name='description' value='119: special'/> |
3859 | <fieldValue name='url'/> |
3860 | <fieldValue name='radius' value='0.1500'/> |
3861 | <fieldValue name='displayMode'/> |
3862 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3863 | <fieldValue name='transparency' value='0'/> |
3864 | <fieldValue name='translation' value='-2.67170 1.46987 -0.96222'/> |
3865 | <fieldValue name='textTranslation' value='-2.52170 1.46987 -0.96222'/> |
3866 | <fieldValue name='textColor' value='0 0 0'/> |
3867 | </ProtoInstance> |
3868 | <ProtoInstance name='Vertex'> |
3869 | <fieldValue name='vertexText' value='"statement"'/> |
3870 | <fieldValue name='description' value='120: statement'/> |
3871 | <fieldValue name='url'/> |
3872 | <fieldValue name='radius' value='0.1500'/> |
3873 | <fieldValue name='displayMode'/> |
3874 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3875 | <fieldValue name='transparency' value='0'/> |
3876 | <fieldValue name='translation' value='-2.09149 1.93708 -1.86411'/> |
3877 | <fieldValue name='textTranslation' value='-1.94149 1.93708 -1.86411'/> |
3878 | <fieldValue name='textColor' value='0 0 0'/> |
3879 | </ProtoInstance> |
3880 | <ProtoInstance name='Vertex'> |
3881 | <fieldValue name='vertexText' value='"states"'/> |
3882 | <fieldValue name='description' value='121: states'/> |
3883 | <fieldValue name='url'/> |
3884 | <fieldValue name='radius' value='0.1500'/> |
3885 | <fieldValue name='displayMode'/> |
3886 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3887 | <fieldValue name='transparency' value='0'/> |
3888 | <fieldValue name='translation' value='-2.11889 1.38851 -1.99128'/> |
3889 | <fieldValue name='textTranslation' value='-1.96889 1.38851 -1.99128'/> |
3890 | <fieldValue name='textColor' value='0 0 0'/> |
3891 | </ProtoInstance> |
3892 | <ProtoInstance name='Vertex'> |
3893 | <fieldValue name='vertexText' value='"status"'/> |
3894 | <fieldValue name='description' value='122: status'/> |
3895 | <fieldValue name='url'/> |
3896 | <fieldValue name='radius' value='0.1500'/> |
3897 | <fieldValue name='displayMode'/> |
3898 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3899 | <fieldValue name='transparency' value='0'/> |
3900 | <fieldValue name='translation' value='0.08194 -2.59297 1.37383'/> |
3901 | <fieldValue name='textTranslation' value='0.23194 -2.59297 1.37383'/> |
3902 | <fieldValue name='textColor' value='0 0 0'/> |
3903 | </ProtoInstance> |
3904 | <ProtoInstance name='Vertex'> |
3905 | <fieldValue name='vertexText' value='"talk"'/> |
3906 | <fieldValue name='description' value='123: talk'/> |
3907 | <fieldValue name='url'/> |
3908 | <fieldValue name='radius' value='0.1500'/> |
3909 | <fieldValue name='displayMode'/> |
3910 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3911 | <fieldValue name='transparency' value='0'/> |
3912 | <fieldValue name='translation' value='-0.43701 1.61407 -1.79657'/> |
3913 | <fieldValue name='textTranslation' value='-0.28701 1.61407 -1.79657'/> |
3914 | <fieldValue name='textColor' value='0 0 0'/> |
3915 | </ProtoInstance> |
3916 | <ProtoInstance name='Vertex'> |
3917 | <fieldValue name='vertexText' value='"telephone"'/> |
3918 | <fieldValue name='description' value='124: telephone'/> |
3919 | <fieldValue name='url'/> |
3920 | <fieldValue name='radius' value='0.1500'/> |
3921 | <fieldValue name='displayMode'/> |
3922 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3923 | <fieldValue name='transparency' value='0'/> |
3924 | <fieldValue name='translation' value='-2.07437 1.59035 -0.53418'/> |
3925 | <fieldValue name='textTranslation' value='-1.92437 1.59035 -0.53418'/> |
3926 | <fieldValue name='textColor' value='0 0 0'/> |
3927 | </ProtoInstance> |
3928 | <ProtoInstance name='Vertex'> |
3929 | <fieldValue name='vertexText' value='"terms"'/> |
3930 | <fieldValue name='description' value='125: terms'/> |
3931 | <fieldValue name='url'/> |
3932 | <fieldValue name='radius' value='0.1500'/> |
3933 | <fieldValue name='displayMode'/> |
3934 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3935 | <fieldValue name='transparency' value='0'/> |
3936 | <fieldValue name='translation' value='0.32117 -2.44820 1.48633'/> |
3937 | <fieldValue name='textTranslation' value='0.47117 -2.44820 1.48633'/> |
3938 | <fieldValue name='textColor' value='0 0 0'/> |
3939 | </ProtoInstance> |
3940 | <ProtoInstance name='Vertex'> |
3941 | <fieldValue name='vertexText' value='"top"'/> |
3942 | <fieldValue name='description' value='126: top'/> |
3943 | <fieldValue name='url'/> |
3944 | <fieldValue name='radius' value='0.1500'/> |
3945 | <fieldValue name='displayMode'/> |
3946 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3947 | <fieldValue name='transparency' value='0'/> |
3948 | <fieldValue name='translation' value='2.69017 -0.28706 0.32915'/> |
3949 | <fieldValue name='textTranslation' value='2.84017 -0.28706 0.32915'/> |
3950 | <fieldValue name='textColor' value='0 0 0'/> |
3951 | </ProtoInstance> |
3952 | <ProtoInstance name='Vertex'> |
3953 | <fieldValue name='vertexText' value='"tribute"'/> |
3954 | <fieldValue name='description' value='127: tribute'/> |
3955 | <fieldValue name='url'/> |
3956 | <fieldValue name='radius' value='0.1500'/> |
3957 | <fieldValue name='displayMode'/> |
3958 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3959 | <fieldValue name='transparency' value='0'/> |
3960 | <fieldValue name='translation' value='-2.67178 1.47005 -0.96236'/> |
3961 | <fieldValue name='textTranslation' value='-2.52178 1.47005 -0.96236'/> |
3962 | <fieldValue name='textColor' value='0 0 0'/> |
3963 | </ProtoInstance> |
3964 | <ProtoInstance name='Vertex'> |
3965 | <fieldValue name='vertexText' value='"twitter"'/> |
3966 | <fieldValue name='description' value='128: twitter'/> |
3967 | <fieldValue name='url'/> |
3968 | <fieldValue name='radius' value='0.1500'/> |
3969 | <fieldValue name='displayMode'/> |
3970 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3971 | <fieldValue name='transparency' value='0'/> |
3972 | <fieldValue name='translation' value='-0.92888 -1.93799 2.00931'/> |
3973 | <fieldValue name='textTranslation' value='-0.77888 -1.93799 2.00931'/> |
3974 | <fieldValue name='textColor' value='0 0 0'/> |
3975 | </ProtoInstance> |
3976 | <ProtoInstance name='Vertex'> |
3977 | <fieldValue name='vertexText' value='"unit"'/> |
3978 | <fieldValue name='description' value='129: unit'/> |
3979 | <fieldValue name='url'/> |
3980 | <fieldValue name='radius' value='0.1500'/> |
3981 | <fieldValue name='displayMode'/> |
3982 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3983 | <fieldValue name='transparency' value='0'/> |
3984 | <fieldValue name='translation' value='2.54022 0.30376 0.91693'/> |
3985 | <fieldValue name='textTranslation' value='2.69022 0.30376 0.91693'/> |
3986 | <fieldValue name='textColor' value='0 0 0'/> |
3987 | </ProtoInstance> |
3988 | <ProtoInstance name='Vertex'> |
3989 | <fieldValue name='vertexText' value='"united"'/> |
3990 | <fieldValue name='description' value='130: united'/> |
3991 | <fieldValue name='url'/> |
3992 | <fieldValue name='radius' value='0.1500'/> |
3993 | <fieldValue name='displayMode'/> |
3994 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3995 | <fieldValue name='transparency' value='0'/> |
3996 | <fieldValue name='translation' value='-1.93910 1.28734 -2.05792'/> |
3997 | <fieldValue name='textTranslation' value='-1.78910 1.28734 -2.05792'/> |
3998 | <fieldValue name='textColor' value='0 0 0'/> |
3999 | </ProtoInstance> |
4000 | <ProtoInstance name='Vertex'> |
4001 | <fieldValue name='vertexText' value='"verified"'/> |
4002 | <fieldValue name='description' value='131: verified'/> |
4003 | <fieldValue name='url'/> |
4004 | <fieldValue name='radius' value='0.1500'/> |
4005 | <fieldValue name='displayMode'/> |
4006 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4007 | <fieldValue name='transparency' value='0'/> |
4008 | <fieldValue name='translation' value='-1.88601 -1.74168 1.89437'/> |
4009 | <fieldValue name='textTranslation' value='-1.73601 -1.74168 1.89437'/> |
4010 | <fieldValue name='textColor' value='0 0 0'/> |
4011 | </ProtoInstance> |
4012 | <ProtoInstance name='Vertex'> |
4013 | <fieldValue name='vertexText' value='"version"'/> |
4014 | <fieldValue name='description' value='132: version'/> |
4015 | <fieldValue name='url'/> |
4016 | <fieldValue name='radius' value='0.1500'/> |
4017 | <fieldValue name='displayMode'/> |
4018 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4019 | <fieldValue name='transparency' value='0'/> |
4020 | <fieldValue name='translation' value='-2.56717 2.13197 -1.48682'/> |
4021 | <fieldValue name='textTranslation' value='-2.41717 2.13197 -1.48682'/> |
4022 | <fieldValue name='textColor' value='0 0 0'/> |
4023 | </ProtoInstance> |
4024 | <ProtoInstance name='Vertex'> |
4025 | <fieldValue name='vertexText' value='"web"'/> |
4026 | <fieldValue name='description' value='133: web'/> |
4027 | <fieldValue name='url'/> |
4028 | <fieldValue name='radius' value='0.1500'/> |
4029 | <fieldValue name='displayMode'/> |
4030 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4031 | <fieldValue name='transparency' value='0'/> |
4032 | <fieldValue name='translation' value='-1.50995 -1.69294 2.12837'/> |
4033 | <fieldValue name='textTranslation' value='-1.35995 -1.69294 2.12837'/> |
4034 | <fieldValue name='textColor' value='0 0 0'/> |
4035 | </ProtoInstance> |
4036 | <ProtoInstance name='Vertex'> |
4037 | <fieldValue name='vertexText' value='"working"'/> |
4038 | <fieldValue name='description' value='134: working'/> |
4039 | <fieldValue name='url'/> |
4040 | <fieldValue name='radius' value='0.1500'/> |
4041 | <fieldValue name='displayMode'/> |
4042 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4043 | <fieldValue name='transparency' value='0'/> |
4044 | <fieldValue name='translation' value='-2.20051 1.25913 -1.78667'/> |
4045 | <fieldValue name='textTranslation' value='-2.05051 1.25913 -1.78667'/> |
4046 | <fieldValue name='textColor' value='0 0 0'/> |
4047 | </ProtoInstance> |
4048 | <ProtoInstance name='Vertex'> |
4049 | <fieldValue name='vertexText' value='"writes"'/> |
4050 | <fieldValue name='description' value='135: writes'/> |
4051 | <fieldValue name='url'/> |
4052 | <fieldValue name='radius' value='0.1500'/> |
4053 | <fieldValue name='displayMode'/> |
4054 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4055 | <fieldValue name='transparency' value='0'/> |
4056 | <fieldValue name='translation' value='-1.13730 -0.93909 -2.23268'/> |
4057 | <fieldValue name='textTranslation' value='-0.98730 -0.93909 -2.23268'/> |
4058 | <fieldValue name='textColor' value='0 0 0'/> |
4059 | </ProtoInstance> |
4060 | <ProtoInstance name='Vertex'> |
4061 | <fieldValue name='vertexText' value='"york"'/> |
4062 | <fieldValue name='description' value='136: york'/> |
4063 | <fieldValue name='url'/> |
4064 | <fieldValue name='radius' value='0.1500'/> |
4065 | <fieldValue name='displayMode'/> |
4066 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4067 | <fieldValue name='transparency' value='0'/> |
4068 | <fieldValue name='translation' value='-1.34594 0.25725 -1.87853'/> |
4069 | <fieldValue name='textTranslation' value='-1.19594 0.25725 -1.87853'/> |
4070 | <fieldValue name='textColor' value='0 0 0'/> |
4071 | </ProtoInstance> |
4072 | </Scene> |
4073 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2452
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2464
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2476
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2488
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2500
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2512
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2524
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2536
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2548
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2560
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2584
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2596
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2608
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2620
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2632
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2644
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2656
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2668
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2680
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2692
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2716
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2728
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2740
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2752
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2764
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2776
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2788
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2800
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2812
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2824
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2848
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2860
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2872
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2884
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2896
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2908
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2920
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2932
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2944
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2956
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2980
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2992
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3004
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3016
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3028
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3040
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3052
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3064
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3076
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3088
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3112
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3124
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3136
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3148
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3160
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3172
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3184
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3196
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3208
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3220
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3244
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3256
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3268
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3280
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3292
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3304
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3316
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3328
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3340
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3352
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3376
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3388
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3400
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3412
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3424
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3436
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3448
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3460
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3472
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3484
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3508
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3520
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3532
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3544
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3556
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3568
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3580
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3592
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3604
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3616
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3640
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3652
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3664
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3676
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3688
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3700
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3712
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3724
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3736
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3748
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3760
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3772
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3784
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3796
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3808
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3820
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3832
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3844
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3856
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3868
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3880
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3988
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4000
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4012
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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.
-->