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.98609'/> |
55 | <fieldValue name='cylinderTranslation' value='1.02428 1.37796 1.41446'/> |
56 | <fieldValue name='coneTranslation' value='1.17941 1.14348 1.23593'/> |
57 | <fieldValue name='rotation' value='-52.86063 0 -45.93132 2.35186'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='1.12425'/> |
66 | <fieldValue name='cylinderTranslation' value='0.32040 2.02440 1.63994'/> |
67 | <fieldValue name='coneTranslation' value='-0.01884 2.23852 1.61217'/> |
68 | <fieldValue name='rotation' value='-7.76394 0 94.84403 1.00927'/> |
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.86529'/> |
77 | <fieldValue name='cylinderTranslation' value='0.91306 1.98790 1.35615'/> |
78 | <fieldValue name='coneTranslation' value='0.98771 2.15353 1.15285'/> |
79 | <fieldValue name='rotation' value='-64.52245 0 -23.68862 0.91792'/> |
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.59571'/> |
88 | <fieldValue name='cylinderTranslation' value='0.81146 2.01148 1.75883'/> |
89 | <fieldValue name='coneTranslation' value='0.81925 2.14403 1.79588'/> |
90 | <fieldValue name='rotation' value='16.01257 0 -3.36683 0.27825'/> |
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.31285'/> |
99 | <fieldValue name='cylinderTranslation' value='0.82540 1.83698 1.78364'/> |
100 | <fieldValue name='coneTranslation' value='0.82469 1.83442 1.78124'/> |
101 | <fieldValue name='rotation' value='20.97516 0 -6.15491 0.77362'/> |
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.42948'/> |
110 | <fieldValue name='cylinderTranslation' value='0.74065 1.92723 1.72710'/> |
111 | <fieldValue name='coneTranslation' value='0.72689 1.97876 1.73942'/> |
112 | <fieldValue name='rotation' value='9.66708 -0.00000 10.79416 0.34414'/> |
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.98056'/> |
121 | <fieldValue name='cylinderTranslation' value='0.61287 2.17520 1.74754'/> |
122 | <fieldValue name='coneTranslation' value='0.49044 2.47843 1.79388'/> |
123 | <fieldValue name='rotation' value='13.75619 -0.00000 36.34949 0.40755'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='1.12321'/> |
132 | <fieldValue name='cylinderTranslation' value='0.37148 2.07517 1.56134'/> |
133 | <fieldValue name='coneTranslation' value='0.06889 2.32552 1.47737'/> |
134 | <fieldValue name='rotation' value='-23.48495 0 84.62794 0.89775'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.67329'/> |
143 | <fieldValue name='cylinderTranslation' value='0.55986 1.79735 1.90896'/> |
144 | <fieldValue name='coneTranslation' value='0.43667 1.83527 2.02976'/> |
145 | <fieldValue name='rotation' value='46.04026 -0.00000 46.95332 1.35444'/> |
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.48547'/> |
154 | <fieldValue name='cylinderTranslation' value='0.92012 1.89056 1.55312'/> |
155 | <fieldValue name='coneTranslation' value='0.96290 1.94697 1.51029'/> |
156 | <fieldValue name='rotation' value='-25.12903 0 -25.10052 0.82068'/> |
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.76531'/> |
165 | <fieldValue name='cylinderTranslation' value='0.99195 1.54689 1.40356'/> |
166 | <fieldValue name='coneTranslation' value='1.10676 1.44321 1.24343'/> |
167 | <fieldValue name='rotation' value='-55.04059 0 -39.46506 2.05518'/> |
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.37209'/> |
176 | <fieldValue name='cylinderTranslation' value='0.95134 1.65156 1.74693'/> |
177 | <fieldValue name='coneTranslation' value='0.97328 1.64127 1.75648'/> |
178 | <fieldValue name='rotation' value='13.63373 0 -31.34375 1.97706'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.63465'/> |
187 | <fieldValue name='cylinderTranslation' value='0.86414 1.86066 1.95712'/> |
188 | <fieldValue name='coneTranslation' value='0.89860 1.92788 2.09512'/> |
189 | <fieldValue name='rotation' value='55.67101 0 -13.90297 1.12934'/> |
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.65795'/> |
198 | <fieldValue name='cylinderTranslation' value='0.80172 1.77359 2.00406'/> |
199 | <fieldValue name='coneTranslation' value='0.80537 1.79851 2.17115'/> |
200 | <fieldValue name='rotation' value='65.06014 0 -1.41960 1.42280'/> |
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='1.10456'/> |
209 | <fieldValue name='cylinderTranslation' value='0.64219 2.23834 1.54332'/> |
210 | <fieldValue name='coneTranslation' value='0.53392 2.60290 1.44712'/> |
211 | <fieldValue name='rotation' value='-27.08848 0 30.48625 0.37817'/> |
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='1.17512'/> |
220 | <fieldValue name='cylinderTranslation' value='0.56372 1.60525 2.20560'/> |
221 | <fieldValue name='coneTranslation' value='0.39570 1.51804 2.58897'/> |
222 | <fieldValue name='rotation' value='105.36683 -0.00000 46.18007 1.77619'/> |
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='1.07558'/> |
231 | <fieldValue name='cylinderTranslation' value='0.76116 1.73434 2.21543'/> |
232 | <fieldValue name='coneTranslation' value='0.73766 1.74085 2.59243'/> |
233 | <fieldValue name='rotation' value='107.33326 -0.00000 6.69162 1.55358'/> |
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='1.09470'/> |
242 | <fieldValue name='cylinderTranslation' value='0.42166 1.84885 2.05978'/> |
243 | <fieldValue name='coneTranslation' value='0.15772 1.93644 2.32942'/> |
244 | <fieldValue name='rotation' value='76.20364 -0.00000 74.59219 1.34269'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='1.18923'/> |
253 | <fieldValue name='cylinderTranslation' value='0.32785 1.67007 2.04300'/> |
254 | <fieldValue name='coneTranslation' value='-0.01332 1.62986 2.30923'/> |
255 | <fieldValue name='rotation' value='72.84735 -0.00000 93.35385 1.66344'/> |
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.71801'/> |
264 | <fieldValue name='cylinderTranslation' value='0.50951 1.93809 1.63162'/> |
265 | <fieldValue name='coneTranslation' value='0.35146 2.05616 1.60548'/> |
266 | <fieldValue name='rotation' value='-9.42944 0 57.02312 0.93562'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='1.00877'/> |
275 | <fieldValue name='cylinderTranslation' value='0.89911 1.91777 2.13303'/> |
276 | <fieldValue name='coneTranslation' value='0.97045 2.04934 2.44319'/> |
277 | <fieldValue name='rotation' value='90.85318 0 -20.89737 1.17880'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.84160'/> |
286 | <fieldValue name='cylinderTranslation' value='1.07578 1.47965 1.87316'/> |
287 | <fieldValue name='coneTranslation' value='1.25004 1.32755 1.99364'/> |
288 | <fieldValue name='rotation' value='38.87939 0 -56.23176 2.19350'/> |
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.62528'/> |
297 | <fieldValue name='cylinderTranslation' value='0.57554 1.82482 1.87826'/> |
298 | <fieldValue name='coneTranslation' value='0.46858 1.87351 1.97566'/> |
299 | <fieldValue name='rotation' value='39.89916 -0.00000 43.81666 1.24611'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='1.18088'/> |
308 | <fieldValue name='cylinderTranslation' value='0.23879 1.85312 1.83134'/> |
309 | <fieldValue name='coneTranslation' value='-0.16642 1.94647 1.94257'/> |
310 | <fieldValue name='rotation' value='30.51501 -0.00000 111.16592 1.35220'/> |
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.22122'/> |
319 | <fieldValue name='cylinderTranslation' value='-2.42329 1.06046 -1.27523'/> |
320 | <fieldValue name='coneTranslation' value='-2.39696 1.09622 -1.29684'/> |
321 | <fieldValue name='rotation' value='9.68219 -0.00000 11.79505 2.38038'/> |
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.54977'/> |
330 | <fieldValue name='cylinderTranslation' value='-2.22091 1.37201 -1.36133'/> |
331 | <fieldValue name='coneTranslation' value='-2.16098 1.46875 -1.37708'/> |
332 | <fieldValue name='rotation' value='-7.53821 0 -28.68054 0.56973'/> |
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.56181'/> |
341 | <fieldValue name='cylinderTranslation' value='-2.19845 1.33492 -1.44032'/> |
342 | <fieldValue name='coneTranslation' value='-2.12706 1.41858 -1.49054'/> |
343 | <fieldValue name='rotation' value='-23.33649 0 -33.17275 0.80659'/> |
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.15460'/> |
352 | <fieldValue name='cylinderTranslation' value='-2.37957 1.07489 -1.36148'/> |
353 | <fieldValue name='coneTranslation' value='-2.36325 1.14513 -1.32099'/> |
354 | <fieldValue name='rotation' value='-7.56880 0 3.05116 2.58551'/> |
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.53153'/> |
363 | <fieldValue name='cylinderTranslation' value='-2.49424 0.96362 -1.17381'/> |
364 | <fieldValue name='coneTranslation' value='-2.54595 0.89321 -1.11418'/> |
365 | <fieldValue name='rotation' value='29.96617 -0.00000 25.98519 2.29923'/> |
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.57926'/> |
374 | <fieldValue name='cylinderTranslation' value='1.72569 -1.77691 0.93361'/> |
375 | <fieldValue name='coneTranslation' value='1.82334 -1.86216 0.93366'/> |
376 | <fieldValue name='rotation' value='0.02329 0 -43.63679 2.28849'/> |
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='1.53501'/> |
385 | <fieldValue name='cylinderTranslation' value='1.57743 -0.82249 0.90983'/> |
386 | <fieldValue name='coneTranslation' value='1.63278 -0.21780 0.89109'/> |
387 | <fieldValue name='rotation' value='-4.73384 0 -13.98595 0.09634'/> |
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.48923'/> |
396 | <fieldValue name='cylinderTranslation' value='1.62224 -1.39858 1.04018'/> |
397 | <fieldValue name='coneTranslation' value='1.66193 -1.33360 1.07709'/> |
398 | <fieldValue name='rotation' value='21.33781 0 -22.94829 0.69516'/> |
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='1.13091'/> |
407 | <fieldValue name='cylinderTranslation' value='1.39524 -1.78613 1.45047'/> |
408 | <fieldValue name='coneTranslation' value='1.31475 -1.92931 1.82116'/> |
409 | <fieldValue name='rotation' value='103.39465 -0.00000 22.45206 1.93173'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='1.11214'/> |
418 | <fieldValue name='cylinderTranslation' value='1.32091 -1.86300 0.48863'/> |
419 | <fieldValue name='coneTranslation' value='1.18800 -2.05999 0.17177'/> |
420 | <fieldValue name='rotation' value='-88.97344 0 37.31907 2.09134'/> |
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.99547'/> |
429 | <fieldValue name='cylinderTranslation' value='1.87646 -1.88152 1.09015'/> |
430 | <fieldValue name='coneTranslation' value='2.12681 -2.08174 1.19645'/> |
431 | <fieldValue name='rotation' value='31.33154 0 -73.79119 2.20538'/> |
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='1.07824'/> |
440 | <fieldValue name='cylinderTranslation' value='1.64754 -1.81788 1.39983'/> |
441 | <fieldValue name='coneTranslation' value='1.74602 -1.98064 1.72777'/> |
442 | <fieldValue name='rotation' value='93.26777 0 -28.00823 2.01452'/> |
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.61258'/> |
451 | <fieldValue name='cylinderTranslation' value='1.74359 -1.76426 1.01383'/> |
452 | <fieldValue name='coneTranslation' value='1.85635 -1.84920 1.05221'/> |
453 | <fieldValue name='rotation' value='16.06781 0 -47.21793 2.19023'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='1.33709'/> |
462 | <fieldValue name='cylinderTranslation' value='1.55395 -0.92857 0.82394'/> |
463 | <fieldValue name='coneTranslation' value='1.58928 -0.42814 0.74061'/> |
464 | <fieldValue name='rotation' value='-21.91080 0 -9.28938 0.17894'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='1.01499'/> |
473 | <fieldValue name='cylinderTranslation' value='1.59856 -2.08373 0.97777'/> |
474 | <fieldValue name='coneTranslation' value='1.66090 -2.42424 1.00808'/> |
475 | <fieldValue name='rotation' value='8.85409 0 -18.21051 2.94075'/> |
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.46870'/> |
484 | <fieldValue name='cylinderTranslation' value='1.62293 -1.38743 0.97815'/> |
485 | <fieldValue name='coneTranslation' value='1.65954 -1.32430 0.99232'/> |
486 | <fieldValue name='rotation' value='8.93057 0 -23.08457 0.55636'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='1.07827'/> |
495 | <fieldValue name='cylinderTranslation' value='1.64695 -1.81831 1.39982'/> |
496 | <fieldValue name='coneTranslation' value='1.74501 -1.98137 1.72775'/> |
497 | <fieldValue name='rotation' value='93.26493 0 -27.88917 2.01538'/> |
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='1.06591'/> |
506 | <fieldValue name='cylinderTranslation' value='1.31471 -2.02606 1.16501'/> |
507 | <fieldValue name='coneTranslation' value='1.17979 -2.33371 1.32702'/> |
508 | <fieldValue name='rotation' value='46.30304 -0.00000 38.55888 2.54080'/> |
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='1.89291'/> |
517 | <fieldValue name='cylinderTranslation' value='1.13305 -1.74344 0.07856'/> |
518 | <fieldValue name='coneTranslation' value='0.82190 -1.87391 -0.63185'/> |
519 | <fieldValue name='rotation' value='-170.98700 0 74.88996 1.73746'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='1.08184'/> |
528 | <fieldValue name='cylinderTranslation' value='1.24364 -1.98448 1.18753'/> |
529 | <fieldValue name='coneTranslation' value='1.05783 -2.26478 1.36643'/> |
530 | <fieldValue name='rotation' value='50.80711 -0.00000 52.77252 2.39773'/> |
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.58657'/> |
539 | <fieldValue name='cylinderTranslation' value='1.71082 -1.79217 0.88496'/> |
540 | <fieldValue name='coneTranslation' value='1.80322 -1.88566 0.86290'/> |
541 | <fieldValue name='rotation' value='-9.70768 0 -40.66319 2.34823'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='1.14577'/> |
550 | <fieldValue name='cylinderTranslation' value='1.24318 -1.83842 1.37490'/> |
551 | <fieldValue name='coneTranslation' value='1.05269 -2.02002 1.69303'/> |
552 | <fieldValue name='rotation' value='88.28167 -0.00000 52.86371 2.02622'/> |
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.56970'/> |
561 | <fieldValue name='cylinderTranslation' value='1.43474 -1.85841 0.97677'/> |
562 | <fieldValue name='coneTranslation' value='1.40285 -1.97762 0.99574'/> |
563 | <fieldValue name='rotation' value='8.65567 -0.00000 14.55284 2.83982'/> |
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.66218'/> |
572 | <fieldValue name='cylinderTranslation' value='1.36133 -1.83684 1.09336'/> |
573 | <fieldValue name='coneTranslation' value='1.28580 -1.96623 1.17597'/> |
574 | <fieldValue name='rotation' value='31.97249 -0.00000 29.23452 2.42841'/> |
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.61354'/> |
583 | <fieldValue name='cylinderTranslation' value='1.56514 -1.88766 0.94083'/> |
584 | <fieldValue name='coneTranslation' value='1.59272 -2.03177 0.94434'/> |
585 | <fieldValue name='rotation' value='1.46752 0 -11.52760 2.95104'/> |
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.55664'/> |
594 | <fieldValue name='cylinderTranslation' value='1.65338 -1.60745 1.16959'/> |
595 | <fieldValue name='coneTranslation' value='1.71540 -1.61638 1.26995'/> |
596 | <fieldValue name='rotation' value='47.21818 0 -29.17629 1.64637'/> |
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.64129'/> |
605 | <fieldValue name='cylinderTranslation' value='1.69131 0.91198 0.49510'/> |
606 | <fieldValue name='coneTranslation' value='1.66904 1.06719 0.53003'/> |
607 | <fieldValue name='rotation' value='13.94422 -0.00000 8.89203 0.26084'/> |
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.97016'/> |
616 | <fieldValue name='cylinderTranslation' value='1.49485 0.81651 0.78777'/> |
617 | <fieldValue name='coneTranslation' value='1.33340 0.96014 1.03063'/> |
618 | <fieldValue name='rotation' value='72.47759 -0.00000 48.18376 1.11314'/> |
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='1.22477'/> |
627 | <fieldValue name='cylinderTranslation' value='1.74310 1.09137 0.05707'/> |
628 | <fieldValue name='coneTranslation' value='1.74851 1.45275 -0.21501'/> |
629 | <fieldValue name='rotation' value='-73.66224 0 -1.46556 0.64545'/> |
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.81036'/> |
638 | <fieldValue name='cylinderTranslation' value='1.69157 0.27182 0.65577'/> |
639 | <fieldValue name='coneTranslation' value='1.66482 0.07191 0.79518'/> |
640 | <fieldValue name='rotation' value='46.07762 -0.00000 8.84103 2.52412'/> |
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.71284'/> |
649 | <fieldValue name='cylinderTranslation' value='1.63720 0.77689 0.13077'/> |
650 | <fieldValue name='coneTranslation' value='1.58288 0.87317 -0.03159'/> |
651 | <fieldValue name='rotation' value='-58.92256 0 19.71383 1.05850'/> |
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.74495'/> |
660 | <fieldValue name='cylinderTranslation' value='1.60901 0.33520 0.19869'/> |
661 | <fieldValue name='coneTranslation' value='1.53671 0.18290 0.06938'/> |
662 | <fieldValue name='rotation' value='-45.33837 0 25.35159 2.36997'/> |
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.57838'/> |
671 | <fieldValue name='cylinderTranslation' value='1.90828 0.38659 0.51136'/> |
672 | <fieldValue name='coneTranslation' value='1.98534 0.29028 0.54978'/> |
673 | <fieldValue name='rotation' value='17.19663 0 -34.50138 2.41208'/> |
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='1.18601'/> |
682 | <fieldValue name='cylinderTranslation' value='1.96593 0.88937 -0.03960'/> |
683 | <fieldValue name='coneTranslation' value='2.13398 1.09907 -0.37912'/> |
684 | <fieldValue name='rotation' value='-92.99589 0 -46.03065 1.06523'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='1.17490'/> |
693 | <fieldValue name='cylinderTranslation' value='1.46252 0.98544 0.77687'/> |
694 | <fieldValue name='coneTranslation' value='1.26370 1.26432 1.03263'/> |
695 | <fieldValue name='rotation' value='70.29763 -0.00000 54.65002 0.86003'/> |
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='1.03879'/> |
704 | <fieldValue name='cylinderTranslation' value='2.18255 0.53322 0.16964'/> |
705 | <fieldValue name='coneTranslation' value='2.49170 0.48551 -0.00732'/> |
706 | <fieldValue name='rotation' value='-51.14787 0 -89.35606 1.70395'/> |
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.60545'/> |
715 | <fieldValue name='cylinderTranslation' value='1.78933 0.74361 0.68763'/> |
716 | <fieldValue name='coneTranslation' value='1.81457 0.81029 0.81127'/> |
717 | <fieldValue name='rotation' value='52.44939 0 -10.71071 1.08469'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='1.09117'/> |
726 | <fieldValue name='cylinderTranslation' value='2.24297 0.75824 0.55211'/> |
727 | <fieldValue name='coneTranslation' value='2.60142 0.86854 0.64167'/> |
728 | <fieldValue name='rotation' value='25.34488 0 -101.43895 1.28069'/> |
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.64890'/> |
737 | <fieldValue name='cylinderTranslation' value='2.03207 0.64394 0.29995'/> |
738 | <fieldValue name='coneTranslation' value='2.18224 0.66511 0.23637'/> |
739 | <fieldValue name='rotation' value='-25.08633 0 -59.25874 1.44171'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='1.06998'/> |
748 | <fieldValue name='cylinderTranslation' value='2.19593 0.73066 0.18462'/> |
749 | <fieldValue name='coneTranslation' value='2.51847 0.82071 0.01587'/> |
750 | <fieldValue name='rotation' value='-48.15151 0 -92.03166 1.32828'/> |
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.92939'/> |
759 | <fieldValue name='cylinderTranslation' value='1.66808 0.16574 0.56988'/> |
760 | <fieldValue name='coneTranslation' value='1.62370 -0.12043 0.66463'/> |
761 | <fieldValue name='rotation' value='28.90066 -0.00000 13.53759 2.79107'/> |
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.42954'/> |
770 | <fieldValue name='cylinderTranslation' value='1.93663 0.58039 0.35252'/> |
771 | <fieldValue name='coneTranslation' value='1.98785 0.57483 0.33395'/> |
772 | <fieldValue name='rotation' value='-14.57134 0 -40.17095 1.67242'/> |
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.65240'/> |
781 | <fieldValue name='cylinderTranslation' value='1.71333 0.71694 0.12086'/> |
782 | <fieldValue name='coneTranslation' value='1.70190 0.77541 -0.03429'/> |
783 | <fieldValue name='rotation' value='-60.90333 0 4.48835 1.21128'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='1.09147'/> |
792 | <fieldValue name='cylinderTranslation' value='2.24427 0.75127 0.55587'/> |
793 | <fieldValue name='coneTranslation' value='2.60369 0.85664 0.64810'/> |
794 | <fieldValue name='rotation' value='26.09725 0 -101.70003 1.29409'/> |
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.63049'/> |
803 | <fieldValue name='cylinderTranslation' value='1.83334 0.74834 0.16366'/> |
804 | <fieldValue name='coneTranslation' value='1.88138 0.82032 0.03478'/> |
805 | <fieldValue name='rotation' value='-52.34349 0 -19.51304 1.08868'/> |
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.63142'/> |
814 | <fieldValue name='cylinderTranslation' value='1.87132 0.88648 0.40362'/> |
815 | <fieldValue name='coneTranslation' value='1.93817 1.02670 0.39289'/> |
816 | <fieldValue name='rotation' value='-4.35218 0 -27.10879 0.44985'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='1.05472'/> |
825 | <fieldValue name='cylinderTranslation' value='2.00530 0.36138 0.80942'/> |
826 | <fieldValue name='coneTranslation' value='2.19305 0.19364 1.07694'/> |
827 | <fieldValue name='rotation' value='76.80734 0 -53.90454 2.04497'/> |
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.60548'/> |
836 | <fieldValue name='cylinderTranslation' value='2.02273 0.51537 0.46745'/> |
837 | <fieldValue name='coneTranslation' value='2.15803 0.47444 0.48729'/> |
838 | <fieldValue name='rotation' value='8.41451 0 -57.39193 1.86162'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='1.83855'/> |
847 | <fieldValue name='cylinderTranslation' value='1.37776 0.01551 -0.18512'/> |
848 | <fieldValue name='coneTranslation' value='1.08205 -0.46905 -0.68936'/> |
849 | <fieldValue name='rotation' value='-122.09999 0 71.60312 2.26293'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='1.21158'/> |
858 | <fieldValue name='cylinderTranslation' value='1.59596 0.92539 -0.06754'/> |
859 | <fieldValue name='coneTranslation' value='1.49307 1.16323 -0.43027'/> |
860 | <fieldValue name='rotation' value='-98.58360 0 27.96274 1.00802'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='0.62571'/> |
869 | <fieldValue name='cylinderTranslation' value='1.90353 0.83451 0.29985'/> |
870 | <fieldValue name='coneTranslation' value='1.98549 0.94802 0.23852'/> |
871 | <fieldValue name='rotation' value='-25.10579 0 -33.55073 0.73382'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='0.61668'/> |
880 | <fieldValue name='cylinderTranslation' value='1.73304 0.84586 0.61429'/> |
881 | <fieldValue name='coneTranslation' value='1.73173 0.96309 0.70517'/> |
882 | <fieldValue name='rotation' value='37.78165 -0.00000 0.54618 0.65951'/> |
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.18422'/> |
891 | <fieldValue name='cylinderTranslation' value='1.96603 0.90938 -0.02539'/> |
892 | <fieldValue name='coneTranslation' value='2.13406 1.13358 -0.35436'/> |
893 | <fieldValue name='rotation' value='-90.15508 0 -46.05102 1.02531'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.63160'/> |
902 | <fieldValue name='cylinderTranslation' value='-2.62506 -0.75446 1.77462'/> |
903 | <fieldValue name='coneTranslation' value='-2.67557 -0.61810 1.71867'/> |
904 | <fieldValue name='rotation' value='-22.68148 0 20.47375 0.50497'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.64181'/> |
913 | <fieldValue name='cylinderTranslation' value='-2.46830 -0.79907 2.10321'/> |
914 | <fieldValue name='coneTranslation' value='-2.44102 -0.68285 2.21110'/> |
915 | <fieldValue name='rotation' value='43.03577 0 -10.87893 0.76374'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.58881'/> |
924 | <fieldValue name='cylinderTranslation' value='-2.59936 -1.13731 1.62447'/> |
925 | <fieldValue name='coneTranslation' value='-2.63437 -1.18591 1.50415'/> |
926 | <fieldValue name='rotation' value='-52.71070 0 15.33424 1.94081'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.63188'/> |
935 | <fieldValue name='cylinderTranslation' value='-2.36404 -1.12732 2.14364'/> |
936 | <fieldValue name='coneTranslation' value='-2.28573 -1.17495 2.26980'/> |
937 | <fieldValue name='rotation' value='51.12257 0 -31.73109 1.88114'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.63193'/> |
946 | <fieldValue name='cylinderTranslation' value='-2.36303 -1.14178 2.13709'/> |
947 | <fieldValue name='coneTranslation' value='-2.28422 -1.19654 2.26003'/> |
948 | <fieldValue name='rotation' value='49.81316 0 -31.93197 1.92956'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='0.64912'/> |
957 | <fieldValue name='cylinderTranslation' value='-2.44222 -1.34112 1.83717'/> |
958 | <fieldValue name='coneTranslation' value='-2.40141 -1.49845 1.81138'/> |
959 | <fieldValue name='rotation' value='-10.17145 0 -16.09512 2.84390'/> |
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.27037'/> |
968 | <fieldValue name='cylinderTranslation' value='-2.56584 -1.09022 1.77451'/> |
969 | <fieldValue name='coneTranslation' value='-2.55792 -1.07932 1.79535'/> |
970 | <fieldValue name='rotation' value='-22.70406 0 8.62883 2.02559'/> |
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.63665'/> |
979 | <fieldValue name='cylinderTranslation' value='-2.63773 -0.77958 1.73003'/> |
980 | <fieldValue name='coneTranslation' value='-2.69495 -0.65461 1.65144'/> |
981 | <fieldValue name='rotation' value='-31.59990 0 23.00798 0.66108'/> |
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.54721'/> |
990 | <fieldValue name='cylinderTranslation' value='0.02935 -1.93587 -1.98092'/> |
991 | <fieldValue name='coneTranslation' value='-0.06071 -1.97359 -2.03900'/> |
992 | <fieldValue name='rotation' value='-27.97434 0 43.37959 1.90921'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='1.06584'/> |
1001 | <fieldValue name='cylinderTranslation' value='-0.22927 -1.71089 -2.04079'/> |
1002 | <fieldValue name='coneTranslation' value='-0.56202 -1.61701 -2.18056'/> |
1003 | <fieldValue name='rotation' value='-39.94787 0 95.10277 1.31633'/> |
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.94939'/> |
1012 | <fieldValue name='cylinderTranslation' value='0.51843 -2.23334 -1.81917'/> |
1013 | <fieldValue name='coneTranslation' value='0.69887 -2.49076 -1.80466'/> |
1014 | <fieldValue name='rotation' value='4.37663 0 -54.43630 2.52871'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='0.54971'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.12015 -2.06450 -1.94821'/> |
1024 | <fieldValue name='coneTranslation' value='0.06746 -2.15621 -1.99299'/> |
1025 | <fieldValue name='rotation' value='-21.43257 0 25.21866 2.49552'/> |
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.60409'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.17808 -1.74153 -2.11650'/> |
1035 | <fieldValue name='coneTranslation' value='0.14602 -1.69285 -2.24603'/> |
1036 | <fieldValue name='rotation' value='-55.08906 0 13.63365 1.22100'/> |
1037 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1038 | <fieldValue name='ballRadius' value='0.02'/> |
1039 | <fieldValue name='traceEnabled' value='false'/> |
1040 | <fieldValue name='displayMode'/> |
1041 | <fieldValue name='transparency' value='0'/> |
1042 | </ProtoInstance> |
1043 | <ProtoInstance name='Arc'> |
1044 | <fieldValue name='cylinderHeight' value='0.69461'/> |
1045 | <fieldValue name='cylinderTranslation' value='0.40725 -1.56635 -1.71056'/> |
1046 | <fieldValue name='coneTranslation' value='0.49409 -1.41604 -1.64018'/> |
1047 | <fieldValue name='rotation' value='26.09885 0 -32.20199 0.63943'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='0.56103'/> |
1056 | <fieldValue name='cylinderTranslation' value='0.24660 -1.78937 -2.11599'/> |
1057 | <fieldValue name='coneTranslation' value='0.24676 -1.76546 -2.23411'/> |
1058 | <fieldValue name='rotation' value='-54.98770 0 -0.07176 1.37103'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='1.02892'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.07099 -1.65074 -2.28400'/> |
1068 | <fieldValue name='coneTranslation' value='-0.04976 -1.51687 -2.58920'/> |
1069 | <fieldValue name='rotation' value='-88.59045 0 35.05047 1.18352'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='1.10953'/> |
1078 | <fieldValue name='cylinderTranslation' value='0.31433 -1.53580 -2.29657'/> |
1079 | <fieldValue name='coneTranslation' value='0.36278 -1.31575 -2.62072'/> |
1080 | <fieldValue name='rotation' value='-91.10451 0 -13.61759 0.97952'/> |
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.13229'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.04912 -1.47803 -2.22441'/> |
1090 | <fieldValue name='coneTranslation' value='-0.09229 -1.21474 -2.49943'/> |
1091 | <fieldValue name='rotation' value='-76.67244 0 39.42412 0.86550'/> |
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='1.06793'/> |
1100 | <fieldValue name='cylinderTranslation' value='-0.19391 -1.66477 -2.08372'/> |
1101 | <fieldValue name='coneTranslation' value='-0.50217 -1.53851 -2.25367'/> |
1102 | <fieldValue name='rotation' value='-48.53312 0 88.03063 1.22642'/> |
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.43029'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.39939 -1.95957 -1.74248'/> |
1112 | <fieldValue name='coneTranslation' value='0.43864 -1.98893 -1.71722'/> |
1113 | <fieldValue name='rotation' value='19.71420 0 -30.62825 2.13218'/> |
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.60483'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.50568 -1.94059 -1.96361'/> |
1123 | <fieldValue name='coneTranslation' value='0.62785 -1.98559 -2.02132'/> |
1124 | <fieldValue name='rotation' value='-24.51146 0 -51.88635 1.89226'/> |
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='1.10537'/> |
1133 | <fieldValue name='cylinderTranslation' value='-0.29395 -1.96130 -1.82973'/> |
1134 | <fieldValue name='coneTranslation' value='-0.67777 -2.04391 -1.82168'/> |
1135 | <fieldValue name='rotation' value='2.26469 -0.00000 108.03965 1.78274'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='1.06570'/> |
1144 | <fieldValue name='cylinderTranslation' value='-0.02356 -2.29832 -1.76569'/> |
1145 | <fieldValue name='coneTranslation' value='-0.21234 -2.61549 -1.71296'/> |
1146 | <fieldValue name='rotation' value='15.07164 -0.00000 53.95993 2.58804'/> |
1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1148 | <fieldValue name='ballRadius' value='0.02'/> |
1149 | <fieldValue name='traceEnabled' value='false'/> |
1150 | <fieldValue name='displayMode'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | </ProtoInstance> |
1153 | <ProtoInstance name='Arc'> |
1154 | <fieldValue name='cylinderHeight' value='1.08529'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.49571 -1.63700 -2.27573'/> |
1156 | <fieldValue name='coneTranslation' value='0.67163 -1.49030 -2.58225'/> |
1157 | <fieldValue name='rotation' value='-86.93621 0 -49.89406 1.17734'/> |
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.99500'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.64680 -1.92073 -2.12624'/> |
1167 | <fieldValue name='coneTranslation' value='0.91854 -1.97208 -2.31971'/> |
1168 | <fieldValue name='rotation' value='-57.03730 0 -80.11156 1.72354'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.64775'/> |
1177 | <fieldValue name='cylinderTranslation' value='-0.03485 -1.74896 -1.97009'/> |
1178 | <fieldValue name='coneTranslation' value='-0.17707 -1.70035 -2.03538'/> |
1179 | <fieldValue name='rotation' value='-25.80798 0 56.21832 1.26962'/> |
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.62685'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.26732 -2.04035 -1.59682'/> |
1189 | <fieldValue name='coneTranslation' value='0.27763 -2.13595 -1.47727'/> |
1190 | <fieldValue name='rotation' value='48.84573 0 -4.21481 2.24354'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.56749'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.32845 -2.06582 -1.99919'/> |
1200 | <fieldValue name='coneTranslation' value='0.36430 -2.16211 -2.06816'/> |
1201 | <fieldValue name='rotation' value='-31.62866 0 -16.44084 2.46243'/> |
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='1.02816'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.08929 -2.26005 -1.58142'/> |
1211 | <fieldValue name='coneTranslation' value='-0.01882 -2.54589 -1.40260'/> |
1212 | <fieldValue name='rotation' value='51.92551 -0.00000 31.39150 2.51034'/> |
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.18284'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.50242 -1.87274 -1.30871'/> |
1222 | <fieldValue name='coneTranslation' value='0.68930 -1.89295 -0.92039'/> |
1223 | <fieldValue name='rotation' value='106.46769 0 -51.23586 1.61766'/> |
1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1225 | <fieldValue name='ballRadius' value='0.02'/> |
1226 | <fieldValue name='traceEnabled' value='false'/> |
1227 | <fieldValue name='displayMode'/> |
1228 | <fieldValue name='transparency' value='0'/> |
1229 | </ProtoInstance> |
1230 | <ProtoInstance name='Arc'> |
1231 | <fieldValue name='cylinderHeight' value='0.57962'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.38783 -1.86536 -2.09310'/> |
1233 | <fieldValue name='coneTranslation' value='0.45124 -1.87446 -2.20600'/> |
1234 | <fieldValue name='rotation' value='-50.41053 0 -28.31642 1.64098'/> |
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='1.10529'/> |
1243 | <fieldValue name='cylinderTranslation' value='-0.29360 -1.96272 -1.82924'/> |
1244 | <fieldValue name='coneTranslation' value='-0.67715 -2.04633 -1.82085'/> |
1245 | <fieldValue name='rotation' value='2.36192 -0.00000 107.96878 1.78537'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='0.56749'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.32845 -2.06583 -1.99919'/> |
1255 | <fieldValue name='coneTranslation' value='0.36430 -2.16211 -2.06815'/> |
1256 | <fieldValue name='rotation' value='-31.62719 0 -16.44087 2.46246'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='1.82044'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.63299 -1.20810 -1.31833'/> |
1266 | <fieldValue name='coneTranslation' value='0.95176 -0.68312 -0.88750'/> |
1267 | <fieldValue name='rotation' value='104.54324 0 -77.34968 0.79573'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.54971'/> |
1276 | <fieldValue name='cylinderTranslation' value='0.12018 -2.06451 -1.94824'/> |
1277 | <fieldValue name='coneTranslation' value='0.06750 -2.15622 -1.99303'/> |
1278 | <fieldValue name='rotation' value='-21.43782 0 25.21271 2.49555'/> |
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.07357'/> |
1287 | <fieldValue name='cylinderTranslation' value='-0.09128 -2.25609 -1.76856'/> |
1288 | <fieldValue name='coneTranslation' value='-0.32819 -2.54462 -1.71768'/> |
1289 | <fieldValue name='rotation' value='14.49778 -0.00000 67.50447 2.44303'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.74063'/> |
1298 | <fieldValue name='cylinderTranslation' value='1.41806 1.29524 0.84659'/> |
1299 | <fieldValue name='coneTranslation' value='1.28812 1.33696 1.00662'/> |
1300 | <fieldValue name='rotation' value='56.35342 -0.00000 45.75799 1.37109'/> |
1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1302 | <fieldValue name='ballRadius' value='0.02'/> |
1303 | <fieldValue name='traceEnabled' value='false'/> |
1304 | <fieldValue name='displayMode'/> |
1305 | <fieldValue name='transparency' value='0'/> |
1306 | </ProtoInstance> |
1307 | <ProtoInstance name='Arc'> |
1308 | <fieldValue name='cylinderHeight' value='0.40704'/> |
1309 | <fieldValue name='cylinderTranslation' value='1.82686 1.19628 0.47334'/> |
1310 | <fieldValue name='coneTranslation' value='1.86535 1.19083 0.45378'/> |
1311 | <fieldValue name='rotation' value='-18.29640 0 -36.00082 1.69642'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='0.16633'/> |
1320 | <fieldValue name='cylinderTranslation' value='1.96178 -1.95474 1.01395'/> |
1321 | <fieldValue name='coneTranslation' value='1.94523 -1.96642 0.93983'/> |
1322 | <fieldValue name='rotation' value='16.04451 0 -3.58114 1.41812'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='0.10623'/> |
1331 | <fieldValue name='cylinderTranslation' value='1.92900 -1.98264 0.88507'/> |
1332 | <fieldValue name='coneTranslation' value='1.95892 -1.95194 0.98299'/> |
1333 | <fieldValue name='rotation' value='-9.73097 0 2.97360 1.86208'/> |
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.18796'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.45065 0.48615 1.01816'/> |
1343 | <fieldValue name='coneTranslation' value='1.59437 0.08818 0.92171'/> |
1344 | <fieldValue name='rotation' value='-26.39997 0 -39.34274 2.73135'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='0.34469'/> |
1353 | <fieldValue name='cylinderTranslation' value='1.22160 1.19977 1.13926'/> |
1354 | <fieldValue name='coneTranslation' value='1.21929 1.21187 1.13848'/> |
1355 | <fieldValue name='rotation' value='-2.17995 0 6.46626 0.19929'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.63893'/> |
1364 | <fieldValue name='cylinderTranslation' value='1.54841 0.95794 1.05002'/> |
1365 | <fieldValue name='coneTranslation' value='1.69540 0.92155 1.00003'/> |
1366 | <fieldValue name='rotation' value='-20.02820 0 -58.89448 1.80103'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='0.87342'/> |
1375 | <fieldValue name='cylinderTranslation' value='1.18100 1.30444 1.48263'/> |
1376 | <fieldValue name='coneTranslation' value='1.13478 1.47780 1.69329'/> |
1377 | <fieldValue name='rotation' value='66.49436 -0.00000 14.58757 0.89374'/> |
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.41560'/> |
1386 | <fieldValue name='cylinderTranslation' value='1.42717 0.38007 0.93227'/> |
1387 | <fieldValue name='coneTranslation' value='1.56124 -0.12359 0.76364'/> |
1388 | <fieldValue name='rotation' value='-43.57693 0 -34.64617 2.73741'/> |
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.94530'/> |
1397 | <fieldValue name='cylinderTranslation' value='1.30544 1.13253 1.60886'/> |
1398 | <fieldValue name='coneTranslation' value='1.33950 1.19980 1.91228'/> |
1399 | <fieldValue name='rotation' value='91.74003 0 -10.30044 1.35394'/> |
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.41608'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.03529 2.23741 1.59280'/> |
1409 | <fieldValue name='coneTranslation' value='0.07895 2.21747 1.59087'/> |
1410 | <fieldValue name='rotation' value='-1.66551 0 -37.82091 1.99862'/> |
1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1412 | <fieldValue name='ballRadius' value='0.02'/> |
1413 | <fieldValue name='traceEnabled' value='false'/> |
1414 | <fieldValue name='displayMode'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | </ProtoInstance> |
1417 | <ProtoInstance name='Arc'> |
1418 | <fieldValue name='cylinderHeight' value='0.90103'/> |
1419 | <fieldValue name='cylinderTranslation' value='1.11039 1.80971 1.08095'/> |
1420 | <fieldValue name='coneTranslation' value='1.16126 1.52533 1.11152'/> |
1421 | <fieldValue name='rotation' value='9.48187 0 -15.77644 2.93586'/> |
1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1423 | <fieldValue name='ballRadius' value='0.02'/> |
1424 | <fieldValue name='traceEnabled' value='false'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | </ProtoInstance> |
1428 | <ProtoInstance name='Arc'> |
1429 | <fieldValue name='cylinderHeight' value='0.19555'/> |
1430 | <fieldValue name='cylinderTranslation' value='-2.43855 0.99481 -1.31307'/> |
1431 | <fieldValue name='coneTranslation' value='-2.46637 0.98562 -1.25818'/> |
1432 | <fieldValue name='rotation' value='-17.25100 0 -8.74389 1.42266'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='0.31431'/> |
1441 | <fieldValue name='cylinderTranslation' value='-2.55322 0.88354 -1.12540'/> |
1442 | <fieldValue name='coneTranslation' value='-2.55193 0.88529 -1.12723'/> |
1443 | <fieldValue name='rotation' value='20.28397 -0.00000 14.19014 2.23470'/> |
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.22907'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.75749 2.21363 1.80716'/> |
1453 | <fieldValue name='coneTranslation' value='0.78559 2.24707 1.81976'/> |
1454 | <fieldValue name='rotation' value='-6.34549 0 14.16100 2.39733'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.18022'/> |
1463 | <fieldValue name='cylinderTranslation' value='-2.05505 1.56639 -1.47801'/> |
1464 | <fieldValue name='coneTranslation' value='-2.07247 1.59515 -1.41675'/> |
1465 | <fieldValue name='rotation' value='-15.79828 0 -4.49220 1.99500'/> |
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.42071'/> |
1474 | <fieldValue name='cylinderTranslation' value='-0.51036 -1.61481 -2.16983'/> |
1475 | <fieldValue name='coneTranslation' value='-0.46382 -1.62393 -2.15291'/> |
1476 | <fieldValue name='rotation' value='14.13989 0 -38.88445 1.75281'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='0.61644'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.67157 -2.34787 -1.72060'/> |
1486 | <fieldValue name='coneTranslation' value='0.61432 -2.21622 -1.68372'/> |
1487 | <fieldValue name='rotation' value='15.33757 -0.00000 23.80805 0.47735'/> |
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.00008'/> |
1496 | <fieldValue name='cylinderTranslation' value='-0.00591 -2.28397 -2.05540'/> |
1497 | <fieldValue name='coneTranslation' value='-0.12475 -2.26256 -1.95048'/> |
1498 | <fieldValue name='rotation' value='-0.00525 0 -0.00594 1.70500'/> |
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.72126'/> |
1507 | <fieldValue name='cylinderTranslation' value='1.96109 0.03102 1.03981'/> |
1508 | <fieldValue name='coneTranslation' value='2.13563 0.08085 1.12529'/> |
1509 | <fieldValue name='rotation' value='30.72972 0 -62.74556 1.31981'/> |
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.27220'/> |
1518 | <fieldValue name='cylinderTranslation' value='0.77143 2.03913 1.83197'/> |
1519 | <fieldValue name='coneTranslation' value='0.78631 2.02328 1.84190'/> |
1520 | <fieldValue name='rotation' value='-11.30807 0 16.94908 0.84585'/> |
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.45427'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.98211 1.76346 1.85181'/> |
1530 | <fieldValue name='coneTranslation' value='1.01934 1.70865 1.84096'/> |
1531 | <fieldValue name='rotation' value='-7.34143 0 -25.18883 2.52586'/> |
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.16716'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.17844 -1.68586 -2.39143'/> |
1541 | <fieldValue name='coneTranslation' value='0.11578 -1.64211 -2.39190'/> |
1542 | <fieldValue name='rotation' value='0.10135 0 -13.70541 2.18032'/> |
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.43711'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.00282 -1.54723 -2.55945'/> |
1552 | <fieldValue name='coneTranslation' value='-0.02587 -1.52291 -2.60433'/> |
1553 | <fieldValue name='rotation' value='-33.50139 0 21.41682 1.14244'/> |
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.19480'/> |
1562 | <fieldValue name='cylinderTranslation' value='1.61476 0.89165 -0.17375'/> |
1563 | <fieldValue name='coneTranslation' value='1.56584 0.93018 -0.16738'/> |
1564 | <fieldValue name='rotation' value='-1.98077 0 -15.22548 2.23376'/> |
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.50230'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.49739 1.10010 -0.36215'/> |
1574 | <fieldValue name='coneTranslation' value='1.48242 1.15399 -0.43412'/> |
1575 | <fieldValue name='rotation' value='-39.66104 0 8.24891 0.93817'/> |
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.10545'/> |
1584 | <fieldValue name='cylinderTranslation' value='-2.74010 -0.50320 1.61662'/> |
1585 | <fieldValue name='coneTranslation' value='-2.71432 -0.45209 1.70734'/> |
1586 | <fieldValue name='rotation' value='-8.91842 0 2.53424 2.06740'/> |
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.82460'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.54133 -0.10124 0.34319'/> |
1596 | <fieldValue name='coneTranslation' value='1.57747 -0.20494 0.57034'/> |
1597 | <fieldValue name='rotation' value='74.23902 0 -11.81400 1.99435'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='1.10089'/> |
1606 | <fieldValue name='cylinderTranslation' value='1.25100 -0.25147 -0.41181'/> |
1607 | <fieldValue name='coneTranslation' value='1.08696 -0.47823 -0.68406'/> |
1608 | <fieldValue name='rotation' value='-76.76162 0 46.25153 2.19048'/> |
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.55942'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.55890 2.37735 1.79588'/> |
1618 | <fieldValue name='coneTranslation' value='0.50422 2.48348 1.80463'/> |
1619 | <fieldValue name='rotation' value='4.08911 -0.00000 25.55533 0.48096'/> |
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.66300'/> |
1628 | <fieldValue name='cylinderTranslation' value='1.84059 -0.04985 0.65587'/> |
1629 | <fieldValue name='coneTranslation' value='1.71633 -0.16411 0.68614'/> |
1630 | <fieldValue name='rotation' value='11.70403 -0.00000 48.03897 2.29991'/> |
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.35560'/> |
1639 | <fieldValue name='cylinderTranslation' value='2.19524 0.29978 0.55344'/> |
1640 | <fieldValue name='coneTranslation' value='2.20670 0.31267 0.54904'/> |
1641 | <fieldValue name='rotation' value='-8.78212 0 -22.89055 0.76076'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='1.15436'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.79400 -0.92940 -1.18784'/> |
1651 | <fieldValue name='coneTranslation' value='0.95716 -0.67047 -0.90435'/> |
1652 | <fieldValue name='rotation' value='78.44439 0 -45.14768 0.90118'/> |
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='1.04373'/> |
1661 | <fieldValue name='cylinderTranslation' value='1.66869 -0.74072 0.93063'/> |
1662 | <fieldValue name='coneTranslation' value='1.62134 -0.41480 0.78069'/> |
1663 | <fieldValue name='rotation' value='-43.24861 0 13.65891 0.44953'/> |
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.49534'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.76813 -1.41960 1.27628'/> |
1673 | <fieldValue name='coneTranslation' value='1.77915 -1.49353 1.32208'/> |
1674 | <fieldValue name='rotation' value='25.88036 0 -6.22800 2.57425'/> |
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.41367'/> |
1683 | <fieldValue name='cylinderTranslation' value='0.08637 2.28818 1.51419'/> |
1684 | <fieldValue name='coneTranslation' value='0.11762 2.25713 1.53011'/> |
1685 | <fieldValue name='rotation' value='14.05551 0 -27.60481 2.29530'/> |
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.42188'/> |
1694 | <fieldValue name='cylinderTranslation' value='0.18689 1.92112 2.28998'/> |
1695 | <fieldValue name='coneTranslation' value='0.15352 1.93356 2.32640'/> |
1696 | <fieldValue name='rotation' value='30.16338 -0.00000 27.63888 1.32413'/> |
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.08816'/> |
1705 | <fieldValue name='cylinderTranslation' value='0.34077 1.89708 2.10846'/> |
1706 | <fieldValue name='coneTranslation' value='0.29953 1.82486 2.18920'/> |
1707 | <fieldValue name='rotation' value='-6.14109 0 -3.13666 0.89811'/> |
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.93325'/> |
1716 | <fieldValue name='cylinderTranslation' value='0.94646 -2.02001 -0.36631'/> |
1717 | <fieldValue name='coneTranslation' value='0.82302 -1.94144 -0.63577'/> |
1718 | <fieldValue name='rotation' value='-82.01356 0 37.57089 1.31169'/> |
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.04908'/> |
1727 | <fieldValue name='cylinderTranslation' value='2.19618 1.19658 -0.49037'/> |
1728 | <fieldValue name='coneTranslation' value='2.19562 1.08611 -0.56877'/> |
1729 | <fieldValue name='rotation' value='2.84082 0 -0.02037 0.61722'/> |
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.38588'/> |
1738 | <fieldValue name='cylinderTranslation' value='2.11255 -2.05934 1.17049'/> |
1739 | <fieldValue name='coneTranslation' value='2.08986 -2.03932 1.15746'/> |
1740 | <fieldValue name='rotation' value='-15.26373 0 26.57325 0.91762'/> |
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.76324'/> |
1749 | <fieldValue name='cylinderTranslation' value='1.11745 1.71237 1.27792'/> |
1750 | <fieldValue name='coneTranslation' value='1.15916 1.51279 1.19106'/> |
1751 | <fieldValue name='rotation' value='-29.91156 0 -14.36454 2.69183'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='0.69021'/> |
1760 | <fieldValue name='cylinderTranslation' value='1.45979 1.22912 0.96578'/> |
1761 | <fieldValue name='coneTranslation' value='1.60489 1.15425 0.87857'/> |
1762 | <fieldValue name='rotation' value='-32.51599 0 -54.10384 1.98719'/> |
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.62016'/> |
1771 | <fieldValue name='cylinderTranslation' value='2.38341 0.51144 0.09679'/> |
1772 | <fieldValue name='coneTranslation' value='2.26438 0.53426 0.18530'/> |
1773 | <fieldValue name='rotation' value='36.57653 -0.00000 49.18511 1.41810'/> |
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.00146'/> |
1782 | <fieldValue name='cylinderTranslation' value='1.78699 -2.04976 1.86616'/> |
1783 | <fieldValue name='coneTranslation' value='1.91645 -1.95704 1.86925'/> |
1784 | <fieldValue name='rotation' value='-0.00284 0 0.11906 2.19212'/> |
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.27569'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.78660 0.98729 0.87654'/> |
1794 | <fieldValue name='coneTranslation' value='1.79564 0.97085 0.88832'/> |
1795 | <fieldValue name='rotation' value='-14.66774 0 11.25689 0.73509'/> |
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.23393'/> |
1804 | <fieldValue name='cylinderTranslation' value='0.87123 1.90917 2.28242'/> |
1805 | <fieldValue name='coneTranslation' value='0.89420 1.94121 2.26515'/> |
1806 | <fieldValue name='rotation' value='9.38913 -0.00000 12.48336 2.41044'/> |
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.37645'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.96862 2.05335 2.41138'/> |
1816 | <fieldValue name='coneTranslation' value='0.97387 2.06192 2.43776'/> |
1817 | <fieldValue name='rotation' value='35.18217 0 -6.99440 1.26253'/> |
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.42568'/> |
1826 | <fieldValue name='cylinderTranslation' value='-0.47500 -1.56869 -2.21276'/> |
1827 | <fieldValue name='coneTranslation' value='-0.43551 -1.58959 -2.18455'/> |
1828 | <fieldValue name='rotation' value='22.72514 0 -31.81231 1.97751'/> |
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.01606'/> |
1837 | <fieldValue name='cylinderTranslation' value='2.75147 0.90733 0.68259'/> |
1838 | <fieldValue name='coneTranslation' value='2.72677 1.03931 0.61142'/> |
1839 | <fieldValue name='rotation' value='0.75236 0 -0.26108 2.62292'/> |
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.43667'/> |
1848 | <fieldValue name='cylinderTranslation' value='2.49222 0.77242 0.05919'/> |
1849 | <fieldValue name='coneTranslation' value='2.53601 0.79559 0.02838'/> |
1850 | <fieldValue name='rotation' value='-23.06518 0 -32.77291 1.16238'/> |
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.25228'/> |
1859 | <fieldValue name='cylinderTranslation' value='2.23292 0.62215 0.22709'/> |
1860 | <fieldValue name='coneTranslation' value='2.25854 0.63921 0.21298'/> |
1861 | <fieldValue name='rotation' value='10.51498 -0.00000 19.08780 2.09881'/> |
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.49216'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.65882 -2.05512 -1.86504'/> |
1871 | <fieldValue name='coneTranslation' value='0.69600 -2.04848 -1.94239'/> |
1872 | <fieldValue name='rotation' value='-44.22566 0 -21.25810 1.49358'/> |
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.90843'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.65557 -1.98728 -1.21014'/> |
1882 | <fieldValue name='coneTranslation' value='0.72231 -1.93104 -0.92917'/> |
1883 | <fieldValue name='rotation' value='86.75348 0 -20.60761 1.37845'/> |
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.43754'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.76826 1.78285 2.54073'/> |
1893 | <fieldValue name='coneTranslation' value='0.75737 1.77231 2.59751'/> |
1894 | <fieldValue name='rotation' value='42.27313 -0.00000 8.11123 1.75119'/> |
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.32156'/> |
1903 | <fieldValue name='cylinderTranslation' value='-2.64251 -1.19669 1.51095'/> |
1904 | <fieldValue name='coneTranslation' value='-2.64235 -1.19646 1.51168'/> |
1905 | <fieldValue name='rotation' value='30.00664 0 -6.70541 1.27361'/> |
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.43248'/> |
1914 | <fieldValue name='cylinderTranslation' value='0.90623 -2.01628 -2.24879'/> |
1915 | <fieldValue name='coneTranslation' value='0.94294 -2.01112 -2.29109'/> |
1916 | <fieldValue name='rotation' value='-32.52584 0 -28.22521 1.47884'/> |
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.00307'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.83380 -2.07898 -1.81792'/> |
1926 | <fieldValue name='coneTranslation' value='-0.87037 -1.93319 -1.86808'/> |
1927 | <fieldValue name='rotation' value='0.09722 0 -0.07088 2.73904'/> |
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.03181'/> |
1936 | <fieldValue name='cylinderTranslation' value='-2.20438 -1.23826 2.39271'/> |
1937 | <fieldValue name='coneTranslation' value='-2.21348 -1.10726 2.45203'/> |
1938 | <fieldValue name='rotation' value='-1.30941 0 -0.20088 2.71199'/> |
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.15972'/> |
1947 | <fieldValue name='cylinderTranslation' value='-0.36108 -2.70937 -1.69320'/> |
1948 | <fieldValue name='coneTranslation' value='-0.29312 -2.75174 -1.69032'/> |
1949 | <fieldValue name='rotation' value='-0.57387 0 13.54454 1.01368'/> |
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.97795'/> |
1958 | <fieldValue name='cylinderTranslation' value='1.66937 -0.72956 0.86859'/> |
1959 | <fieldValue name='coneTranslation' value='1.71578 -1.03828 0.97234'/> |
1960 | <fieldValue name='rotation' value='30.84137 0 -13.79519 2.78884'/> |
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.31528'/> |
1969 | <fieldValue name='cylinderTranslation' value='2.22359 0.49358 0.39460'/> |
1970 | <fieldValue name='coneTranslation' value='2.22230 0.49455 0.39288'/> |
1971 | <fieldValue name='rotation' value='22.98585 0 -17.22098 1.99595'/> |
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.40461'/> |
1980 | <fieldValue name='cylinderTranslation' value='1.65619 -2.38495 0.98510'/> |
1981 | <fieldValue name='coneTranslation' value='1.64921 -2.34395 0.97738'/> |
1982 | <fieldValue name='rotation' value='-7.38657 0 6.68292 0.24875'/> |
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.26245'/> |
1991 | <fieldValue name='cylinderTranslation' value='1.81090 0.86311 -0.14085'/> |
1992 | <fieldValue name='coneTranslation' value='1.78458 0.85622 -0.15024'/> |
1993 | <fieldValue name='rotation' value='8.55984 0 -24.00139 1.32915'/> |
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.56640'/> |
2002 | <fieldValue name='cylinderTranslation' value='0.11036 -2.45536 -1.33719'/> |
2003 | <fieldValue name='coneTranslation' value='0.03291 -2.55093 -1.33050'/> |
2004 | <fieldValue name='rotation' value='3.07978 -0.00000 35.60630 2.45876'/> |
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.81577'/> |
2013 | <fieldValue name='cylinderTranslation' value='0.52350 -2.06805 -1.06448'/> |
2014 | <fieldValue name='coneTranslation' value='0.66638 -1.96619 -0.88939'/> |
2015 | <fieldValue name='rotation' value='57.62196 0 -47.02105 1.14735'/> |
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.35156'/> |
2024 | <fieldValue name='cylinderTranslation' value='2.00109 0.98068 0.03813'/> |
2025 | <fieldValue name='coneTranslation' value='2.00739 0.98841 0.05036'/> |
2026 | <fieldValue name='rotation' value='27.23770 0 -14.03769 1.05848'/> |
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.24088'/> |
2035 | <fieldValue name='cylinderTranslation' value='2.03907 1.11881 0.27809'/> |
2036 | <fieldValue name='coneTranslation' value='2.02849 1.13588 0.31217'/> |
2037 | <fieldValue name='rotation' value='-20.75361 0 -6.44194 2.01693'/> |
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.41528'/> |
2046 | <fieldValue name='cylinderTranslation' value='1.16854 -2.27646 1.32487'/> |
2047 | <fieldValue name='coneTranslation' value='1.17923 -2.23305 1.30843'/> |
2048 | <fieldValue name='rotation' value='-14.33055 0 -9.32436 0.42432'/> |
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.00002'/> |
2057 | <fieldValue name='cylinderTranslation' value='0.41065 -2.28661 -2.15733'/> |
2058 | <fieldValue name='coneTranslation' value='0.40831 -2.18785 -2.28318'/> |
2059 | <fieldValue name='rotation' value='0.00146 0 -0.00003 2.23605'/> |
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.42198'/> |
2068 | <fieldValue name='cylinderTranslation' value='1.09747 -2.23488 1.34739'/> |
2069 | <fieldValue name='coneTranslation' value='1.12591 -2.19919 1.32463'/> |
2070 | <fieldValue name='rotation' value='-18.83462 0 -23.53800 0.79575'/> |
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='Vertex'> |
2078 | <fieldValue name='vertexText' value='"2010-01-24-AF.MIL-NEWS"'/> |
2079 | <fieldValue name='description' value='1: 2010-01-24-AF.MIL-NEWS'/> |
2080 | <fieldValue name='url'/> |
2081 | <fieldValue name='radius' value='0.1500'/> |
2082 | <fieldValue name='displayMode'/> |
2083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2084 | <fieldValue name='transparency' value='0'/> |
2085 | <fieldValue name='translation' value='0.79462 1.72508 1.67876'/> |
2086 | <fieldValue name='textTranslation' value='0.94462 1.72508 1.67876'/> |
2087 | <fieldValue name='textColor' value='0 0 0'/> |
2088 | </ProtoInstance> |
2089 | <ProtoInstance name='Vertex'> |
2090 | <fieldValue name='vertexText' value='"2010-01-24-FACEBOOK.COM-GROUP.PHP"'/> |
2091 | <fieldValue name='description' value='2: 2010-01-24-FACEBOOK.COM-GROUP.PHP'/> |
2092 | <fieldValue name='url'/> |
2093 | <fieldValue name='radius' value='0.1500'/> |
2094 | <fieldValue name='displayMode'/> |
2095 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2096 | <fieldValue name='transparency' value='0'/> |
2097 | <fieldValue name='translation' value='-2.36432 1.14054 -1.32364'/> |
2098 | <fieldValue name='textTranslation' value='-2.21432 1.14054 -1.32364'/> |
2099 | <fieldValue name='textColor' value='0 0 0'/> |
2100 | </ProtoInstance> |
2101 | <ProtoInstance name='Vertex'> |
2102 | <fieldValue name='vertexText' value='"2010-01-24-MARINES.MIL-UNIT"'/> |
2103 | <fieldValue name='description' value='3: 2010-01-24-MARINES.MIL-UNIT'/> |
2104 | <fieldValue name='url'/> |
2105 | <fieldValue name='radius' value='0.1500'/> |
2106 | <fieldValue name='displayMode'/> |
2107 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2108 | <fieldValue name='transparency' value='0'/> |
2109 | <fieldValue name='translation' value='1.50750 -1.58644 0.93350'/> |
2110 | <fieldValue name='textTranslation' value='1.65750 -1.58644 0.93350'/> |
2111 | <fieldValue name='textColor' value='0 0 0'/> |
2112 | </ProtoInstance> |
2113 | <ProtoInstance name='Vertex'> |
2114 | <fieldValue name='vertexText' value='"2010-01-24-SOUTHCOM.MIL-APPSSC"'/> |
2115 | <fieldValue name='description' value='4: 2010-01-24-SOUTHCOM.MIL-APPSSC'/> |
2116 | <fieldValue name='url'/> |
2117 | <fieldValue name='radius' value='0.1500'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2120 | <fieldValue name='transparency' value='0'/> |
2121 | <fieldValue name='translation' value='1.73577 0.60218 0.42538'/> |
2122 | <fieldValue name='textTranslation' value='1.88577 0.60218 0.42538'/> |
2123 | <fieldValue name='textColor' value='0 0 0'/> |
2124 | </ProtoInstance> |
2125 | <ProtoInstance name='Vertex'> |
2126 | <fieldValue name='vertexText' value='"2010-01-24-TWITTER.COM-USAID_HAITI"'/> |
2127 | <fieldValue name='description' value='5: 2010-01-24-TWITTER.COM-USAID_HAITI'/> |
2128 | <fieldValue name='url'/> |
2129 | <fieldValue name='radius' value='0.1500'/> |
2130 | <fieldValue name='displayMode'/> |
2131 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2132 | <fieldValue name='transparency' value='0'/> |
2133 | <fieldValue name='translation' value='-2.52269 -1.03084 1.88803'/> |
2134 | <fieldValue name='textTranslation' value='-2.37269 -1.03084 1.88803'/> |
2135 | <fieldValue name='textColor' value='0 0 0'/> |
2136 | </ProtoInstance> |
2137 | <ProtoInstance name='Vertex'> |
2138 | <fieldValue name='vertexText' value='"2010-01-24-USAID.GOV-PRESS"'/> |
2139 | <fieldValue name='description' value='6: 2010-01-24-USAID.GOV-PRESS'/> |
2140 | <fieldValue name='url'/> |
2141 | <fieldValue name='radius' value='0.1500'/> |
2142 | <fieldValue name='displayMode'/> |
2143 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2144 | <fieldValue name='transparency' value='0'/> |
2145 | <fieldValue name='translation' value='0.24624 -1.84504 -1.84105'/> |
2146 | <fieldValue name='textTranslation' value='0.39624 -1.84504 -1.84105'/> |
2147 | <fieldValue name='textColor' value='0 0 0'/> |
2148 | </ProtoInstance> |
2149 | <ProtoInstance name='Vertex'> |
2150 | <fieldValue name='vertexText' value=' "Haiti/2010-01-24/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-24.simple" '/> |
2151 | <fieldValue name='description' value='7: Haiti/2010-01-24/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-24.simple'/> |
2152 | <fieldValue name='url'/> |
2153 | <fieldValue name='radius' value='0.1500'/> |
2154 | <fieldValue name='displayMode'/> |
2155 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2156 | <fieldValue name='transparency' value='0'/> |
2157 | <fieldValue name='translation' value='-2.66815 1.30353 0.58527'/> |
2158 | <fieldValue name='textTranslation' value='-2.51815 1.30353 0.58527'/> |
2159 | <fieldValue name='textColor' value='0 0 0'/> |
2160 | </ProtoInstance> |
2161 | <ProtoInstance name='Vertex'> |
2162 | <fieldValue name='vertexText' value='"administrator"'/> |
2163 | <fieldValue name='description' value='8: administrator'/> |
2164 | <fieldValue name='url'/> |
2165 | <fieldValue name='radius' value='0.1500'/> |
2166 | <fieldValue name='displayMode'/> |
2167 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2168 | <fieldValue name='transparency' value='0'/> |
2169 | <fieldValue name='translation' value='-0.18755 -2.02671 -2.12079'/> |
2170 | <fieldValue name='textTranslation' value='-0.03755 -2.02671 -2.12079'/> |
2171 | <fieldValue name='textColor' value='0 0 0'/> |
2172 | </ProtoInstance> |
2173 | <ProtoInstance name='Vertex'> |
2174 | <fieldValue name='vertexText' value='"africa"'/> |
2175 | <fieldValue name='description' value='9: africa'/> |
2176 | <fieldValue name='url'/> |
2177 | <fieldValue name='radius' value='0.1500'/> |
2178 | <fieldValue name='displayMode'/> |
2179 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2180 | <fieldValue name='transparency' value='0'/> |
2181 | <fieldValue name='translation' value='1.64685 1.22178 0.56482'/> |
2182 | <fieldValue name='textTranslation' value='1.79685 1.22178 0.56482'/> |
2183 | <fieldValue name='textColor' value='0 0 0'/> |
2184 | </ProtoInstance> |
2185 | <ProtoInstance name='Vertex'> |
2186 | <fieldValue name='vertexText' value='"aid"'/> |
2187 | <fieldValue name='description' value='10: aid'/> |
2188 | <fieldValue name='url'/> |
2189 | <fieldValue name='radius' value='0.1500'/> |
2190 | <fieldValue name='displayMode'/> |
2191 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2192 | <fieldValue name='transparency' value='0'/> |
2193 | <fieldValue name='translation' value='1.94387 -1.96739 0.93373'/> |
2194 | <fieldValue name='textTranslation' value='2.09387 -1.96739 0.93373'/> |
2195 | <fieldValue name='textColor' value='0 0 0'/> |
2196 | </ProtoInstance> |
2197 | <ProtoInstance name='Vertex'> |
2198 | <fieldValue name='vertexText' value='"air"'/> |
2199 | <fieldValue name='description' value='11: air'/> |
2200 | <fieldValue name='url'/> |
2201 | <fieldValue name='radius' value='0.1500'/> |
2202 | <fieldValue name='displayMode'/> |
2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2204 | <fieldValue name='transparency' value='0'/> |
2205 | <fieldValue name='translation' value='1.25393 1.03084 1.15016'/> |
2206 | <fieldValue name='textTranslation' value='1.40393 1.03084 1.15016'/> |
2207 | <fieldValue name='textColor' value='0 0 0'/> |
2208 | </ProtoInstance> |
2209 | <ProtoInstance name='Vertex'> |
2210 | <fieldValue name='vertexText' value='"airmen"'/> |
2211 | <fieldValue name='description' value='12: airmen'/> |
2212 | <fieldValue name='url'/> |
2213 | <fieldValue name='radius' value='0.1500'/> |
2214 | <fieldValue name='displayMode'/> |
2215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2216 | <fieldValue name='transparency' value='0'/> |
2217 | <fieldValue name='translation' value='-0.15382 2.32372 1.60112'/> |
2218 | <fieldValue name='textTranslation' value='-0.00382 2.32372 1.60112'/> |
2219 | <fieldValue name='textColor' value='0 0 0'/> |
2220 | </ProtoInstance> |
2221 | <ProtoInstance name='Vertex'> |
2222 | <fieldValue name='vertexText' value='"angels"'/> |
2223 | <fieldValue name='description' value='13: angels'/> |
2224 | <fieldValue name='url'/> |
2225 | <fieldValue name='radius' value='0.1500'/> |
2226 | <fieldValue name='displayMode'/> |
2227 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2228 | <fieldValue name='transparency' value='0'/> |
2229 | <fieldValue name='translation' value='1.03151 2.25073 1.03354'/> |
2230 | <fieldValue name='textTranslation' value='1.18151 2.25073 1.03354'/> |
2231 | <fieldValue name='textColor' value='0 0 0'/> |
2232 | </ProtoInstance> |
2233 | <ProtoInstance name='Vertex'> |
2234 | <fieldValue name='vertexText' value='"anthony"'/> |
2235 | <fieldValue name='description' value='14: anthony'/> |
2236 | <fieldValue name='url'/> |
2237 | <fieldValue name='radius' value='0.1500'/> |
2238 | <fieldValue name='displayMode'/> |
2239 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | <fieldValue name='translation' value='-2.48227 0.98038 -1.22682'/> |
2242 | <fieldValue name='textTranslation' value='-2.33227 0.98038 -1.22682'/> |
2243 | <fieldValue name='textColor' value='0 0 0'/> |
2244 | </ProtoInstance> |
2245 | <ProtoInstance name='Vertex'> |
2246 | <fieldValue name='vertexText' value='"assist"'/> |
2247 | <fieldValue name='description' value='15: assist'/> |
2248 | <fieldValue name='url'/> |
2249 | <fieldValue name='radius' value='0.1500'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2252 | <fieldValue name='transparency' value='0'/> |
2253 | <fieldValue name='translation' value='0.82829 2.29788 1.83889'/> |
2254 | <fieldValue name='textTranslation' value='0.97829 2.29788 1.83889'/> |
2255 | <fieldValue name='textColor' value='0 0 0'/> |
2256 | </ProtoInstance> |
2257 | <ProtoInstance name='Vertex'> |
2258 | <fieldValue name='vertexText' value='"beads"'/> |
2259 | <fieldValue name='description' value='16: beads'/> |
2260 | <fieldValue name='url'/> |
2261 | <fieldValue name='radius' value='0.1500'/> |
2262 | <fieldValue name='displayMode'/> |
2263 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2264 | <fieldValue name='transparency' value='0'/> |
2265 | <fieldValue name='translation' value='1.75043 1.58056 -0.31124'/> |
2266 | <fieldValue name='textTranslation' value='1.90043 1.58056 -0.31124'/> |
2267 | <fieldValue name='textColor' value='0 0 0'/> |
2268 | </ProtoInstance> |
2269 | <ProtoInstance name='Vertex'> |
2270 | <fieldValue name='vertexText' value='"boat"'/> |
2271 | <fieldValue name='description' value='17: boat'/> |
2272 | <fieldValue name='url'/> |
2273 | <fieldValue name='radius' value='0.1500'/> |
2274 | <fieldValue name='displayMode'/> |
2275 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2276 | <fieldValue name='transparency' value='0'/> |
2277 | <fieldValue name='translation' value='-2.07751 1.60347 -1.39902'/> |
2278 | <fieldValue name='textTranslation' value='-1.92751 1.60347 -1.39902'/> |
2279 | <fieldValue name='textColor' value='0 0 0'/> |
2280 | </ProtoInstance> |
2281 | <ProtoInstance name='Vertex'> |
2282 | <fieldValue name='vertexText' value='"cathedral"'/> |
2283 | <fieldValue name='description' value='18: cathedral'/> |
2284 | <fieldValue name='url'/> |
2285 | <fieldValue name='radius' value='0.1500'/> |
2286 | <fieldValue name='displayMode'/> |
2287 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2288 | <fieldValue name='transparency' value='0'/> |
2289 | <fieldValue name='translation' value='-0.70478 -1.57674 -2.24053'/> |
2290 | <fieldValue name='textTranslation' value='-0.55478 -1.57674 -2.24053'/> |
2291 | <fieldValue name='textColor' value='0 0 0'/> |
2292 | </ProtoInstance> |
2293 | <ProtoInstance name='Vertex'> |
2294 | <fieldValue name='vertexText' value='"center"'/> |
2295 | <fieldValue name='description' value='19: center'/> |
2296 | <fieldValue name='url'/> |
2297 | <fieldValue name='radius' value='0.1500'/> |
2298 | <fieldValue name='displayMode'/> |
2299 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2300 | <fieldValue name='transparency' value='0'/> |
2301 | <fieldValue name='translation' value='0.79061 -2.62164 -1.79728'/> |
2302 | <fieldValue name='textTranslation' value='0.94061 -2.62164 -1.79728'/> |
2303 | <fieldValue name='textColor' value='0 0 0'/> |
2304 | </ProtoInstance> |
2305 | <ProtoInstance name='Vertex'> |
2306 | <fieldValue name='vertexText' value='"children"'/> |
2307 | <fieldValue name='description' value='20: children'/> |
2308 | <fieldValue name='url'/> |
2309 | <fieldValue name='radius' value='0.1500'/> |
2310 | <fieldValue name='displayMode'/> |
2311 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2312 | <fieldValue name='transparency' value='0'/> |
2313 | <fieldValue name='translation' value='-0.00594 -2.28396 -2.05538'/> |
2314 | <fieldValue name='textTranslation' value='0.14406 -2.28396 -2.05538'/> |
2315 | <fieldValue name='textColor' value='0 0 0'/> |
2316 | </ProtoInstance> |
2317 | <ProtoInstance name='Vertex'> |
2318 | <fieldValue name='vertexText' value='"cleared"'/> |
2319 | <fieldValue name='description' value='21: cleared'/> |
2320 | <fieldValue name='url'/> |
2321 | <fieldValue name='radius' value='0.1500'/> |
2322 | <fieldValue name='displayMode'/> |
2323 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2324 | <fieldValue name='transparency' value='0'/> |
2325 | <fieldValue name='translation' value='1.64736 -0.05854 0.88616'/> |
2326 | <fieldValue name='textTranslation' value='1.79736 -0.05854 0.88616'/> |
2327 | <fieldValue name='textColor' value='0 0 0'/> |
2328 | </ProtoInstance> |
2329 | <ProtoInstance name='Vertex'> |
2330 | <fieldValue name='vertexText' value='"combat"'/> |
2331 | <fieldValue name='description' value='22: combat'/> |
2332 | <fieldValue name='url'/> |
2333 | <fieldValue name='radius' value='0.1500'/> |
2334 | <fieldValue name='displayMode'/> |
2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2336 | <fieldValue name='transparency' value='0'/> |
2337 | <fieldValue name='translation' value='0.85617 1.94889 1.88852'/> |
2338 | <fieldValue name='textTranslation' value='1.00617 1.94889 1.88852'/> |
2339 | <fieldValue name='textColor' value='0 0 0'/> |
2340 | </ProtoInstance> |
2341 | <ProtoInstance name='Vertex'> |
2342 | <fieldValue name='vertexText' value='"communications"'/> |
2343 | <fieldValue name='description' value='23: communications'/> |
2344 | <fieldValue name='url'/> |
2345 | <fieldValue name='radius' value='0.1500'/> |
2346 | <fieldValue name='displayMode'/> |
2347 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2348 | <fieldValue name='transparency' value='0'/> |
2349 | <fieldValue name='translation' value='0.10991 -1.63801 -2.39194'/> |
2350 | <fieldValue name='textTranslation' value='0.25991 -1.63801 -2.39194'/> |
2351 | <fieldValue name='textColor' value='0 0 0'/> |
2352 | </ProtoInstance> |
2353 | <ProtoInstance name='Vertex'> |
2354 | <fieldValue name='vertexText' value='"compound"'/> |
2355 | <fieldValue name='description' value='24: compound'/> |
2356 | <fieldValue name='url'/> |
2357 | <fieldValue name='radius' value='0.1500'/> |
2358 | <fieldValue name='displayMode'/> |
2359 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2360 | <fieldValue name='transparency' value='0'/> |
2361 | <fieldValue name='translation' value='1.53863 0.95160 -0.16384'/> |
2362 | <fieldValue name='textTranslation' value='1.68863 0.95160 -0.16384'/> |
2363 | <fieldValue name='textColor' value='0 0 0'/> |
2364 | </ProtoInstance> |
2365 | <ProtoInstance name='Vertex'> |
2366 | <fieldValue name='vertexText' value='"contact"'/> |
2367 | <fieldValue name='description' value='25: contact'/> |
2368 | <fieldValue name='url'/> |
2369 | <fieldValue name='radius' value='0.1500'/> |
2370 | <fieldValue name='displayMode'/> |
2371 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2372 | <fieldValue name='transparency' value='0'/> |
2373 | <fieldValue name='translation' value='-2.72743 -0.47807 1.66121'/> |
2374 | <fieldValue name='textTranslation' value='-2.57743 -0.47807 1.66121'/> |
2375 | <fieldValue name='textColor' value='0 0 0'/> |
2376 | </ProtoInstance> |
2377 | <ProtoInstance name='Vertex'> |
2378 | <fieldValue name='vertexText' value='"contingency"'/> |
2379 | <fieldValue name='description' value='26: contingency'/> |
2380 | <fieldValue name='url'/> |
2381 | <fieldValue name='radius' value='0.1500'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2384 | <fieldValue name='transparency' value='0'/> |
2385 | <fieldValue name='translation' value='1.48226 0.06821 -0.02800'/> |
2386 | <fieldValue name='textTranslation' value='1.63226 0.06821 -0.02800'/> |
2387 | <fieldValue name='textColor' value='0 0 0'/> |
2388 | </ProtoInstance> |
2389 | <ProtoInstance name='Vertex'> |
2390 | <fieldValue name='vertexText' value='"controllers"'/> |
2391 | <fieldValue name='description' value='27: controllers'/> |
2392 | <fieldValue name='url'/> |
2393 | <fieldValue name='radius' value='0.1500'/> |
2394 | <fieldValue name='displayMode'/> |
2395 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2396 | <fieldValue name='transparency' value='0'/> |
2397 | <fieldValue name='translation' value='0.68668 2.12938 1.77543'/> |
2398 | <fieldValue name='textTranslation' value='0.83668 2.12938 1.77543'/> |
2399 | <fieldValue name='textColor' value='0 0 0'/> |
2400 | </ProtoInstance> |
2401 | <ProtoInstance name='Vertex'> |
2402 | <fieldValue name='vertexText' value='"cooperation"'/> |
2403 | <fieldValue name='description' value='28: cooperation'/> |
2404 | <fieldValue name='url'/> |
2405 | <fieldValue name='radius' value='0.1500'/> |
2406 | <fieldValue name='displayMode'/> |
2407 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2408 | <fieldValue name='transparency' value='0'/> |
2409 | <fieldValue name='translation' value='2.08079 0.17100 0.59735'/> |
2410 | <fieldValue name='textTranslation' value='2.23079 0.17100 0.59735'/> |
2411 | <fieldValue name='textColor' value='0 0 0'/> |
2412 | </ProtoInstance> |
2413 | <ProtoInstance name='Vertex'> |
2414 | <fieldValue name='vertexText' value='"coordinator"'/> |
2415 | <fieldValue name='description' value='29: coordinator'/> |
2416 | <fieldValue name='url'/> |
2417 | <fieldValue name='radius' value='0.1500'/> |
2418 | <fieldValue name='displayMode'/> |
2419 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2420 | <fieldValue name='transparency' value='0'/> |
2421 | <fieldValue name='translation' value='0.56826 -1.28765 -1.58006'/> |
2422 | <fieldValue name='textTranslation' value='0.71826 -1.28765 -1.58006'/> |
2423 | <fieldValue name='textColor' value='0 0 0'/> |
2424 | </ProtoInstance> |
2425 | <ProtoInstance name='Vertex'> |
2426 | <fieldValue name='vertexText' value='"corps"'/> |
2427 | <fieldValue name='description' value='30: corps'/> |
2428 | <fieldValue name='url'/> |
2429 | <fieldValue name='radius' value='0.1500'/> |
2430 | <fieldValue name='displayMode'/> |
2431 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2432 | <fieldValue name='transparency' value='0'/> |
2433 | <fieldValue name='translation' value='1.73699 -1.21073 1.14687'/> |
2434 | <fieldValue name='textTranslation' value='1.88699 -1.21073 1.14687'/> |
2435 | <fieldValue name='textColor' value='0 0 0'/> |
2436 | </ProtoInstance> |
2437 | <ProtoInstance name='Vertex'> |
2438 | <fieldValue name='vertexText' value='"credit"'/> |
2439 | <fieldValue name='description' value='31: credit'/> |
2440 | <fieldValue name='url'/> |
2441 | <fieldValue name='radius' value='0.1500'/> |
2442 | <fieldValue name='displayMode'/> |
2443 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2444 | <fieldValue name='transparency' value='0'/> |
2445 | <fieldValue name='translation' value='1.28298 -1.98581 1.96744'/> |
2446 | <fieldValue name='textTranslation' value='1.43298 -1.98581 1.96744'/> |
2447 | <fieldValue name='textColor' value='0 0 0'/> |
2448 | </ProtoInstance> |
2449 | <ProtoInstance name='Vertex'> |
2450 | <fieldValue name='vertexText' value='"crucial"'/> |
2451 | <fieldValue name='description' value='32: crucial'/> |
2452 | <fieldValue name='url'/> |
2453 | <fieldValue name='radius' value='0.1500'/> |
2454 | <fieldValue name='displayMode'/> |
2455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2456 | <fieldValue name='transparency' value='0'/> |
2457 | <fieldValue name='translation' value='0.43113 2.62533 1.81633'/> |
2458 | <fieldValue name='textTranslation' value='0.58113 2.62533 1.81633'/> |
2459 | <fieldValue name='textColor' value='0 0 0'/> |
2460 | </ProtoInstance> |
2461 | <ProtoInstance name='Vertex'> |
2462 | <fieldValue name='vertexText' value='"demonstrate"'/> |
2463 | <fieldValue name='description' value='33: demonstrate'/> |
2464 | <fieldValue name='url'/> |
2465 | <fieldValue name='radius' value='0.1500'/> |
2466 | <fieldValue name='displayMode'/> |
2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2468 | <fieldValue name='transparency' value='0'/> |
2469 | <fieldValue name='translation' value='-0.05166 2.42526 1.44391'/> |
2470 | <fieldValue name='textTranslation' value='0.09834 2.42526 1.44391'/> |
2471 | <fieldValue name='textColor' value='0 0 0'/> |
2472 | </ProtoInstance> |
2473 | <ProtoInstance name='Vertex'> |
2474 | <fieldValue name='vertexText' value='"deploy"'/> |
2475 | <fieldValue name='description' value='34: deploy'/> |
2476 | <fieldValue name='url'/> |
2477 | <fieldValue name='radius' value='0.1500'/> |
2478 | <fieldValue name='displayMode'/> |
2479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2480 | <fieldValue name='transparency' value='0'/> |
2481 | <fieldValue name='translation' value='0.32509 1.86962 2.13917'/> |
2482 | <fieldValue name='textTranslation' value='0.47509 1.86962 2.13917'/> |
2483 | <fieldValue name='textColor' value='0 0 0'/> |
2484 | </ProtoInstance> |
2485 | <ProtoInstance name='Vertex'> |
2486 | <fieldValue name='vertexText' value='"director"'/> |
2487 | <fieldValue name='description' value='35: director'/> |
2488 | <fieldValue name='url'/> |
2489 | <fieldValue name='radius' value='0.1500'/> |
2490 | <fieldValue name='displayMode'/> |
2491 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2492 | <fieldValue name='transparency' value='0'/> |
2493 | <fieldValue name='translation' value='0.24696 -1.73371 -2.39093'/> |
2494 | <fieldValue name='textTranslation' value='0.39696 -1.73371 -2.39093'/> |
2495 | <fieldValue name='textColor' value='0 0 0'/> |
2496 | </ProtoInstance> |
2497 | <ProtoInstance name='Vertex'> |
2498 | <fieldValue name='vertexText' value='"domain"'/> |
2499 | <fieldValue name='description' value='36: domain'/> |
2500 | <fieldValue name='url'/> |
2501 | <fieldValue name='radius' value='0.1500'/> |
2502 | <fieldValue name='displayMode'/> |
2503 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2504 | <fieldValue name='transparency' value='0'/> |
2505 | <fieldValue name='translation' value='1.13431 -2.13957 0.04376'/> |
2506 | <fieldValue name='textTranslation' value='1.28431 -2.13957 0.04376'/> |
2507 | <fieldValue name='textColor' value='0 0 0'/> |
2508 | </ProtoInstance> |
2509 | <ProtoInstance name='Vertex'> |
2510 | <fieldValue name='vertexText' value='"dust"'/> |
2511 | <fieldValue name='description' value='37: dust'/> |
2512 | <fieldValue name='url'/> |
2513 | <fieldValue name='radius' value='0.1500'/> |
2514 | <fieldValue name='displayMode'/> |
2515 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2516 | <fieldValue name='transparency' value='0'/> |
2517 | <fieldValue name='translation' value='2.19608 1.17656 -0.50458'/> |
2518 | <fieldValue name='textTranslation' value='2.34608 1.17656 -0.50458'/> |
2519 | <fieldValue name='textColor' value='0 0 0'/> |
2520 | </ProtoInstance> |
2521 | <ProtoInstance name='Vertex'> |
2522 | <fieldValue name='vertexText' value='"emergency"'/> |
2523 | <fieldValue name='description' value='38: emergency'/> |
2524 | <fieldValue name='url'/> |
2525 | <fieldValue name='radius' value='0.1500'/> |
2526 | <fieldValue name='displayMode'/> |
2527 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2528 | <fieldValue name='transparency' value='0'/> |
2529 | <fieldValue name='translation' value='-0.10426 -1.45644 -2.72696'/> |
2530 | <fieldValue name='textTranslation' value='0.04574 -1.45644 -2.72696'/> |
2531 | <fieldValue name='textColor' value='0 0 0'/> |
2532 | </ProtoInstance> |
2533 | <ProtoInstance name='Vertex'> |
2534 | <fieldValue name='vertexText' value='"ernest"'/> |
2535 | <fieldValue name='description' value='39: ernest'/> |
2536 | <fieldValue name='url'/> |
2537 | <fieldValue name='radius' value='0.1500'/> |
2538 | <fieldValue name='displayMode'/> |
2539 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2540 | <fieldValue name='transparency' value='0'/> |
2541 | <fieldValue name='translation' value='-2.03259 1.52930 -1.55700'/> |
2542 | <fieldValue name='textTranslation' value='-1.88259 1.52930 -1.55700'/> |
2543 | <fieldValue name='textColor' value='0 0 0'/> |
2544 | </ProtoInstance> |
2545 | <ProtoInstance name='Vertex'> |
2546 | <fieldValue name='vertexText' value='"establishing"'/> |
2547 | <fieldValue name='description' value='40: establishing'/> |
2548 | <fieldValue name='url'/> |
2549 | <fieldValue name='radius' value='0.1500'/> |
2550 | <fieldValue name='displayMode'/> |
2551 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2552 | <fieldValue name='transparency' value='0'/> |
2553 | <fieldValue name='translation' value='2.24541 -2.17659 1.24681'/> |
2554 | <fieldValue name='textTranslation' value='2.39541 -2.17659 1.24681'/> |
2555 | <fieldValue name='textColor' value='0 0 0'/> |
2556 | </ProtoInstance> |
2557 | <ProtoInstance name='Vertex'> |
2558 | <fieldValue name='vertexText' value='"features"'/> |
2559 | <fieldValue name='description' value='41: features'/> |
2560 | <fieldValue name='url'/> |
2561 | <fieldValue name='radius' value='0.1500'/> |
2562 | <fieldValue name='displayMode'/> |
2563 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2564 | <fieldValue name='transparency' value='0'/> |
2565 | <fieldValue name='translation' value='1.04563 2.05604 1.42747'/> |
2566 | <fieldValue name='textTranslation' value='1.19563 2.05604 1.42747'/> |
2567 | <fieldValue name='textColor' value='0 0 0'/> |
2568 | </ProtoInstance> |
2569 | <ProtoInstance name='Vertex'> |
2570 | <fieldValue name='vertexText' value='"footer"'/> |
2571 | <fieldValue name='description' value='42: footer'/> |
2572 | <fieldValue name='url'/> |
2573 | <fieldValue name='radius' value='0.1500'/> |
2574 | <fieldValue name='displayMode'/> |
2575 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2576 | <fieldValue name='transparency' value='0'/> |
2577 | <fieldValue name='translation' value='-2.41390 -0.56729 2.31838'/> |
2578 | <fieldValue name='textTranslation' value='-2.26390 -0.56729 2.31838'/> |
2579 | <fieldValue name='textColor' value='0 0 0'/> |
2580 | </ProtoInstance> |
2581 | <ProtoInstance name='Vertex'> |
2582 | <fieldValue name='vertexText' value='"force"'/> |
2583 | <fieldValue name='description' value='43: force'/> |
2584 | <fieldValue name='url'/> |
2585 | <fieldValue name='radius' value='0.1500'/> |
2586 | <fieldValue name='displayMode'/> |
2587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2588 | <fieldValue name='transparency' value='0'/> |
2589 | <fieldValue name='translation' value='1.18927 1.36870 1.12836'/> |
2590 | <fieldValue name='textTranslation' value='1.33927 1.36870 1.12836'/> |
2591 | <fieldValue name='textColor' value='0 0 0'/> |
2592 | </ProtoInstance> |
2593 | <ProtoInstance name='Vertex'> |
2594 | <fieldValue name='vertexText' value='"foreheads"'/> |
2595 | <fieldValue name='description' value='44: foreheads'/> |
2596 | <fieldValue name='url'/> |
2597 | <fieldValue name='radius' value='0.1500'/> |
2598 | <fieldValue name='displayMode'/> |
2599 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2600 | <fieldValue name='transparency' value='0'/> |
2601 | <fieldValue name='translation' value='2.62933 0.46427 -0.08610'/> |
2602 | <fieldValue name='textTranslation' value='2.77933 0.46427 -0.08610'/> |
2603 | <fieldValue name='textColor' value='0 0 0'/> |
2604 | </ProtoInstance> |
2605 | <ProtoInstance name='Vertex'> |
2606 | <fieldValue name='vertexText' value='"funeral"'/> |
2607 | <fieldValue name='description' value='45: funeral'/> |
2608 | <fieldValue name='url'/> |
2609 | <fieldValue name='radius' value='0.1500'/> |
2610 | <fieldValue name='displayMode'/> |
2611 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2612 | <fieldValue name='transparency' value='0'/> |
2613 | <fieldValue name='translation' value='0.38242 -1.22656 -2.75210'/> |
2614 | <fieldValue name='textTranslation' value='0.53242 -1.22656 -2.75210'/> |
2615 | <fieldValue name='textColor' value='0 0 0'/> |
2616 | </ProtoInstance> |
2617 | <ProtoInstance name='Vertex'> |
2618 | <fieldValue name='vertexText' value='"give"'/> |
2619 | <fieldValue name='description' value='46: give'/> |
2620 | <fieldValue name='url'/> |
2621 | <fieldValue name='radius' value='0.1500'/> |
2622 | <fieldValue name='displayMode'/> |
2623 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2624 | <fieldValue name='transparency' value='0'/> |
2625 | <fieldValue name='translation' value='1.78759 -2.04933 1.86617'/> |
2626 | <fieldValue name='textTranslation' value='1.93759 -2.04933 1.86617'/> |
2627 | <fieldValue name='textColor' value='0 0 0'/> |
2628 | </ProtoInstance> |
2629 | <ProtoInstance name='Vertex'> |
2630 | <fieldValue name='vertexText' value='"ground"'/> |
2631 | <fieldValue name='description' value='47: ground'/> |
2632 | <fieldValue name='url'/> |
2633 | <fieldValue name='radius' value='0.1500'/> |
2634 | <fieldValue name='displayMode'/> |
2635 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2636 | <fieldValue name='transparency' value='0'/> |
2637 | <fieldValue name='translation' value='1.84288 0.88504 0.94988'/> |
2638 | <fieldValue name='textTranslation' value='1.99288 0.88504 0.94988'/> |
2639 | <fieldValue name='textColor' value='0 0 0'/> |
2640 | </ProtoInstance> |
2641 | <ProtoInstance name='Vertex'> |
2642 | <fieldValue name='vertexText' value='"guard"'/> |
2643 | <fieldValue name='description' value='48: guard'/> |
2644 | <fieldValue name='url'/> |
2645 | <fieldValue name='radius' value='0.1500'/> |
2646 | <fieldValue name='displayMode'/> |
2647 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2648 | <fieldValue name='transparency' value='0'/> |
2649 | <fieldValue name='translation' value='1.10806 1.57804 1.81510'/> |
2650 | <fieldValue name='textTranslation' value='1.25806 1.57804 1.81510'/> |
2651 | <fieldValue name='textColor' value='0 0 0'/> |
2652 | </ProtoInstance> |
2653 | <ProtoInstance name='Vertex'> |
2654 | <fieldValue name='vertexText' value='"guests"'/> |
2655 | <fieldValue name='description' value='49: guests'/> |
2656 | <fieldValue name='url'/> |
2657 | <fieldValue name='radius' value='0.1500'/> |
2658 | <fieldValue name='displayMode'/> |
2659 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2660 | <fieldValue name='transparency' value='0'/> |
2661 | <fieldValue name='translation' value='-0.14800 -1.11102 -2.60778'/> |
2662 | <fieldValue name='textTranslation' value='0.00200 -1.11102 -2.60778'/> |
2663 | <fieldValue name='textColor' value='0 0 0'/> |
2664 | </ProtoInstance> |
2665 | <ProtoInstance name='Vertex'> |
2666 | <fieldValue name='vertexText' value='"haitians"'/> |
2667 | <fieldValue name='description' value='50: haitians'/> |
2668 | <fieldValue name='url'/> |
2669 | <fieldValue name='radius' value='0.1500'/> |
2670 | <fieldValue name='displayMode'/> |
2671 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2672 | <fieldValue name='transparency' value='0'/> |
2673 | <fieldValue name='translation' value='0.93365 1.99624 2.23547'/> |
2674 | <fieldValue name='textTranslation' value='1.08365 1.99624 2.23547'/> |
2675 | <fieldValue name='textColor' value='0 0 0'/> |
2676 | </ProtoInstance> |
2677 | <ProtoInstance name='Vertex'> |
2678 | <fieldValue name='vertexText' value='"held"'/> |
2679 | <fieldValue name='description' value='51: held'/> |
2680 | <fieldValue name='url'/> |
2681 | <fieldValue name='radius' value='0.1500'/> |
2682 | <fieldValue name='displayMode'/> |
2683 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2684 | <fieldValue name='transparency' value='0'/> |
2685 | <fieldValue name='translation' value='-0.63406 -1.48449 -2.32638'/> |
2686 | <fieldValue name='textTranslation' value='-0.48406 -1.48449 -2.32638'/> |
2687 | <fieldValue name='textColor' value='0 0 0'/> |
2688 | </ProtoInstance> |
2689 | <ProtoInstance name='Vertex'> |
2690 | <fieldValue name='vertexText' value='"helping"'/> |
2691 | <fieldValue name='description' value='52: helping'/> |
2692 | <fieldValue name='url'/> |
2693 | <fieldValue name='radius' value='0.1500'/> |
2694 | <fieldValue name='displayMode'/> |
2695 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2696 | <fieldValue name='transparency' value='0'/> |
2697 | <fieldValue name='translation' value='2.75016 0.91431 0.67883'/> |
2698 | <fieldValue name='textTranslation' value='2.90016 0.91431 0.67883'/> |
2699 | <fieldValue name='textColor' value='0 0 0'/> |
2700 | </ProtoInstance> |
2701 | <ProtoInstance name='Vertex'> |
2702 | <fieldValue name='vertexText' value='"house"'/> |
2703 | <fieldValue name='description' value='53: house'/> |
2704 | <fieldValue name='url'/> |
2705 | <fieldValue name='radius' value='0.1500'/> |
2706 | <fieldValue name='displayMode'/> |
2707 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2708 | <fieldValue name='transparency' value='0'/> |
2709 | <fieldValue name='translation' value='2.32836 0.68571 0.17452'/> |
2710 | <fieldValue name='textTranslation' value='2.47836 0.68571 0.17452'/> |
2711 | <fieldValue name='textColor' value='0 0 0'/> |
2712 | </ProtoInstance> |
2713 | <ProtoInstance name='Vertex'> |
2714 | <fieldValue name='vertexText' value='"humanitarian"'/> |
2715 | <fieldValue name='description' value='54: humanitarian'/> |
2716 | <fieldValue name='url'/> |
2717 | <fieldValue name='radius' value='0.1500'/> |
2718 | <fieldValue name='displayMode'/> |
2719 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2720 | <fieldValue name='transparency' value='0'/> |
2721 | <fieldValue name='translation' value='1.97968 -1.94209 1.09417'/> |
2722 | <fieldValue name='textTranslation' value='2.12968 -1.94209 1.09417'/> |
2723 | <fieldValue name='textColor' value='0 0 0'/> |
2724 | </ProtoInstance> |
2725 | <ProtoInstance name='Vertex'> |
2726 | <fieldValue name='vertexText' value='"information"'/> |
2727 | <fieldValue name='description' value='55: information'/> |
2728 | <fieldValue name='url'/> |
2729 | <fieldValue name='radius' value='0.1500'/> |
2730 | <fieldValue name='displayMode'/> |
2731 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2732 | <fieldValue name='transparency' value='0'/> |
2733 | <fieldValue name='translation' value='0.55253 -2.07411 -1.64391'/> |
2734 | <fieldValue name='textTranslation' value='0.70253 -2.07411 -1.64391'/> |
2735 | <fieldValue name='textColor' value='0 0 0'/> |
2736 | </ProtoInstance> |
2737 | <ProtoInstance name='Vertex'> |
2738 | <fieldValue name='vertexText' value='"injured"'/> |
2739 | <fieldValue name='description' value='56: injured'/> |
2740 | <fieldValue name='url'/> |
2741 | <fieldValue name='radius' value='0.1500'/> |
2742 | <fieldValue name='displayMode'/> |
2743 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2744 | <fieldValue name='transparency' value='0'/> |
2745 | <fieldValue name='translation' value='0.80882 1.82210 2.32936'/> |
2746 | <fieldValue name='textTranslation' value='0.95882 1.82210 2.32936'/> |
2747 | <fieldValue name='textColor' value='0 0 0'/> |
2748 | </ProtoInstance> |
2749 | <ProtoInstance name='Vertex'> |
2750 | <fieldValue name='vertexText' value='"jobs"'/> |
2751 | <fieldValue name='description' value='57: jobs'/> |
2752 | <fieldValue name='url'/> |
2753 | <fieldValue name='radius' value='0.1500'/> |
2754 | <fieldValue name='displayMode'/> |
2755 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2756 | <fieldValue name='transparency' value='0'/> |
2757 | <fieldValue name='translation' value='-2.67604 -1.24377 1.36092'/> |
2758 | <fieldValue name='textTranslation' value='-2.52604 -1.24377 1.36092'/> |
2759 | <fieldValue name='textColor' value='0 0 0'/> |
2760 | </ProtoInstance> |
2761 | <ProtoInstance name='Vertex'> |
2762 | <fieldValue name='vertexText' value='"joint"'/> |
2763 | <fieldValue name='description' value='58: joint'/> |
2764 | <fieldValue name='url'/> |
2765 | <fieldValue name='radius' value='0.1500'/> |
2766 | <fieldValue name='displayMode'/> |
2767 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2768 | <fieldValue name='transparency' value='0'/> |
2769 | <fieldValue name='translation' value='0.76511 -2.03614 -2.08617'/> |
2770 | <fieldValue name='textTranslation' value='0.91511 -2.03614 -2.08617'/> |
2771 | <fieldValue name='textColor' value='0 0 0'/> |
2772 | </ProtoInstance> |
2773 | <ProtoInstance name='Vertex'> |
2774 | <fieldValue name='vertexText' value='"joseph"'/> |
2775 | <fieldValue name='description' value='59: joseph'/> |
2776 | <fieldValue name='url'/> |
2777 | <fieldValue name='radius' value='0.1500'/> |
2778 | <fieldValue name='displayMode'/> |
2779 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2780 | <fieldValue name='transparency' value='0'/> |
2781 | <fieldValue name='translation' value='-0.83415 -2.07757 -1.81840'/> |
2782 | <fieldValue name='textTranslation' value='-0.68415 -2.07757 -1.81840'/> |
2783 | <fieldValue name='textColor' value='0 0 0'/> |
2784 | </ProtoInstance> |
2785 | <ProtoInstance name='Vertex'> |
2786 | <fieldValue name='vertexText' value='"kentucky"'/> |
2787 | <fieldValue name='description' value='60: kentucky'/> |
2788 | <fieldValue name='url'/> |
2789 | <fieldValue name='radius' value='0.1500'/> |
2790 | <fieldValue name='displayMode'/> |
2791 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2792 | <fieldValue name='transparency' value='0'/> |
2793 | <fieldValue name='translation' value='0.48976 2.75159 1.40788'/> |
2794 | <fieldValue name='textTranslation' value='0.63976 2.75159 1.40788'/> |
2795 | <fieldValue name='textColor' value='0 0 0'/> |
2796 | </ProtoInstance> |
2797 | <ProtoInstance name='Vertex'> |
2798 | <fieldValue name='vertexText' value='"kinds"'/> |
2799 | <fieldValue name='description' value='61: kinds'/> |
2800 | <fieldValue name='url'/> |
2801 | <fieldValue name='radius' value='0.1500'/> |
2802 | <fieldValue name='displayMode'/> |
2803 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2804 | <fieldValue name='transparency' value='0'/> |
2805 | <fieldValue name='translation' value='-2.20538 -1.22381 2.39925'/> |
2806 | <fieldValue name='textTranslation' value='-2.05538 -1.22381 2.39925'/> |
2807 | <fieldValue name='textColor' value='0 0 0'/> |
2808 | </ProtoInstance> |
2809 | <ProtoInstance name='Vertex'> |
2810 | <fieldValue name='vertexText' value='"large"'/> |
2811 | <fieldValue name='description' value='62: large'/> |
2812 | <fieldValue name='url'/> |
2813 | <fieldValue name='radius' value='0.1500'/> |
2814 | <fieldValue name='displayMode'/> |
2815 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2816 | <fieldValue name='transparency' value='0'/> |
2817 | <fieldValue name='translation' value='2.65609 0.85913 -0.05613'/> |
2818 | <fieldValue name='textTranslation' value='2.80609 0.85913 -0.05613'/> |
2819 | <fieldValue name='textColor' value='0 0 0'/> |
2820 | </ProtoInstance> |
2821 | <ProtoInstance name='Vertex'> |
2822 | <fieldValue name='vertexText' value='"leader"'/> |
2823 | <fieldValue name='description' value='63: leader'/> |
2824 | <fieldValue name='url'/> |
2825 | <fieldValue name='radius' value='0.1500'/> |
2826 | <fieldValue name='displayMode'/> |
2827 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2828 | <fieldValue name='transparency' value='0'/> |
2829 | <fieldValue name='translation' value='-0.29335 -2.75159 -1.69033'/> |
2830 | <fieldValue name='textTranslation' value='-0.14335 -2.75159 -1.69033'/> |
2831 | <fieldValue name='textColor' value='0 0 0'/> |
2832 | </ProtoInstance> |
2833 | <ProtoInstance name='Vertex'> |
2834 | <fieldValue name='vertexText' value='"marine"'/> |
2835 | <fieldValue name='description' value='64: marine'/> |
2836 | <fieldValue name='url'/> |
2837 | <fieldValue name='radius' value='0.1500'/> |
2838 | <fieldValue name='displayMode'/> |
2839 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2840 | <fieldValue name='transparency' value='0'/> |
2841 | <fieldValue name='translation' value='1.60040 -0.27070 0.71439'/> |
2842 | <fieldValue name='textTranslation' value='1.75040 -0.27070 0.71439'/> |
2843 | <fieldValue name='textColor' value='0 0 0'/> |
2844 | </ProtoInstance> |
2845 | <ProtoInstance name='Vertex'> |
2846 | <fieldValue name='vertexText' value='"marines"'/> |
2847 | <fieldValue name='description' value='65: marines'/> |
2848 | <fieldValue name='url'/> |
2849 | <fieldValue name='radius' value='0.1500'/> |
2850 | <fieldValue name='displayMode'/> |
2851 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2852 | <fieldValue name='transparency' value='0'/> |
2853 | <fieldValue name='translation' value='2.13748 0.55860 0.27967'/> |
2854 | <fieldValue name='textTranslation' value='2.28748 0.55860 0.27967'/> |
2855 | <fieldValue name='textColor' value='0 0 0'/> |
2856 | </ProtoInstance> |
2857 | <ProtoInstance name='Vertex'> |
2858 | <fieldValue name='vertexText' value='"met"'/> |
2859 | <fieldValue name='description' value='66: met'/> |
2860 | <fieldValue name='url'/> |
2861 | <fieldValue name='radius' value='0.1500'/> |
2862 | <fieldValue name='displayMode'/> |
2863 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2864 | <fieldValue name='transparency' value='0'/> |
2865 | <fieldValue name='translation' value='0.74519 -1.42896 -2.71041'/> |
2866 | <fieldValue name='textTranslation' value='0.89519 -1.42896 -2.71041'/> |
2867 | <fieldValue name='textColor' value='0 0 0'/> |
2868 | </ProtoInstance> |
2869 | <ProtoInstance name='Vertex'> |
2870 | <fieldValue name='vertexText' value='"missionary"'/> |
2871 | <fieldValue name='description' value='67: missionary'/> |
2872 | <fieldValue name='url'/> |
2873 | <fieldValue name='radius' value='0.1500'/> |
2874 | <fieldValue name='displayMode'/> |
2875 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2876 | <fieldValue name='transparency' value='0'/> |
2877 | <fieldValue name='translation' value='1.68961 -2.58103 1.02204'/> |
2878 | <fieldValue name='textTranslation' value='1.83961 -2.58103 1.02204'/> |
2879 | <fieldValue name='textColor' value='0 0 0'/> |
2880 | </ProtoInstance> |
2881 | <ProtoInstance name='Vertex'> |
2882 | <fieldValue name='vertexText' value='"missions"'/> |
2883 | <fieldValue name='description' value='68: missions'/> |
2884 | <fieldValue name='url'/> |
2885 | <fieldValue name='radius' value='0.1500'/> |
2886 | <fieldValue name='displayMode'/> |
2887 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2888 | <fieldValue name='transparency' value='0'/> |
2889 | <fieldValue name='translation' value='1.69089 0.83171 -0.18365'/> |
2890 | <fieldValue name='textTranslation' value='1.84089 0.83171 -0.18365'/> |
2891 | <fieldValue name='textColor' value='0 0 0'/> |
2892 | </ProtoInstance> |
2893 | <ProtoInstance name='Vertex'> |
2894 | <fieldValue name='vertexText' value='"moderator"'/> |
2895 | <fieldValue name='description' value='69: moderator'/> |
2896 | <fieldValue name='url'/> |
2897 | <fieldValue name='radius' value='0.1500'/> |
2898 | <fieldValue name='displayMode'/> |
2899 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | <fieldValue name='translation' value='1.04736 -1.99643 -2.41142'/> |
2902 | <fieldValue name='textTranslation' value='1.19736 -1.99643 -2.41142'/> |
2903 | <fieldValue name='textColor' value='0 0 0'/> |
2904 | </ProtoInstance> |
2905 | <ProtoInstance name='Vertex'> |
2906 | <fieldValue name='vertexText' value='"morning"'/> |
2907 | <fieldValue name='description' value='70: morning'/> |
2908 | <fieldValue name='url'/> |
2909 | <fieldValue name='radius' value='0.1500'/> |
2910 | <fieldValue name='displayMode'/> |
2911 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2912 | <fieldValue name='transparency' value='0'/> |
2913 | <fieldValue name='translation' value='2.75277 0.90035 0.68635'/> |
2914 | <fieldValue name='textTranslation' value='2.90277 0.90035 0.68635'/> |
2915 | <fieldValue name='textColor' value='0 0 0'/> |
2916 | </ProtoInstance> |
2917 | <ProtoInstance name='Vertex'> |
2918 | <fieldValue name='vertexText' value='"national"'/> |
2919 | <fieldValue name='description' value='71: national'/> |
2920 | <fieldValue name='url'/> |
2921 | <fieldValue name='radius' value='0.1500'/> |
2922 | <fieldValue name='displayMode'/> |
2923 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2924 | <fieldValue name='transparency' value='0'/> |
2925 | <fieldValue name='translation' value='-0.31594 -1.65289 -2.09913'/> |
2926 | <fieldValue name='textTranslation' value='-0.16594 -1.65289 -2.09913'/> |
2927 | <fieldValue name='textColor' value='0 0 0'/> |
2928 | </ProtoInstance> |
2929 | <ProtoInstance name='Vertex'> |
2930 | <fieldValue name='vertexText' value='"office"'/> |
2931 | <fieldValue name='description' value='72: office'/> |
2932 | <fieldValue name='url'/> |
2933 | <fieldValue name='radius' value='0.1500'/> |
2934 | <fieldValue name='displayMode'/> |
2935 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2936 | <fieldValue name='transparency' value='0'/> |
2937 | <fieldValue name='translation' value='0.28839 -2.23565 -1.35259'/> |
2938 | <fieldValue name='textTranslation' value='0.43839 -2.23565 -1.35259'/> |
2939 | <fieldValue name='textColor' value='0 0 0'/> |
2940 | </ProtoInstance> |
2941 | <ProtoInstance name='Vertex'> |
2942 | <fieldValue name='vertexText' value='"official"'/> |
2943 | <fieldValue name='description' value='73: official'/> |
2944 | <fieldValue name='url'/> |
2945 | <fieldValue name='radius' value='0.1500'/> |
2946 | <fieldValue name='displayMode'/> |
2947 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2948 | <fieldValue name='transparency' value='0'/> |
2949 | <fieldValue name='translation' value='1.73835 -1.18843 1.02280'/> |
2950 | <fieldValue name='textTranslation' value='1.88835 -1.18843 1.02280'/> |
2951 | <fieldValue name='textColor' value='0 0 0'/> |
2952 | </ProtoInstance> |
2953 | <ProtoInstance name='Vertex'> |
2954 | <fieldValue name='vertexText' value='"operating"'/> |
2955 | <fieldValue name='description' value='74: operating'/> |
2956 | <fieldValue name='url'/> |
2957 | <fieldValue name='radius' value='0.1500'/> |
2958 | <fieldValue name='displayMode'/> |
2959 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2960 | <fieldValue name='transparency' value='0'/> |
2961 | <fieldValue name='translation' value='1.93090 0.89451 -0.09805'/> |
2962 | <fieldValue name='textTranslation' value='2.08090 0.89451 -0.09805'/> |
2963 | <fieldValue name='textColor' value='0 0 0'/> |
2964 | </ProtoInstance> |
2965 | <ProtoInstance name='Vertex'> |
2966 | <fieldValue name='vertexText' value='"operations"'/> |
2967 | <fieldValue name='description' value='75: operations'/> |
2968 | <fieldValue name='url'/> |
2969 | <fieldValue name='radius' value='0.1500'/> |
2970 | <fieldValue name='displayMode'/> |
2971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2972 | <fieldValue name='transparency' value='0'/> |
2973 | <fieldValue name='translation' value='0.33282 1.48541 2.73243'/> |
2974 | <fieldValue name='textTranslation' value='0.48282 1.48541 2.73243'/> |
2975 | <fieldValue name='textColor' value='0 0 0'/> |
2976 | </ProtoInstance> |
2977 | <ProtoInstance name='Vertex'> |
2978 | <fieldValue name='vertexText' value='"partnership"'/> |
2979 | <fieldValue name='description' value='76: partnership'/> |
2980 | <fieldValue name='url'/> |
2981 | <fieldValue name='radius' value='0.1500'/> |
2982 | <fieldValue name='displayMode'/> |
2983 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2984 | <fieldValue name='transparency' value='0'/> |
2985 | <fieldValue name='translation' value='2.00686 1.17078 0.38186'/> |
2986 | <fieldValue name='textTranslation' value='2.15686 1.17078 0.38186'/> |
2987 | <fieldValue name='textColor' value='0 0 0'/> |
2988 | </ProtoInstance> |
2989 | <ProtoInstance name='Vertex'> |
2990 | <fieldValue name='vertexText' value='"photographer"'/> |
2991 | <fieldValue name='description' value='77: photographer'/> |
2992 | <fieldValue name='url'/> |
2993 | <fieldValue name='radius' value='0.1500'/> |
2994 | <fieldValue name='displayMode'/> |
2995 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2996 | <fieldValue name='transparency' value='0'/> |
2997 | <fieldValue name='translation' value='1.78639 -2.05018 1.86615'/> |
2998 | <fieldValue name='textTranslation' value='1.93639 -2.05018 1.86615'/> |
2999 | <fieldValue name='textColor' value='0 0 0'/> |
3000 | </ProtoInstance> |
3001 | <ProtoInstance name='Vertex'> |
3002 | <fieldValue name='vertexText' value='"pile"'/> |
3003 | <fieldValue name='description' value='78: pile'/> |
3004 | <fieldValue name='url'/> |
3005 | <fieldValue name='radius' value='0.1500'/> |
3006 | <fieldValue name='displayMode'/> |
3007 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3008 | <fieldValue name='transparency' value='0'/> |
3009 | <fieldValue name='translation' value='2.27482 0.12059 1.19345'/> |
3010 | <fieldValue name='textTranslation' value='2.42482 0.12059 1.19345'/> |
3011 | <fieldValue name='textColor' value='0 0 0'/> |
3012 | </ProtoInstance> |
3013 | <ProtoInstance name='Vertex'> |
3014 | <fieldValue name='vertexText' value='"pounds"'/> |
3015 | <fieldValue name='description' value='79: pounds'/> |
3016 | <fieldValue name='url'/> |
3017 | <fieldValue name='radius' value='0.1500'/> |
3018 | <fieldValue name='displayMode'/> |
3019 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3020 | <fieldValue name='transparency' value='0'/> |
3021 | <fieldValue name='translation' value='1.12191 -2.46569 1.39653'/> |
3022 | <fieldValue name='textTranslation' value='1.27191 -2.46569 1.39653'/> |
3023 | <fieldValue name='textColor' value='0 0 0'/> |
3024 | </ProtoInstance> |
3025 | <ProtoInstance name='Vertex'> |
3026 | <fieldValue name='vertexText' value='"president"'/> |
3027 | <fieldValue name='description' value='80: president'/> |
3028 | <fieldValue name='url'/> |
3029 | <fieldValue name='radius' value='0.1500'/> |
3030 | <fieldValue name='displayMode'/> |
3031 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3032 | <fieldValue name='transparency' value='0'/> |
3033 | <fieldValue name='translation' value='0.41065 -2.28660 -2.15734'/> |
3034 | <fieldValue name='textTranslation' value='0.56065 -2.28660 -2.15734'/> |
3035 | <fieldValue name='textColor' value='0 0 0'/> |
3036 | </ProtoInstance> |
3037 | <ProtoInstance name='Vertex'> |
3038 | <fieldValue name='vertexText' value='"press"'/> |
3039 | <fieldValue name='description' value='81: press'/> |
3040 | <fieldValue name='url'/> |
3041 | <fieldValue name='radius' value='0.1500'/> |
3042 | <fieldValue name='displayMode'/> |
3043 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3044 | <fieldValue name='transparency' value='0'/> |
3045 | <fieldValue name='translation' value='-0.06767 -2.67506 -1.32180'/> |
3046 | <fieldValue name='textTranslation' value='0.08233 -2.67506 -1.32180'/> |
3047 | <fieldValue name='textColor' value='0 0 0'/> |
3048 | </ProtoInstance> |
3049 | <ProtoInstance name='Vertex'> |
3050 | <fieldValue name='vertexText' value='"public"'/> |
3051 | <fieldValue name='description' value='82: public'/> |
3052 | <fieldValue name='url'/> |
3053 | <fieldValue name='radius' value='0.1500'/> |
3054 | <fieldValue name='displayMode'/> |
3055 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3056 | <fieldValue name='transparency' value='0'/> |
3057 | <fieldValue name='translation' value='0.75860 -1.90045 -0.77637'/> |
3058 | <fieldValue name='textTranslation' value='0.90860 -1.90045 -0.77637'/> |
3059 | <fieldValue name='textColor' value='0 0 0'/> |
3060 | </ProtoInstance> |
3061 | <ProtoInstance name='Vertex'> |
3062 | <fieldValue name='vertexText' value='"receive"'/> |
3063 | <fieldValue name='description' value='83: receive'/> |
3064 | <fieldValue name='url'/> |
3065 | <fieldValue name='radius' value='0.1500'/> |
3066 | <fieldValue name='displayMode'/> |
3067 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3068 | <fieldValue name='transparency' value='0'/> |
3069 | <fieldValue name='translation' value='0.97978 -2.38252 1.44157'/> |
3070 | <fieldValue name='textTranslation' value='1.12978 -2.38252 1.44157'/> |
3071 | <fieldValue name='textColor' value='0 0 0'/> |
3072 | </ProtoInstance> |
3073 | <ProtoInstance name='Vertex'> |
3074 | <fieldValue name='vertexText' value='"receiving"'/> |
3075 | <fieldValue name='description' value='84: receiving'/> |
3076 | <fieldValue name='url'/> |
3077 | <fieldValue name='radius' value='0.1500'/> |
3078 | <fieldValue name='displayMode'/> |
3079 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3080 | <fieldValue name='transparency' value='0'/> |
3081 | <fieldValue name='translation' value='1.91413 -1.99789 0.83642'/> |
3082 | <fieldValue name='textTranslation' value='2.06413 -1.99789 0.83642'/> |
3083 | <fieldValue name='textColor' value='0 0 0'/> |
3084 | </ProtoInstance> |
3085 | <ProtoInstance name='Vertex'> |
3086 | <fieldValue name='vertexText' value='"reconcile"'/> |
3087 | <fieldValue name='description' value='85: reconcile'/> |
3088 | <fieldValue name='url'/> |
3089 | <fieldValue name='radius' value='0.1500'/> |
3090 | <fieldValue name='displayMode'/> |
3091 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3092 | <fieldValue name='transparency' value='0'/> |
3093 | <fieldValue name='translation' value='-2.20337 -1.25272 2.38616'/> |
3094 | <fieldValue name='textTranslation' value='-2.05337 -1.25272 2.38616'/> |
3095 | <fieldValue name='textColor' value='0 0 0'/> |
3096 | </ProtoInstance> |
3097 | <ProtoInstance name='Vertex'> |
3098 | <fieldValue name='vertexText' value='"reconstruction"'/> |
3099 | <fieldValue name='description' value='86: reconstruction'/> |
3100 | <fieldValue name='url'/> |
3101 | <fieldValue name='radius' value='0.1500'/> |
3102 | <fieldValue name='displayMode'/> |
3103 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3104 | <fieldValue name='transparency' value='0'/> |
3105 | <fieldValue name='translation' value='0.52941 -1.88568 -2.34516'/> |
3106 | <fieldValue name='textTranslation' value='0.67941 -1.88568 -2.34516'/> |
3107 | <fieldValue name='textColor' value='0 0 0'/> |
3108 | </ProtoInstance> |
3109 | <ProtoInstance name='Vertex'> |
3110 | <fieldValue name='vertexText' value='"report"'/> |
3111 | <fieldValue name='description' value='87: report'/> |
3112 | <fieldValue name='url'/> |
3113 | <fieldValue name='radius' value='0.1500'/> |
3114 | <fieldValue name='displayMode'/> |
3115 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3116 | <fieldValue name='transparency' value='0'/> |
3117 | <fieldValue name='translation' value='-2.39483 1.00924 -1.39933'/> |
3118 | <fieldValue name='textTranslation' value='-2.24483 1.00924 -1.39933'/> |
3119 | <fieldValue name='textColor' value='0 0 0'/> |
3120 | </ProtoInstance> |
3121 | <ProtoInstance name='Vertex'> |
3122 | <fieldValue name='vertexText' value='"republish"'/> |
3123 | <fieldValue name='description' value='88: republish'/> |
3124 | <fieldValue name='url'/> |
3125 | <fieldValue name='radius' value='0.1500'/> |
3126 | <fieldValue name='displayMode'/> |
3127 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3128 | <fieldValue name='transparency' value='0'/> |
3129 | <fieldValue name='translation' value='0.97887 -2.09040 1.81631'/> |
3130 | <fieldValue name='textTranslation' value='1.12887 -2.09040 1.81631'/> |
3131 | <fieldValue name='textColor' value='0 0 0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Vertex'> |
3134 | <fieldValue name='vertexText' value='"rescue"'/> |
3135 | <fieldValue name='description' value='89: rescue'/> |
3136 | <fieldValue name='url'/> |
3137 | <fieldValue name='radius' value='0.1500'/> |
3138 | <fieldValue name='displayMode'/> |
3139 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3140 | <fieldValue name='transparency' value='0'/> |
3141 | <fieldValue name='translation' value='0.72771 1.74360 2.75210'/> |
3142 | <fieldValue name='textTranslation' value='0.87771 1.74360 2.75210'/> |
3143 | <fieldValue name='textColor' value='0 0 0'/> |
3144 | </ProtoInstance> |
3145 | <ProtoInstance name='Vertex'> |
3146 | <fieldValue name='vertexText' value='"reservists"'/> |
3147 | <fieldValue name='description' value='90: reservists'/> |
3148 | <fieldValue name='url'/> |
3149 | <fieldValue name='radius' value='0.1500'/> |
3150 | <fieldValue name='displayMode'/> |
3151 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3152 | <fieldValue name='transparency' value='0'/> |
3153 | <fieldValue name='translation' value='0.04870 1.97263 2.44080'/> |
3154 | <fieldValue name='textTranslation' value='0.19870 1.97263 2.44080'/> |
3155 | <fieldValue name='textColor' value='0 0 0'/> |
3156 | </ProtoInstance> |
3157 | <ProtoInstance name='Vertex'> |
3158 | <fieldValue name='vertexText' value='"respond"'/> |
3159 | <fieldValue name='description' value='91: respond'/> |
3160 | <fieldValue name='url'/> |
3161 | <fieldValue name='radius' value='0.1500'/> |
3162 | <fieldValue name='displayMode'/> |
3163 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | <fieldValue name='translation' value='-0.13892 1.61506 2.40724'/> |
3166 | <fieldValue name='textTranslation' value='0.01108 1.61506 2.40724'/> |
3167 | <fieldValue name='textColor' value='0 0 0'/> |
3168 | </ProtoInstance> |
3169 | <ProtoInstance name='Vertex'> |
3170 | <fieldValue name='vertexText' value='"sailors"'/> |
3171 | <fieldValue name='description' value='92: sailors'/> |
3172 | <fieldValue name='url'/> |
3173 | <fieldValue name='radius' value='0.1500'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3176 | <fieldValue name='transparency' value='0'/> |
3177 | <fieldValue name='translation' value='0.22439 2.15109 1.58447'/> |
3178 | <fieldValue name='textTranslation' value='0.37439 2.15109 1.58447'/> |
3179 | <fieldValue name='textColor' value='0 0 0'/> |
3180 | </ProtoInstance> |
3181 | <ProtoInstance name='Vertex'> |
3182 | <fieldValue name='vertexText' value='"security"'/> |
3183 | <fieldValue name='description' value='93: security'/> |
3184 | <fieldValue name='url'/> |
3185 | <fieldValue name='radius' value='0.1500'/> |
3186 | <fieldValue name='displayMode'/> |
3187 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3188 | <fieldValue name='transparency' value='0'/> |
3189 | <fieldValue name='translation' value='2.30969 0.42856 0.50953'/> |
3190 | <fieldValue name='textTranslation' value='2.45969 0.42856 0.50953'/> |
3191 | <fieldValue name='textColor' value='0 0 0'/> |
3192 | </ProtoInstance> |
3193 | <ProtoInstance name='Vertex'> |
3194 | <fieldValue name='vertexText' value='"serge"'/> |
3195 | <fieldValue name='description' value='94: serge'/> |
3196 | <fieldValue name='url'/> |
3197 | <fieldValue name='radius' value='0.1500'/> |
3198 | <fieldValue name='displayMode'/> |
3199 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3200 | <fieldValue name='transparency' value='0'/> |
3201 | <fieldValue name='translation' value='-0.83344 -2.08040 -1.81743'/> |
3202 | <fieldValue name='textTranslation' value='-0.68344 -2.08040 -1.81743'/> |
3203 | <fieldValue name='textColor' value='0 0 0'/> |
3204 | </ProtoInstance> |
3205 | <ProtoInstance name='Vertex'> |
3206 | <fieldValue name='vertexText' value='"simulator"'/> |
3207 | <fieldValue name='description' value='95: simulator'/> |
3208 | <fieldValue name='url'/> |
3209 | <fieldValue name='radius' value='0.1500'/> |
3210 | <fieldValue name='displayMode'/> |
3211 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3212 | <fieldValue name='transparency' value='0'/> |
3213 | <fieldValue name='translation' value='1.00360 2.11046 2.58730'/> |
3214 | <fieldValue name='textTranslation' value='1.15360 2.11046 2.58730'/> |
3215 | <fieldValue name='textColor' value='0 0 0'/> |
3216 | </ProtoInstance> |
3217 | <ProtoInstance name='Vertex'> |
3218 | <fieldValue name='vertexText' value='"speaking"'/> |
3219 | <fieldValue name='description' value='96: speaking'/> |
3220 | <fieldValue name='url'/> |
3221 | <fieldValue name='radius' value='0.1500'/> |
3222 | <fieldValue name='displayMode'/> |
3223 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3224 | <fieldValue name='transparency' value='0'/> |
3225 | <fieldValue name='translation' value='0.41065 -2.28661 -2.15732'/> |
3226 | <fieldValue name='textTranslation' value='0.56065 -2.28661 -2.15732'/> |
3227 | <fieldValue name='textColor' value='0 0 0'/> |
3228 | </ProtoInstance> |
3229 | <ProtoInstance name='Vertex'> |
3230 | <fieldValue name='vertexText' value='"special"'/> |
3231 | <fieldValue name='description' value='97: special'/> |
3232 | <fieldValue name='url'/> |
3233 | <fieldValue name='radius' value='0.1500'/> |
3234 | <fieldValue name='displayMode'/> |
3235 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3236 | <fieldValue name='transparency' value='0'/> |
3237 | <fieldValue name='translation' value='1.01974 -0.57115 -0.79562'/> |
3238 | <fieldValue name='textTranslation' value='1.16974 -0.57115 -0.79562'/> |
3239 | <fieldValue name='textColor' value='0 0 0'/> |
3240 | </ProtoInstance> |
3241 | <ProtoInstance name='Vertex'> |
3242 | <fieldValue name='vertexText' value='"spent"'/> |
3243 | <fieldValue name='description' value='98: spent'/> |
3244 | <fieldValue name='url'/> |
3245 | <fieldValue name='radius' value='0.1500'/> |
3246 | <fieldValue name='displayMode'/> |
3247 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3248 | <fieldValue name='transparency' value='0'/> |
3249 | <fieldValue name='translation' value='1.45615 1.24859 -0.56045'/> |
3250 | <fieldValue name='textTranslation' value='1.60615 1.24859 -0.56045'/> |
3251 | <fieldValue name='textColor' value='0 0 0'/> |
3252 | </ProtoInstance> |
3253 | <ProtoInstance name='Vertex'> |
3254 | <fieldValue name='vertexText' value='"statement"'/> |
3255 | <fieldValue name='description' value='99: statement'/> |
3256 | <fieldValue name='url'/> |
3257 | <fieldValue name='radius' value='0.1500'/> |
3258 | <fieldValue name='displayMode'/> |
3259 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3260 | <fieldValue name='transparency' value='0'/> |
3261 | <fieldValue name='translation' value='-0.00588 -2.28397 -2.05543'/> |
3262 | <fieldValue name='textTranslation' value='0.14412 -2.28397 -2.05543'/> |
3263 | <fieldValue name='textColor' value='0 0 0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Vertex'> |
3266 | <fieldValue name='vertexText' value='"station"'/> |
3267 | <fieldValue name='description' value='100: station'/> |
3268 | <fieldValue name='url'/> |
3269 | <fieldValue name='radius' value='0.1500'/> |
3270 | <fieldValue name='displayMode'/> |
3271 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3272 | <fieldValue name='transparency' value='0'/> |
3273 | <fieldValue name='translation' value='2.07128 1.06684 0.17432'/> |
3274 | <fieldValue name='textTranslation' value='2.22128 1.06684 0.17432'/> |
3275 | <fieldValue name='textColor' value='0 0 0'/> |
3276 | </ProtoInstance> |
3277 | <ProtoInstance name='Vertex'> |
3278 | <fieldValue name='vertexText' value='"status"'/> |
3279 | <fieldValue name='description' value='101: status'/> |
3280 | <fieldValue name='url'/> |
3281 | <fieldValue name='radius' value='0.1500'/> |
3282 | <fieldValue name='displayMode'/> |
3283 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3284 | <fieldValue name='transparency' value='0'/> |
3285 | <fieldValue name='translation' value='-2.36174 -1.65141 1.78631'/> |
3286 | <fieldValue name='textTranslation' value='-2.21174 -1.65141 1.78631'/> |
3287 | <fieldValue name='textColor' value='0 0 0'/> |
3288 | </ProtoInstance> |
3289 | <ProtoInstance name='Vertex'> |
3290 | <fieldValue name='vertexText' value='"summary"'/> |
3291 | <fieldValue name='description' value='102: summary'/> |
3292 | <fieldValue name='url'/> |
3293 | <fieldValue name='radius' value='0.1500'/> |
3294 | <fieldValue name='displayMode'/> |
3295 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | <fieldValue name='translation' value='1.35694 1.23423 2.06756'/> |
3298 | <fieldValue name='textTranslation' value='1.50694 1.23423 2.06756'/> |
3299 | <fieldValue name='textColor' value='0 0 0'/> |
3300 | </ProtoInstance> |
3301 | <ProtoInstance name='Vertex'> |
3302 | <fieldValue name='vertexText' value='"supplies"'/> |
3303 | <fieldValue name='description' value='103: supplies'/> |
3304 | <fieldValue name='url'/> |
3305 | <fieldValue name='radius' value='0.1500'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3308 | <fieldValue name='transparency' value='0'/> |
3309 | <fieldValue name='translation' value='1.36197 -2.13039 1.02005'/> |
3310 | <fieldValue name='textTranslation' value='1.51197 -2.13039 1.02005'/> |
3311 | <fieldValue name='textColor' value='0 0 0'/> |
3312 | </ProtoInstance> |
3313 | <ProtoInstance name='Vertex'> |
3314 | <fieldValue name='vertexText' value='"support"'/> |
3315 | <fieldValue name='description' value='104: support'/> |
3316 | <fieldValue name='url'/> |
3317 | <fieldValue name='radius' value='0.1500'/> |
3318 | <fieldValue name='displayMode'/> |
3319 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3320 | <fieldValue name='transparency' value='0'/> |
3321 | <fieldValue name='translation' value='0.35646 1.92455 2.07776'/> |
3322 | <fieldValue name='textTranslation' value='0.50646 1.92455 2.07776'/> |
3323 | <fieldValue name='textColor' value='0 0 0'/> |
3324 | </ProtoInstance> |
3325 | <ProtoInstance name='Vertex'> |
3326 | <fieldValue name='vertexText' value='"task"'/> |
3327 | <fieldValue name='description' value='105: task'/> |
3328 | <fieldValue name='url'/> |
3329 | <fieldValue name='radius' value='0.1500'/> |
3330 | <fieldValue name='displayMode'/> |
3331 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3332 | <fieldValue name='transparency' value='0'/> |
3333 | <fieldValue name='translation' value='1.73031 1.08954 0.80320'/> |
3334 | <fieldValue name='textTranslation' value='1.88031 1.08954 0.80320'/> |
3335 | <fieldValue name='textColor' value='0 0 0'/> |
3336 | </ProtoInstance> |
3337 | <ProtoInstance name='Vertex'> |
3338 | <fieldValue name='vertexText' value='"team"'/> |
3339 | <fieldValue name='description' value='106: team'/> |
3340 | <fieldValue name='url'/> |
3341 | <fieldValue name='radius' value='0.1500'/> |
3342 | <fieldValue name='displayMode'/> |
3343 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3344 | <fieldValue name='transparency' value='0'/> |
3345 | <fieldValue name='translation' value='-0.42880 -2.66714 -1.69607'/> |
3346 | <fieldValue name='textTranslation' value='-0.27880 -2.66714 -1.69607'/> |
3347 | <fieldValue name='textColor' value='0 0 0'/> |
3348 | </ProtoInstance> |
3349 | <ProtoInstance name='Vertex'> |
3350 | <fieldValue name='vertexText' value='"terms"'/> |
3351 | <fieldValue name='description' value='107: terms'/> |
3352 | <fieldValue name='url'/> |
3353 | <fieldValue name='radius' value='0.1500'/> |
3354 | <fieldValue name='displayMode'/> |
3355 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3356 | <fieldValue name='transparency' value='0'/> |
3357 | <fieldValue name='translation' value='-2.60898 -1.14961 1.66099'/> |
3358 | <fieldValue name='textTranslation' value='-2.45898 -1.14961 1.66099'/> |
3359 | <fieldValue name='textColor' value='0 0 0'/> |
3360 | </ProtoInstance> |
3361 | <ProtoInstance name='Vertex'> |
3362 | <fieldValue name='vertexText' value='"thompson"'/> |
3363 | <fieldValue name='description' value='108: thompson'/> |
3364 | <fieldValue name='url'/> |
3365 | <fieldValue name='radius' value='0.1500'/> |
3366 | <fieldValue name='displayMode'/> |
3367 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3368 | <fieldValue name='transparency' value='0'/> |
3369 | <fieldValue name='translation' value='-2.62417 0.78670 -1.02398'/> |
3370 | <fieldValue name='textTranslation' value='-2.47417 0.78670 -1.02398'/> |
3371 | <fieldValue name='textColor' value='0 0 0'/> |
3372 | </ProtoInstance> |
3373 | <ProtoInstance name='Vertex'> |
3374 | <fieldValue name='vertexText' value='"thousands"'/> |
3375 | <fieldValue name='description' value='109: thousands'/> |
3376 | <fieldValue name='url'/> |
3377 | <fieldValue name='radius' value='0.1500'/> |
3378 | <fieldValue name='displayMode'/> |
3379 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3380 | <fieldValue name='transparency' value='0'/> |
3381 | <fieldValue name='translation' value='1.21516 -2.08723 1.25322'/> |
3382 | <fieldValue name='textTranslation' value='1.36516 -2.08723 1.25322'/> |
3383 | <fieldValue name='textColor' value='0 0 0'/> |
3384 | </ProtoInstance> |
3385 | <ProtoInstance name='Vertex'> |
3386 | <fieldValue name='vertexText' value='"todays"'/> |
3387 | <fieldValue name='description' value='110: todays'/> |
3388 | <fieldValue name='url'/> |
3389 | <fieldValue name='radius' value='0.1500'/> |
3390 | <fieldValue name='displayMode'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='transparency' value='0'/> |
3393 | <fieldValue name='translation' value='-0.31704 1.98116 1.98391'/> |
3394 | <fieldValue name='textTranslation' value='-0.16704 1.98116 1.98391'/> |
3395 | <fieldValue name='textColor' value='0 0 0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Vertex'> |
3398 | <fieldValue name='vertexText' value='"twitter"'/> |
3399 | <fieldValue name='description' value='111: twitter'/> |
3400 | <fieldValue name='url'/> |
3401 | <fieldValue name='radius' value='0.1500'/> |
3402 | <fieldValue name='displayMode'/> |
3403 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3404 | <fieldValue name='transparency' value='0'/> |
3405 | <fieldValue name='translation' value='-2.75277 -0.52832 1.57203'/> |
3406 | <fieldValue name='textTranslation' value='-2.60277 -0.52832 1.57203'/> |
3407 | <fieldValue name='textColor' value='0 0 0'/> |
3408 | </ProtoInstance> |
3409 | <ProtoInstance name='Vertex'> |
3410 | <fieldValue name='vertexText' value='"victims"'/> |
3411 | <fieldValue name='description' value='112: victims'/> |
3412 | <fieldValue name='url'/> |
3413 | <fieldValue name='radius' value='0.1500'/> |
3414 | <fieldValue name='displayMode'/> |
3415 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3416 | <fieldValue name='transparency' value='0'/> |
3417 | <fieldValue name='translation' value='1.62278 -2.18888 0.94817'/> |
3418 | <fieldValue name='textTranslation' value='1.77278 -2.18888 0.94817'/> |
3419 | <fieldValue name='textColor' value='0 0 0'/> |
3420 | </ProtoInstance> |
3421 | <ProtoInstance name='Vertex'> |
3422 | <fieldValue name='vertexText' value='"web"'/> |
3423 | <fieldValue name='description' value='113: web'/> |
3424 | <fieldValue name='url'/> |
3425 | <fieldValue name='radius' value='0.1500'/> |
3426 | <fieldValue name='displayMode'/> |
3427 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | <fieldValue name='translation' value='1.79927 -1.62846 1.40568'/> |
3430 | <fieldValue name='textTranslation' value='1.94927 -1.62846 1.40568'/> |
3431 | <fieldValue name='textColor' value='0 0 0'/> |
3432 | </ProtoInstance> |
3433 | <ProtoInstance name='Vertex'> |
3434 | <fieldValue name='vertexText' value='"white"'/> |
3435 | <fieldValue name='description' value='114: white'/> |
3436 | <fieldValue name='url'/> |
3437 | <fieldValue name='radius' value='0.1500'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3440 | <fieldValue name='transparency' value='0'/> |
3441 | <fieldValue name='translation' value='2.19628 1.21659 -0.47617'/> |
3442 | <fieldValue name='textTranslation' value='2.34628 1.21659 -0.47617'/> |
3443 | <fieldValue name='textColor' value='0 0 0'/> |
3444 | </ProtoInstance> |
3445 | </Scene> |
3446 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2089
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2101
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2113
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2125
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2137
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2149
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2161
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2173
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2185
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2197
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2221
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2233
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2245
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2257
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2269
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2281
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2293
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2305
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2317
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2329
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2353
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2365
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2377
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2389
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2401
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2413
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2425
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2437
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2449
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2461
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2485
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2497
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2509
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2521
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2533
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2545
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2557
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2569
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2581
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2593
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2617
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2629
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2641
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2653
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2665
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2677
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2689
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2701
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2713
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2725
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2749
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2761
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2773
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2785
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2797
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2809
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2821
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2833
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2845
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2857
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2881
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2893
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2905
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2917
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2929
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2941
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2953
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2965
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2977
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2989
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3013
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3025
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3037
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3049
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3061
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3073
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3085
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3097
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3109
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3121
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3145
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3157
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3169
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3181
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3193
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3205
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3217
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3229
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3241
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3253
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3277
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3289
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3301
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3313
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3325
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3337
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3349
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3361
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3373
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3385
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3409
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3421
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3433
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->