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='1.14547'/> |
55 | <fieldValue name='cylinderTranslation' value='1.58059 -0.57506 -2.18995'/> |
56 | <fieldValue name='coneTranslation' value='1.51149 -0.63695 -2.59213'/> |
57 | <fieldValue name='rotation' value='-111.61632 0 19.17719 1.72131'/> |
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.13008'/> |
66 | <fieldValue name='cylinderTranslation' value='2.21111 -0.47230 -1.44979'/> |
67 | <fieldValue name='coneTranslation' value='2.59436 -0.46020 -1.31927'/> |
68 | <fieldValue name='rotation' value='36.41546 0 -106.92687 1.54092'/> |
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.65092'/> |
77 | <fieldValue name='cylinderTranslation' value='1.80568 -0.19676 -1.69290'/> |
78 | <fieldValue name='coneTranslation' value='1.87136 -0.04809 -1.72392'/> |
79 | <fieldValue name='rotation' value='-12.20554 0 -25.83910 0.45451'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='1.02769'/> |
88 | <fieldValue name='cylinderTranslation' value='2.01630 -0.76084 -1.35844'/> |
89 | <fieldValue name='coneTranslation' value='2.25030 -0.94791 -1.17015'/> |
90 | <fieldValue name='rotation' value='54.68638 0 -67.96316 2.12784'/> |
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.98551'/> |
99 | <fieldValue name='cylinderTranslation' value='1.82592 -0.93862 -1.49592'/> |
100 | <fieldValue name='coneTranslation' value='1.92683 -1.24212 -1.40412'/> |
101 | <fieldValue name='rotation' value='27.18964 0 -29.88732 2.71915'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.15685'/> |
110 | <fieldValue name='cylinderTranslation' value='2.15217 -0.16873 -1.55699'/> |
111 | <fieldValue name='coneTranslation' value='2.49628 0.06308 -1.50282'/> |
112 | <fieldValue name='rotation' value='14.97652 0 -95.13801 0.98363'/> |
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.70255'/> |
121 | <fieldValue name='cylinderTranslation' value='1.98120 -0.31470 -1.62210'/> |
122 | <fieldValue name='coneTranslation' value='2.14712 -0.21969 -1.61678'/> |
123 | <fieldValue name='rotation' value='1.95429 0 -60.94382 1.05099'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='0.84984'/> |
132 | <fieldValue name='cylinderTranslation' value='1.65624 -0.71279 -1.27111'/> |
133 | <fieldValue name='coneTranslation' value='1.64363 -0.85220 -1.04619'/> |
134 | <fieldValue name='rotation' value='72.15167 -0.00000 4.04717 2.12496'/> |
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.58580'/> |
143 | <fieldValue name='cylinderTranslation' value='1.89636 -0.61092 -1.78227'/> |
144 | <fieldValue name='coneTranslation' value='1.99613 -0.66616 -1.85051'/> |
145 | <fieldValue name='rotation' value='-30.08006 0 -43.97621 1.99946'/> |
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='2.30750'/> |
154 | <fieldValue name='cylinderTranslation' value='0.62389 -0.03990 -1.48582'/> |
155 | <fieldValue name='coneTranslation' value='-0.28274 0.34708 -1.36003'/> |
156 | <fieldValue name='rotation' value='29.20911 -0.00000 210.51887 1.17081'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='1.12848'/> |
165 | <fieldValue name='cylinderTranslation' value='2.18280 -0.59440 -1.85755'/> |
166 | <fieldValue name='coneTranslation' value='2.54555 -0.66979 -2.01923'/> |
167 | <fieldValue name='rotation' value='-45.13577 0 -101.26427 1.75838'/> |
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.64162'/> |
176 | <fieldValue name='cylinderTranslation' value='1.73314 -0.73463 -1.83051'/> |
177 | <fieldValue name='coneTranslation' value='1.76155 -0.85767 -1.93009'/> |
178 | <fieldValue name='rotation' value='-39.72879 0 -11.33282 2.44201'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='1.08138'/> |
187 | <fieldValue name='cylinderTranslation' value='1.78533 -0.31717 -2.13278'/> |
188 | <fieldValue name='coneTranslation' value='1.86197 -0.19606 -2.48546'/> |
189 | <fieldValue name='rotation' value='-100.18179 0 -21.77072 1.24704'/> |
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='1.06394'/> |
198 | <fieldValue name='cylinderTranslation' value='1.81330 -0.88177 -1.96374'/> |
199 | <fieldValue name='coneTranslation' value='1.90898 -1.15628 -2.19580'/> |
200 | <fieldValue name='rotation' value='-66.37467 0 -27.36500 2.40090'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='0.58004'/> |
209 | <fieldValue name='cylinderTranslation' value='1.81623 -0.67146 -1.80894'/> |
210 | <fieldValue name='coneTranslation' value='1.87889 -0.75318 -1.88833'/> |
211 | <fieldValue name='rotation' value='-35.41451 0 -27.95083 2.25043'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='0.58579'/> |
220 | <fieldValue name='cylinderTranslation' value='1.61404 -0.36159 -1.88801'/> |
221 | <fieldValue name='coneTranslation' value='1.58571 -0.30369 -2.00423'/> |
222 | <fieldValue name='rotation' value='-51.22837 0 12.48746 1.12006'/> |
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.10827'/> |
231 | <fieldValue name='cylinderTranslation' value='1.92804 -0.01330 -1.76348'/> |
232 | <fieldValue name='coneTranslation' value='2.10697 0.32518 -1.85708'/> |
233 | <fieldValue name='rotation' value='-26.32127 0 -50.31286 0.53791'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.63526'/> |
242 | <fieldValue name='cylinderTranslation' value='1.92380 -0.53708 -1.43841'/> |
243 | <fieldValue name='coneTranslation' value='2.04655 -0.56085 -1.34241'/> |
244 | <fieldValue name='rotation' value='38.69125 0 -49.46509 1.72219'/> |
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.12489'/> |
253 | <fieldValue name='cylinderTranslation' value='2.18569 -0.26127 -1.70331'/> |
254 | <fieldValue name='coneTranslation' value='2.55005 -0.09820 -1.75443'/> |
255 | <fieldValue name='rotation' value='-14.28849 0 -101.84257 1.15359'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='1.12818'/> |
264 | <fieldValue name='cylinderTranslation' value='1.96407 -0.19124 -2.01491'/> |
265 | <fieldValue name='coneTranslation' value='2.17009 0.02220 -2.28931'/> |
266 | <fieldValue name='rotation' value='-76.60863 0 -57.51822 1.01434'/> |
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.15262'/> |
275 | <fieldValue name='cylinderTranslation' value='1.50416 -0.89112 -2.00721'/> |
276 | <fieldValue name='coneTranslation' value='1.37969 -1.18148 -2.27835'/> |
277 | <fieldValue name='rotation' value='-75.06853 0 34.46311 2.34262'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='1.14739'/> |
286 | <fieldValue name='cylinderTranslation' value='1.55863 -0.61952 -2.17799'/> |
287 | <fieldValue name='coneTranslation' value='1.47365 -0.71350 -2.57181'/> |
288 | <fieldValue name='rotation' value='-109.22489 0 23.56954 1.79999'/> |
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.63298'/> |
297 | <fieldValue name='cylinderTranslation' value='1.70226 -0.37409 -1.92556'/> |
298 | <fieldValue name='coneTranslation' value='1.71501 -0.31719 -2.07078'/> |
299 | <fieldValue name='rotation' value='-58.73872 0 -5.15661 1.19863'/> |
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.21958'/> |
308 | <fieldValue name='cylinderTranslation' value='-1.63377 -0.94775 -0.18348'/> |
309 | <fieldValue name='coneTranslation' value='-1.69976 -0.58025 -0.43429'/> |
310 | <fieldValue name='rotation' value='-68.00558 0 17.89432 0.61456'/> |
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.98287'/> |
319 | <fieldValue name='cylinderTranslation' value='-2.00296 -1.62069 0.18107'/> |
320 | <fieldValue name='coneTranslation' value='-2.31230 -1.73853 0.19761'/> |
321 | <fieldValue name='rotation' value='4.90539 -0.00000 91.73430 1.93429'/> |
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.97880'/> |
330 | <fieldValue name='cylinderTranslation' value='-1.87674 -1.60878 0.47668'/> |
331 | <fieldValue name='coneTranslation' value='-2.10050 -1.71836 0.69215'/> |
332 | <fieldValue name='rotation' value='64.02622 -0.00000 66.48984 1.90994'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='1.58509'/> |
341 | <fieldValue name='cylinderTranslation' value='-1.58564 -0.77937 -0.27016'/> |
342 | <fieldValue name='coneTranslation' value='-1.61863 -0.24735 -0.61072'/> |
343 | <fieldValue name='rotation' value='-85.34033 0 8.26850 0.57153'/> |
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.92773'/> |
352 | <fieldValue name='cylinderTranslation' value='-1.83024 -1.77782 0.00399'/> |
353 | <fieldValue name='coneTranslation' value='-2.01756 -1.99521 -0.09594'/> |
354 | <fieldValue name='rotation' value='-30.51076 0 57.19018 2.36802'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='1.82494'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.68592 -1.63430 0.40217'/> |
364 | <fieldValue name='coneTranslation' value='0.02194 -1.78961 0.60472'/> |
365 | <fieldValue name='rotation' value='49.12405 0 -171.67465 1.77869'/> |
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.88413'/> |
374 | <fieldValue name='cylinderTranslation' value='-1.76891 -1.81417 0.25347'/> |
375 | <fieldValue name='coneTranslation' value='-1.91222 -2.04911 0.31532'/> |
376 | <fieldValue name='rotation' value='19.38525 -0.00000 44.92266 2.55517'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.97845'/> |
385 | <fieldValue name='cylinderTranslation' value='-1.87593 -1.60961 0.47682'/> |
386 | <fieldValue name='coneTranslation' value='-2.09910 -1.71974 0.69235'/> |
387 | <fieldValue name='rotation' value='64.05533 -0.00000 66.32640 1.91188'/> |
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.98077'/> |
396 | <fieldValue name='cylinderTranslation' value='-1.99995 -1.62666 0.17078'/> |
397 | <fieldValue name='coneTranslation' value='-2.30694 -1.74840 0.18037'/> |
398 | <fieldValue name='rotation' value='2.84685 -0.00000 91.13176 1.94817'/> |
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.15231'/> |
407 | <fieldValue name='cylinderTranslation' value='-1.80731 0.95088 -1.56067'/> |
408 | <fieldValue name='coneTranslation' value='-2.07909 1.07000 -1.85244'/> |
409 | <fieldValue name='rotation' value='-80.78953 0 75.25570 1.28050'/> |
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.41873'/> |
418 | <fieldValue name='cylinderTranslation' value='-1.57713 0.16822 -0.84012'/> |
419 | <fieldValue name='coneTranslation' value='-1.69028 -0.31019 -0.59492'/> |
420 | <fieldValue name='rotation' value='63.32123 -0.00000 29.22056 2.62772'/> |
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='1.10669'/> |
429 | <fieldValue name='cylinderTranslation' value='-1.77954 1.20722 -1.24201'/> |
430 | <fieldValue name='coneTranslation' value='-2.02727 1.50667 -1.30264'/> |
431 | <fieldValue name='rotation' value='-17.05795 0 69.70149 0.70549'/> |
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.15701'/> |
440 | <fieldValue name='cylinderTranslation' value='-1.60419 0.65460 -1.69285'/> |
441 | <fieldValue name='coneTranslation' value='-1.72946 0.55957 -2.08070'/> |
442 | <fieldValue name='rotation' value='-107.22509 0 34.63201 1.79986'/> |
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='1.15631'/> |
451 | <fieldValue name='cylinderTranslation' value='-1.74189 0.94893 -1.61615'/> |
452 | <fieldValue name='coneTranslation' value='-1.96673 1.06680 -1.94843'/> |
453 | <fieldValue name='rotation' value='-91.88478 0 62.17244 1.28505'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.60133'/> |
462 | <fieldValue name='cylinderTranslation' value='-1.20738 0.78995 -1.35763'/> |
463 | <fieldValue name='coneTranslation' value='-1.10275 0.79182 -1.45163'/> |
464 | <fieldValue name='rotation' value='-40.18198 0 -44.72932 1.55753'/> |
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.19502'/> |
473 | <fieldValue name='cylinderTranslation' value='-2.01281 0.71979 -1.27580'/> |
474 | <fieldValue name='coneTranslation' value='-2.43879 0.67133 -1.36299'/> |
475 | <fieldValue name='rotation' value='-23.81516 0 116.35481 1.68178'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='1.18744'/> |
484 | <fieldValue name='cylinderTranslation' value='-1.41084 1.02183 -1.70121'/> |
485 | <fieldValue name='coneTranslation' value='-1.39609 1.19413 -2.09896'/> |
486 | <fieldValue name='rotation' value='-108.89691 0 -4.03880 1.16226'/> |
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.10396'/> |
495 | <fieldValue name='cylinderTranslation' value='-1.71532 1.23433 -1.30781'/> |
496 | <fieldValue name='coneTranslation' value='-1.91720 1.55273 -1.41511'/> |
497 | <fieldValue name='rotation' value='-30.21816 0 56.85794 0.62273'/> |
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.02840'/> |
506 | <fieldValue name='cylinderTranslation' value='-1.52900 0.33659 -0.92679'/> |
507 | <fieldValue name='coneTranslation' value='-1.59649 0.02705 -0.76840'/> |
508 | <fieldValue name='rotation' value='45.98648 -0.00000 19.59474 2.63401'/> |
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.17620'/> |
517 | <fieldValue name='cylinderTranslation' value='-1.27549 1.22617 -1.51434'/> |
518 | <fieldValue name='coneTranslation' value='-1.16226 1.54660 -1.77466'/> |
519 | <fieldValue name='rotation' value='-71.52359 0 -31.10856 0.72498'/> |
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.38049'/> |
528 | <fieldValue name='cylinderTranslation' value='-1.31433 1.11749 -0.56266'/> |
529 | <fieldValue name='coneTranslation' value='-1.22468 1.37217 -0.10630'/> |
530 | <fieldValue name='rotation' value='118.81232 0 -23.34019 1.06980'/> |
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.68060'/> |
539 | <fieldValue name='cylinderTranslation' value='-1.54562 0.70877 -1.46771'/> |
540 | <fieldValue name='coneTranslation' value='-1.60633 0.66787 -1.63248'/> |
541 | <fieldValue name='rotation' value='-62.19785 0 22.91745 1.79963'/> |
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.01232'/> |
550 | <fieldValue name='cylinderTranslation' value='-1.44845 1.27732 -1.27701'/> |
551 | <fieldValue name='coneTranslation' value='-1.46036 1.61335 -1.35928'/> |
552 | <fieldValue name='rotation' value='-24.05811 0 3.48347 0.24250'/> |
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='1.15367'/> |
561 | <fieldValue name='cylinderTranslation' value='-1.79488 0.50283 -1.50340'/> |
562 | <fieldValue name='coneTranslation' value='-2.05780 0.29822 -1.75392'/> |
563 | <fieldValue name='rotation' value='-69.33543 0 72.76945 2.08386'/> |
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='1.10647'/> |
572 | <fieldValue name='cylinderTranslation' value='-1.08893 0.69641 -1.58218'/> |
573 | <fieldValue name='coneTranslation' value='-0.84577 0.63276 -1.88460'/> |
574 | <fieldValue name='rotation' value='-85.09214 0 -68.41981 1.73338'/> |
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='1.08627'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.92987 0.59767 -1.24825'/> |
584 | <fieldValue name='coneTranslation' value='-0.57634 0.46485 -1.31281'/> |
585 | <fieldValue name='rotation' value='-18.30542 0 -100.23219 1.92482'/> |
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.61129'/> |
594 | <fieldValue name='cylinderTranslation' value='-1.33630 0.93904 -1.40373'/> |
595 | <fieldValue name='coneTranslation' value='-1.29116 1.01198 -1.52144'/> |
596 | <fieldValue name='rotation' value='-49.40205 0 -18.94645 1.04625'/> |
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.39865'/> |
605 | <fieldValue name='cylinderTranslation' value='-1.47914 0.97670 -1.18895'/> |
606 | <fieldValue name='coneTranslation' value='-1.48863 1.01433 -1.19531'/> |
607 | <fieldValue name='rotation' value='-6.44566 0 9.62115 0.29474'/> |
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='1.19494'/> |
616 | <fieldValue name='cylinderTranslation' value='-2.00608 0.82598 -0.99961'/> |
617 | <fieldValue name='coneTranslation' value='-2.42713 0.85529 -0.88457'/> |
618 | <fieldValue name='rotation' value='31.42245 -0.00000 115.00986 1.50376'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.58470'/> |
627 | <fieldValue name='cylinderTranslation' value='-1.22627 0.90365 -0.98442'/> |
628 | <fieldValue name='coneTranslation' value='-1.13357 0.95693 -0.90641'/> |
629 | <fieldValue name='rotation' value='34.46120 0 -40.95299 1.15648'/> |
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.66808'/> |
638 | <fieldValue name='cylinderTranslation' value='-1.66450 0.62358 -1.33196'/> |
639 | <fieldValue name='coneTranslation' value='-1.78614 0.53898 -1.42327'/> |
640 | <fieldValue name='rotation' value='-35.04831 0 46.69346 2.07843'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='1.19756'/> |
649 | <fieldValue name='cylinderTranslation' value='-2.00032 0.68551 -1.31280'/> |
650 | <fieldValue name='coneTranslation' value='-2.41748 0.61189 -1.42717'/> |
651 | <fieldValue name='rotation' value='-31.21523 0 113.85713 1.73936'/> |
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='1.11652'/> |
660 | <fieldValue name='cylinderTranslation' value='-1.82460 0.40611 -1.04506'/> |
661 | <fieldValue name='coneTranslation' value='-2.10537 0.13512 -0.96540'/> |
662 | <fieldValue name='rotation' value='22.33296 -0.00000 78.71397 2.31914'/> |
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='1.15822'/> |
671 | <fieldValue name='cylinderTranslation' value='-1.95373 1.01389 -1.05568'/> |
672 | <fieldValue name='coneTranslation' value='-2.33201 1.17884 -0.98256'/> |
673 | <fieldValue name='rotation' value='20.20801 -0.00000 104.53909 1.16628'/> |
674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
675 | <fieldValue name='ballRadius' value='0.02'/> |
676 | <fieldValue name='traceEnabled' value='false'/> |
677 | <fieldValue name='displayMode'/> |
678 | <fieldValue name='transparency' value='0'/> |
679 | </ProtoInstance> |
680 | <ProtoInstance name='Arc'> |
681 | <fieldValue name='cylinderHeight' value='0.57565'/> |
682 | <fieldValue name='cylinderTranslation' value='-0.82918 2.30210 1.28825'/> |
683 | <fieldValue name='coneTranslation' value='-0.77841 2.41940 1.28658'/> |
684 | <fieldValue name='rotation' value='-0.74892 0 -22.86728 0.40874'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.53442'/> |
693 | <fieldValue name='cylinderTranslation' value='-1.02716 2.05564 1.03882'/> |
694 | <fieldValue name='coneTranslation' value='-1.06072 2.06273 0.93725'/> |
695 | <fieldValue name='rotation' value='-50.63341 0 16.72873 1.50468'/> |
696 | <fieldValue name='diffuseColor' value='0 0 0'/> |
697 | <fieldValue name='ballRadius' value='0.02'/> |
698 | <fieldValue name='traceEnabled' value='false'/> |
699 | <fieldValue name='displayMode'/> |
700 | <fieldValue name='transparency' value='0'/> |
701 | </ProtoInstance> |
702 | <ProtoInstance name='Arc'> |
703 | <fieldValue name='cylinderHeight' value='0.99865'/> |
704 | <fieldValue name='cylinderTranslation' value='-1.39515 2.11819 1.48928'/> |
705 | <fieldValue name='coneTranslation' value='-1.70207 2.17269 1.62335'/> |
706 | <fieldValue name='rotation' value='39.45722 -0.00000 90.32669 1.40949'/> |
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.92201'/> |
715 | <fieldValue name='cylinderTranslation' value='-1.22186 2.06087 0.92521'/> |
716 | <fieldValue name='coneTranslation' value='-1.40360 2.07581 0.68573'/> |
717 | <fieldValue name='rotation' value='-73.35542 0 55.66845 1.52114'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.99865'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.73433 2.08165 1.74327'/> |
727 | <fieldValue name='coneTranslation' value='-0.59217 2.11133 2.04995'/> |
728 | <fieldValue name='rotation' value='90.25642 0 -41.83836 1.48323'/> |
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.57082'/> |
737 | <fieldValue name='cylinderTranslation' value='-0.75716 2.25086 1.32960'/> |
738 | <fieldValue name='coneTranslation' value='-0.67527 2.34439 1.34613'/> |
739 | <fieldValue name='rotation' value='7.52203 0 -37.27227 0.72900'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='0.49616'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.95764 2.26253 1.18746'/> |
749 | <fieldValue name='coneTranslation' value='-0.96265 2.34225 1.15034'/> |
750 | <fieldValue name='rotation' value='-20.90687 0 2.82409 0.43918'/> |
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='1.15894'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.41931 2.14585 1.51415'/> |
760 | <fieldValue name='coneTranslation' value='-0.03984 2.22394 1.67496'/> |
761 | <fieldValue name='rotation' value='44.43096 0 -104.84206 1.38356'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='1.41441'/> |
770 | <fieldValue name='cylinderTranslation' value='-1.07057 1.74350 0.66170'/> |
771 | <fieldValue name='coneTranslation' value='-1.16888 1.51564 0.17400'/> |
772 | <fieldValue name='rotation' value='-126.05913 0 25.41097 2.00029'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='1.01371'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.59087 2.39595 1.22565'/> |
782 | <fieldValue name='coneTranslation' value='-0.34954 2.64091 1.18025'/> |
783 | <fieldValue name='rotation' value='-13.26892 0 -70.53002 0.78662'/> |
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.15942'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.52495 2.00885 1.69201'/> |
793 | <fieldValue name='coneTranslation' value='-0.22191 1.98776 1.98163'/> |
794 | <fieldValue name='rotation' value='80.00460 0 -83.71301 1.62108'/> |
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.42286'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.88931 2.04013 1.49634'/> |
804 | <fieldValue name='coneTranslation' value='-0.87613 2.04065 1.54605'/> |
805 | <fieldValue name='rotation' value='40.87048 0 -10.84159 1.56065'/> |
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.58694'/> |
814 | <fieldValue name='cylinderTranslation' value='-0.98899 1.99099 1.57808'/> |
815 | <fieldValue name='coneTranslation' value='-1.00967 1.96961 1.70819'/> |
816 | <fieldValue name='rotation' value='57.21783 -0.00000 9.09373 1.73165'/> |
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.04307'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.50492 2.29598 1.40632'/> |
826 | <fieldValue name='coneTranslation' value='-0.20089 2.47482 1.48558'/> |
827 | <fieldValue name='rotation' value='22.86666 0 -87.71894 1.05333'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='1.07123'/> |
836 | <fieldValue name='cylinderTranslation' value='-1.00333 1.87811 1.79968'/> |
837 | <fieldValue name='coneTranslation' value='-1.04527 1.76600 2.15571'/> |
838 | <fieldValue name='rotation' value='101.53777 -0.00000 11.96158 1.87390'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.99817'/> |
847 | <fieldValue name='cylinderTranslation' value='-1.27410 2.03925 1.66589'/> |
848 | <fieldValue name='coneTranslation' value='-1.49870 2.04011 1.91992'/> |
849 | <fieldValue name='rotation' value='74.77926 -0.00000 66.11645 1.56827'/> |
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.02923'/> |
858 | <fieldValue name='cylinderTranslation' value='-0.79461 1.96362 1.77894'/> |
859 | <fieldValue name='coneTranslation' value='-0.69200 1.91238 2.11450'/> |
860 | <fieldValue name='rotation' value='97.39058 0 -29.78222 1.71581'/> |
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.52108'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.99828 2.28769 1.34232'/> |
870 | <fieldValue name='coneTranslation' value='-1.01942 2.38405 1.36174'/> |
871 | <fieldValue name='rotation' value='10.06494 -0.00000 10.95302 0.28949'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='1.12916'/> |
880 | <fieldValue name='cylinderTranslation' value='-1.30018 1.85948 1.69159'/> |
881 | <fieldValue name='coneTranslation' value='-1.55576 1.73155 1.97794'/> |
882 | <fieldValue name='rotation' value='79.91976 -0.00000 71.33187 1.89250'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='0.62445'/> |
891 | <fieldValue name='cylinderTranslation' value='-1.20174 2.10323 1.45494'/> |
892 | <fieldValue name='coneTranslation' value='-1.32763 2.13503 1.53438'/> |
893 | <fieldValue name='rotation' value='32.58917 -0.00000 51.64377 1.36030'/> |
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.61156'/> |
902 | <fieldValue name='cylinderTranslation' value='1.19694 -2.18567 0.82825'/> |
903 | <fieldValue name='coneTranslation' value='1.14758 -2.32263 0.82081'/> |
904 | <fieldValue name='rotation' value='-3.12109 0 20.70902 2.79207'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='1.13619'/> |
913 | <fieldValue name='cylinderTranslation' value='1.03244 -2.06640 1.31572'/> |
914 | <fieldValue name='coneTranslation' value='0.83989 -2.18710 1.65468'/> |
915 | <fieldValue name='rotation' value='94.37162 -0.00000 53.60966 1.87105'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.11866'/> |
924 | <fieldValue name='cylinderTranslation' value='1.30552 -1.81964 1.39760'/> |
925 | <fieldValue name='coneTranslation' value='1.30911 -1.76342 1.79293'/> |
926 | <fieldValue name='rotation' value='110.74763 0 -1.00532 1.42955'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='1.08779'/> |
935 | <fieldValue name='cylinderTranslation' value='1.80746 -1.82068 1.02488'/> |
936 | <fieldValue name='coneTranslation' value='2.16529 -1.76584 1.15264'/> |
937 | <fieldValue name='rotation' value='36.20366 0 -101.39325 1.42745'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='1.16934'/> |
946 | <fieldValue name='cylinderTranslation' value='1.61450 -1.67970 1.28592'/> |
947 | <fieldValue name='coneTranslation' value='1.84258 -1.52087 1.60700'/> |
948 | <fieldValue name='rotation' value='88.41197 0 -62.80240 1.18746'/> |
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.51279'/> |
957 | <fieldValue name='cylinderTranslation' value='1.46317 -2.09504 0.86837'/> |
958 | <fieldValue name='coneTranslation' value='1.52433 -2.16897 0.87758'/> |
959 | <fieldValue name='rotation' value='4.90196 0 -32.53584 2.44495'/> |
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.75847'/> |
968 | <fieldValue name='cylinderTranslation' value='1.42687 -1.76500 0.51211'/> |
969 | <fieldValue name='coneTranslation' value='1.49993 -1.68789 0.32033'/> |
970 | <fieldValue name='rotation' value='-66.34970 0 -25.27548 1.21140'/> |
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.64348'/> |
979 | <fieldValue name='cylinderTranslation' value='1.60107 -1.86269 0.95292'/> |
980 | <fieldValue name='coneTranslation' value='1.75216 -1.84474 1.00775'/> |
981 | <fieldValue name='rotation' value='21.81340 0 -60.11504 1.45963'/> |
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='2.02860'/> |
990 | <fieldValue name='cylinderTranslation' value='1.46825 -1.41739 -0.03325'/> |
991 | <fieldValue name='coneTranslation' value='1.60954 -1.01227 -0.77199'/> |
992 | <fieldValue name='rotation' value='-175.42089 0 -33.55177 1.07673'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='0.57116'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.28203 -2.17872 0.79265'/> |
1002 | <fieldValue name='coneTranslation' value='1.27392 -2.30200 0.77013'/> |
1003 | <fieldValue name='rotation' value='-10.24198 0 3.69154 2.94981'/> |
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.25968'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.40486 -1.94778 0.78450'/> |
1013 | <fieldValue name='coneTranslation' value='1.38062 -1.93631 0.79829'/> |
1014 | <fieldValue name='rotation' value='-11.87196 0 -20.87483 1.96113'/> |
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.57152'/> |
1023 | <fieldValue name='cylinderTranslation' value='1.45764 -2.06039 1.01911'/> |
1024 | <fieldValue name='coneTranslation' value='1.52680 -2.13168 1.09624'/> |
1025 | <fieldValue name='rotation' value='35.05141 0 -31.43051 2.17358'/> |
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.90408'/> |
1034 | <fieldValue name='cylinderTranslation' value='1.68591 -2.10976 0.73846'/> |
1035 | <fieldValue name='coneTranslation' value='1.93492 -2.24632 0.67036'/> |
1036 | <fieldValue name='rotation' value='-21.08000 0 -77.08478 2.05738'/> |
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.67568'/> |
1045 | <fieldValue name='cylinderTranslation' value='1.27919 -1.88882 1.18089'/> |
1046 | <fieldValue name='coneTranslation' value='1.26798 -1.88379 1.35830'/> |
1047 | <fieldValue name='rotation' value='67.40634 -0.00000 4.25954 1.54250'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='1.02426'/> |
1056 | <fieldValue name='cylinderTranslation' value='0.92698 -2.14537 1.09238'/> |
1057 | <fieldValue name='coneTranslation' value='0.67016 -2.31519 1.26325'/> |
1058 | <fieldValue name='rotation' value='49.70371 -0.00000 74.70223 2.07405'/> |
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.16847'/> |
1067 | <fieldValue name='cylinderTranslation' value='1.63664 -1.68039 1.26908'/> |
1068 | <fieldValue name='coneTranslation' value='1.88072 -1.52209 1.57786'/> |
1069 | <fieldValue name='rotation' value='85.04531 0 -67.22906 1.18842'/> |
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.14745'/> |
1078 | <fieldValue name='cylinderTranslation' value='0.73647 -1.86051 0.74582'/> |
1079 | <fieldValue name='coneTranslation' value='0.32975 -1.83320 0.67513'/> |
1080 | <fieldValue name='rotation' value='-19.60717 0 112.80370 1.50474'/> |
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.00093'/> |
1089 | <fieldValue name='cylinderTranslation' value='1.04130 -2.32615 0.82653'/> |
1090 | <fieldValue name='coneTranslation' value='0.86498 -2.61715 0.81474'/> |
1091 | <fieldValue name='rotation' value='-3.46607 0 51.83773 2.59585'/> |
1092 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1093 | <fieldValue name='ballRadius' value='0.02'/> |
1094 | <fieldValue name='traceEnabled' value='false'/> |
1095 | <fieldValue name='displayMode'/> |
1096 | <fieldValue name='transparency' value='0'/> |
1097 | </ProtoInstance> |
1098 | <ProtoInstance name='Arc'> |
1099 | <fieldValue name='cylinderHeight' value='0.97664'/> |
1100 | <fieldValue name='cylinderTranslation' value='1.57378 -2.05715 1.21609'/> |
1101 | <fieldValue name='coneTranslation' value='1.75753 -2.16390 1.46637'/> |
1102 | <fieldValue name='rotation' value='74.44732 0 -54.65835 1.90196'/> |
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.46324'/> |
1111 | <fieldValue name='cylinderTranslation' value='1.08372 -1.96377 0.89267'/> |
1112 | <fieldValue name='coneTranslation' value='1.01669 -1.98399 0.90777'/> |
1113 | <fieldValue name='rotation' value='9.76356 -0.00000 43.35424 1.85700'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='1.10507'/> |
1122 | <fieldValue name='cylinderTranslation' value='1.22383 -1.91118 1.39090'/> |
1123 | <fieldValue name='coneTranslation' value='1.16937 -1.92028 1.77953'/> |
1124 | <fieldValue name='rotation' value='109.40807 -0.00000 15.33154 1.59397'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='0.18500'/> |
1133 | <fieldValue name='cylinderTranslation' value='1.17849 -2.46601 0.77704'/> |
1134 | <fieldValue name='coneTranslation' value='1.11639 -2.47108 0.80302'/> |
1135 | <fieldValue name='rotation' value='-7.12089 0 -17.01748 1.49563'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='0.41934'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.93776 -2.61344 0.81092'/> |
1145 | <fieldValue name='coneTranslation' value='0.90088 -2.64672 0.81051'/> |
1146 | <fieldValue name='rotation' value='-0.34498 0 31.12871 2.30499'/> |
1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1148 | <fieldValue name='ballRadius' value='0.02'/> |
1149 | <fieldValue name='traceEnabled' value='false'/> |
1150 | <fieldValue name='displayMode'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | </ProtoInstance> |
1153 | <ProtoInstance name='Arc'> |
1154 | <fieldValue name='cylinderHeight' value='0.17159'/> |
1155 | <fieldValue name='cylinderTranslation' value='-2.11817 1.11385 -2.02009'/> |
1156 | <fieldValue name='coneTranslation' value='-2.17475 1.11554 -1.97211'/> |
1157 | <fieldValue name='rotation' value='-11.09524 0 -13.08326 1.59351'/> |
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.10202'/> |
1166 | <fieldValue name='cylinderTranslation' value='1.46275 -0.70540 -2.73607'/> |
1167 | <fieldValue name='coneTranslation' value='1.50967 -0.61040 -2.76162'/> |
1168 | <fieldValue name='rotation' value='2.39143 -0.00000 4.39235 2.62924'/> |
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.52733'/> |
1177 | <fieldValue name='cylinderTranslation' value='-0.47653 2.66007 1.22190'/> |
1178 | <fieldValue name='coneTranslation' value='-0.38283 2.69696 1.19729'/> |
1179 | <fieldValue name='rotation' value='-12.51999 0 -47.66274 1.20688'/> |
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.35624'/> |
1188 | <fieldValue name='cylinderTranslation' value='-0.88395 2.55180 1.33857'/> |
1189 | <fieldValue name='coneTranslation' value='-0.90115 2.55034 1.34407'/> |
1190 | <fieldValue name='rotation' value='10.81386 -0.00000 33.82030 1.65181'/> |
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.52811'/> |
1199 | <fieldValue name='cylinderTranslation' value='-1.04128 2.28018 0.93429'/> |
1200 | <fieldValue name='coneTranslation' value='-1.01389 2.36171 0.99286'/> |
1201 | <fieldValue name='rotation' value='29.72654 0 -13.90464 0.67055'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.98294'/> |
1210 | <fieldValue name='cylinderTranslation' value='-1.15422 1.76116 0.40853'/> |
1211 | <fieldValue name='coneTranslation' value='-1.18350 1.55064 0.15418'/> |
1212 | <fieldValue name='rotation' value='-75.42572 0 8.68224 2.25896'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='ballRadius' value='0.02'/> |
1215 | <fieldValue name='traceEnabled' value='false'/> |
1216 | <fieldValue name='displayMode'/> |
1217 | <fieldValue name='transparency' value='0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Arc'> |
1220 | <fieldValue name='cylinderHeight' value='0.39079'/> |
1221 | <fieldValue name='cylinderTranslation' value='-1.67511 -0.28116 -0.61018'/> |
1222 | <fieldValue name='coneTranslation' value='-1.66639 -0.25066 -0.62588'/> |
1223 | <fieldValue name='rotation' value='-17.33475 0 -9.62582 0.53215'/> |
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.39402'/> |
1232 | <fieldValue name='cylinderTranslation' value='-1.65337 2.18342 1.65222'/> |
1233 | <fieldValue name='coneTranslation' value='-1.61704 2.18061 1.64577'/> |
1234 | <fieldValue name='rotation' value='-6.86804 0 -38.68292 1.64680'/> |
1235 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1236 | <fieldValue name='ballRadius' value='0.02'/> |
1237 | <fieldValue name='traceEnabled' value='false'/> |
1238 | <fieldValue name='displayMode'/> |
1239 | <fieldValue name='transparency' value='0'/> |
1240 | </ProtoInstance> |
1241 | <ProtoInstance name='Arc'> |
1242 | <fieldValue name='cylinderHeight' value='0.87876'/> |
1243 | <fieldValue name='cylinderTranslation' value='-1.34892 1.76639 0.29492'/> |
1244 | <fieldValue name='coneTranslation' value='-1.25272 1.56459 0.12736'/> |
1245 | <fieldValue name='rotation' value='-52.70370 0 -30.25748 2.37794'/> |
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.19171'/> |
1254 | <fieldValue name='cylinderTranslation' value='-2.06383 1.65559 -1.39310'/> |
1255 | <fieldValue name='coneTranslation' value='-2.10680 1.63745 -1.34907'/> |
1256 | <fieldValue name='rotation' value='-13.16021 0 -12.84356 1.28409'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='0.45800'/> |
1265 | <fieldValue name='cylinderTranslation' value='1.28422 -1.81008 1.73463'/> |
1266 | <fieldValue name='coneTranslation' value='1.27629 -1.83093 1.66933'/> |
1267 | <fieldValue name='rotation' value='-43.34129 0 5.26487 1.87770'/> |
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.02455'/> |
1276 | <fieldValue name='cylinderTranslation' value='-2.45862 -1.80139 0.19531'/> |
1277 | <fieldValue name='coneTranslation' value='-2.49488 -1.72951 0.31917'/> |
1278 | <fieldValue name='rotation' value='-2.05854 0 -0.60254 2.07891'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='0.44515'/> |
1287 | <fieldValue name='cylinderTranslation' value='2.10803 -1.78499 1.13394'/> |
1288 | <fieldValue name='coneTranslation' value='2.05001 -1.79680 1.11371'/> |
1289 | <fieldValue name='rotation' value='-14.39027 0 41.27821 1.76065'/> |
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.58948'/> |
1298 | <fieldValue name='cylinderTranslation' value='2.45844 -0.52020 -1.25634'/> |
1299 | <fieldValue name='coneTranslation' value='2.32710 -0.54982 -1.25113'/> |
1300 | <fieldValue name='rotation' value='2.27579 -0.00000 57.46178 1.79241'/> |
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.05563'/> |
1309 | <fieldValue name='cylinderTranslation' value='1.95065 -1.46171 1.71114'/> |
1310 | <fieldValue name='coneTranslation' value='1.84547 -1.45846 1.79114'/> |
1311 | <fieldValue name='rotation' value='-3.36666 0 -4.42665 1.59539'/> |
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.47771'/> |
1320 | <fieldValue name='cylinderTranslation' value='-1.71878 0.57741 -2.00384'/> |
1321 | <fieldValue name='coneTranslation' value='-1.69944 0.59529 -1.92951'/> |
1322 | <fieldValue name='rotation' value='45.02724 0 -11.71456 1.34202'/> |
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.70979'/> |
1331 | <fieldValue name='cylinderTranslation' value='-0.70622 0.60166 -1.44916'/> |
1332 | <fieldValue name='coneTranslation' value='-0.55382 0.49607 -1.38909'/> |
1333 | <fieldValue name='rotation' value='21.87656 0 -55.50288 2.14337'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='0.40482'/> |
1342 | <fieldValue name='cylinderTranslation' value='-1.11265 0.94303 -1.60464'/> |
1343 | <fieldValue name='coneTranslation' value='-1.13966 0.97426 -1.61430'/> |
1344 | <fieldValue name='rotation' value='-9.22008 0 25.78287 0.74285'/> |
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.10392'/> |
1353 | <fieldValue name='cylinderTranslation' value='-2.58209 0.61933 -1.43188'/> |
1354 | <fieldValue name='coneTranslation' value='-2.60806 0.69060 -1.35494'/> |
1355 | <fieldValue name='rotation' value='-7.40007 0 -2.49769 2.29119'/> |
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.58896'/> |
1364 | <fieldValue name='cylinderTranslation' value='-0.68012 2.08380 1.94763'/> |
1365 | <fieldValue name='coneTranslation' value='-0.75090 2.06484 1.83486'/> |
1366 | <fieldValue name='rotation' value='-49.38594 0 30.99678 1.71227'/> |
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.00236'/> |
1375 | <fieldValue name='cylinderTranslation' value='-2.20837 -1.77243 0.79695'/> |
1376 | <fieldValue name='coneTranslation' value='-2.31838 -1.65956 0.77736'/> |
1377 | <fieldValue name='rotation' value='0.02911 0 -0.16345 2.36123'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='0.46309'/> |
1386 | <fieldValue name='cylinderTranslation' value='2.05724 0.27912 -1.82450'/> |
1387 | <fieldValue name='coneTranslation' value='2.09505 0.33581 -1.84631'/> |
1388 | <fieldValue name='rotation' value='-14.11573 0 -24.47376 0.65618'/> |
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.74719'/> |
1397 | <fieldValue name='cylinderTranslation' value='1.99606 -0.98444 -0.99768'/> |
1398 | <fieldValue name='coneTranslation' value='1.79021 -0.95697 -0.94775'/> |
1399 | <fieldValue name='rotation' value='17.46530 -0.00000 72.01034 1.44182'/> |
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.65176'/> |
1408 | <fieldValue name='cylinderTranslation' value='-1.92257 -0.04326 -0.81513'/> |
1409 | <fieldValue name='coneTranslation' value='-2.07304 -0.00788 -0.87533'/> |
1410 | <fieldValue name='rotation' value='-23.65352 0 59.11923 1.35582'/> |
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.49207'/> |
1419 | <fieldValue name='cylinderTranslation' value='-0.77128 2.47540 1.22507'/> |
1420 | <fieldValue name='coneTranslation' value='-0.84139 2.47948 1.17536'/> |
1421 | <fieldValue name='rotation' value='-28.42890 0 40.09636 1.52335'/> |
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.53495'/> |
1430 | <fieldValue name='cylinderTranslation' value='-0.31856 2.50885 1.44393'/> |
1431 | <fieldValue name='coneTranslation' value='-0.21721 2.52698 1.47476'/> |
1432 | <fieldValue name='rotation' value='15.34464 0 -50.44667 1.40129'/> |
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.35843'/> |
1441 | <fieldValue name='cylinderTranslation' value='1.56754 -2.14444 0.80901'/> |
1442 | <fieldValue name='coneTranslation' value='1.56129 -2.12865 0.80002'/> |
1443 | <fieldValue name='rotation' value='-16.77392 0 11.66101 0.60646'/> |
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.30955'/> |
1452 | <fieldValue name='cylinderTranslation' value='1.62032 -2.25704 1.04362'/> |
1453 | <fieldValue name='coneTranslation' value='1.62051 -2.25821 1.03854'/> |
1454 | <fieldValue name='rotation' value='30.14945 -0.00000 1.10533 1.34500'/> |
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.72202'/> |
1463 | <fieldValue name='cylinderTranslation' value='1.80568 -1.16222 -1.13516'/> |
1464 | <fieldValue name='coneTranslation' value='1.71121 -1.03648 -1.00999'/> |
1465 | <fieldValue name='rotation' value='44.96203 -0.00000 33.93450 0.89496'/> |
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.46809'/> |
1474 | <fieldValue name='cylinderTranslation' value='2.45689 0.00575 -1.54721'/> |
1475 | <fieldValue name='coneTranslation' value='2.40280 -0.04043 -1.56781'/> |
1476 | <fieldValue name='rotation' value='-13.02223 0 34.19419 2.24423'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='1.29609'/> |
1485 | <fieldValue name='cylinderTranslation' value='1.59463 -1.28400 -0.36500'/> |
1486 | <fieldValue name='coneTranslation' value='1.62579 -1.02222 -0.77570'/> |
1487 | <fieldValue name='rotation' value='-109.07119 0 -8.27629 1.00463'/> |
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.65754'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.53124 -1.81440 0.45275'/> |
1497 | <fieldValue name='coneTranslation' value='1.51995 -1.90823 0.59258'/> |
1498 | <fieldValue name='rotation' value='54.47774 -0.00000 4.40066 2.16032'/> |
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.45285'/> |
1507 | <fieldValue name='cylinderTranslation' value='2.49041 -0.08679 -1.69354'/> |
1508 | <fieldValue name='coneTranslation' value='2.55040 -0.07112 -1.71736'/> |
1509 | <fieldValue name='rotation' value='-16.24278 0 -40.89876 1.33259'/> |
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.72236'/> |
1518 | <fieldValue name='cylinderTranslation' value='1.90357 -0.76069 -1.07765'/> |
1519 | <fieldValue name='coneTranslation' value='2.05260 -0.66282 -1.17084'/> |
1520 | <fieldValue name='rotation' value='-33.46042 0 -53.51227 1.06275'/> |
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.96200'/> |
1529 | <fieldValue name='cylinderTranslation' value='-1.10957 1.23518 -0.39036'/> |
1530 | <fieldValue name='coneTranslation' value='-1.05079 1.09248 -0.67182'/> |
1531 | <fieldValue name='rotation' value='-84.35112 0 -17.61280 2.03149'/> |
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.20781'/> |
1540 | <fieldValue name='cylinderTranslation' value='2.03611 -0.79320 -1.95934'/> |
1541 | <fieldValue name='coneTranslation' value='2.07937 -0.76052 -1.94494'/> |
1542 | <fieldValue name='rotation' value='-5.33445 0 16.02538 2.19273'/> |
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.62950'/> |
1551 | <fieldValue name='cylinderTranslation' value='-1.49655 1.46805 -1.30924'/> |
1552 | <fieldValue name='coneTranslation' value='-1.51164 1.32024 -1.26595'/> |
1553 | <fieldValue name='rotation' value='17.61245 -0.00000 6.13768 2.84079'/> |
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.49385'/> |
1562 | <fieldValue name='cylinderTranslation' value='-2.02835 0.34044 -1.67864'/> |
1563 | <fieldValue name='coneTranslation' value='-1.98245 0.38296 -1.61829'/> |
1564 | <fieldValue name='rotation' value='34.28712 0 -26.07599 1.05979'/> |
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.76567'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.58777 0.50812 -1.67371'/> |
1574 | <fieldValue name='coneTranslation' value='-0.49519 0.45065 -1.47934'/> |
1575 | <fieldValue name='rotation' value='66.78672 0 -31.81239 1.83166'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='1.00217'/> |
1584 | <fieldValue name='cylinderTranslation' value='-0.72511 0.71536 -1.07594'/> |
1585 | <fieldValue name='coneTranslation' value='-0.92686 0.92364 -0.89636'/> |
1586 | <fieldValue name='rotation' value='52.76662 -0.00000 59.27920 0.91392'/> |
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.65527'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.79029 -2.15916 0.67910'/> |
1596 | <fieldValue name='coneTranslation' value='1.93409 -2.24204 0.65554'/> |
1597 | <fieldValue name='rotation' value='-9.20804 0 -56.20996 2.08792'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.27591'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.93478 1.99313 1.78243'/> |
1607 | <fieldValue name='coneTranslation' value='-0.91885 2.00099 1.76937'/> |
1608 | <fieldValue name='rotation' value='16.34735 -0.00000 19.93531 1.93504'/> |
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.61542'/> |
1617 | <fieldValue name='cylinderTranslation' value='-0.74040 1.96577 1.98330'/> |
1618 | <fieldValue name='coneTranslation' value='-0.69494 1.92904 2.11895'/> |
1619 | <fieldValue name='rotation' value='56.52010 0 -18.94064 1.82207'/> |
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.45738'/> |
1628 | <fieldValue name='cylinderTranslation' value='1.73093 -2.21916 1.39135'/> |
1629 | <fieldValue name='coneTranslation' value='1.76582 -2.21819 1.45052'/> |
1630 | <fieldValue name='rotation' value='39.39591 0 -23.22784 1.55666'/> |
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.43666'/> |
1639 | <fieldValue name='cylinderTranslation' value='1.20253 -1.90163 1.72793'/> |
1640 | <fieldValue name='coneTranslation' value='1.18774 -1.90760 1.78404'/> |
1641 | <fieldValue name='rotation' value='42.00173 -0.00000 11.07200 1.67340'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='0.62426'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.71021 -2.21076 1.14119'/> |
1651 | <fieldValue name='coneTranslation' value='0.78660 -2.12225 1.04386'/> |
1652 | <fieldValue name='rotation' value='-39.94015 0 -31.34800 0.94985'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1654 | <fieldValue name='ballRadius' value='0.02'/> |
1655 | <fieldValue name='traceEnabled' value='false'/> |
1656 | <fieldValue name='displayMode'/> |
1657 | <fieldValue name='transparency' value='0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Arc'> |
1660 | <fieldValue name='cylinderHeight' value='0.49821'/> |
1661 | <fieldValue name='cylinderTranslation' value='-1.04880 1.83111 2.08577'/> |
1662 | <fieldValue name='coneTranslation' value='-1.05393 1.79074 2.16503'/> |
1663 | <fieldValue name='rotation' value='44.31994 -0.00000 2.86785 2.04106'/> |
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.78182'/> |
1672 | <fieldValue name='cylinderTranslation' value='0.51970 -1.92590 0.79464'/> |
1673 | <fieldValue name='coneTranslation' value='0.72482 -1.98689 0.88139'/> |
1674 | <fieldValue name='rotation' value='29.37073 0 -69.44946 1.83813'/> |
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.42814'/> |
1683 | <fieldValue name='cylinderTranslation' value='1.86997 -1.12723 -2.16239'/> |
1684 | <fieldValue name='coneTranslation' value='1.89022 -1.16439 -2.19604'/> |
1685 | <fieldValue name='rotation' value='-26.64588 0 -16.03218 2.32861'/> |
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.21317'/> |
1694 | <fieldValue name='cylinderTranslation' value='1.87290 -0.91691 -2.00759'/> |
1695 | <fieldValue name='coneTranslation' value='1.83126 -0.94857 -2.01840'/> |
1696 | <fieldValue name='rotation' value='4.31428 0 -16.61802 0.93636'/> |
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.46078'/> |
1705 | <fieldValue name='cylinderTranslation' value='1.81112 -0.20208 -2.42647'/> |
1706 | <fieldValue name='coneTranslation' value='1.78574 -0.21947 -2.36316'/> |
1707 | <fieldValue name='rotation' value='41.44307 -0.00000 16.61410 1.82047'/> |
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.19338'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.63983 -0.24650 -2.18170'/> |
1717 | <fieldValue name='coneTranslation' value='1.58206 -0.23831 -2.15712'/> |
1718 | <fieldValue name='rotation' value='-7.51035 0 -17.64407 1.70051'/> |
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.46402'/> |
1727 | <fieldValue name='cylinderTranslation' value='-1.53232 2.10449 1.82883'/> |
1728 | <fieldValue name='coneTranslation' value='-1.50986 2.12434 1.76336'/> |
1729 | <fieldValue name='rotation' value='-42.19009 0 -14.47269 1.29143'/> |
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='Vertex'> |
1737 | <fieldValue name='vertexText' value='"2010-02-18-DVIDSHUB.NET"'/> |
1738 | <fieldValue name='description' value='1: 2010-02-18-DVIDSHUB.NET'/> |
1739 | <fieldValue name='url'/> |
1740 | <fieldValue name='radius' value='0.1500'/> |
1741 | <fieldValue name='displayMode'/> |
1742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1743 | <fieldValue name='transparency' value='0'/> |
1744 | <fieldValue name='translation' value='1.67648 -0.48918 -1.63187'/> |
1745 | <fieldValue name='textTranslation' value='1.82648 -0.48918 -1.63187'/> |
1746 | <fieldValue name='textColor' value='0 0 0'/> |
1747 | </ProtoInstance> |
1748 | <ProtoInstance name='Vertex'> |
1749 | <fieldValue name='vertexText' value='"2010-02-18-FACEBOOK.COM-82NDAIRBORNEDIVISION"'/> |
1750 | <fieldValue name='description' value='2: 2010-02-18-FACEBOOK.COM-82NDAIRBORNEDIVISION'/> |
1751 | <fieldValue name='url'/> |
1752 | <fieldValue name='radius' value='0.1500'/> |
1753 | <fieldValue name='displayMode'/> |
1754 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1755 | <fieldValue name='transparency' value='0'/> |
1756 | <fieldValue name='translation' value='-1.54429 -1.44596 0.15654'/> |
1757 | <fieldValue name='textTranslation' value='-1.39429 -1.44596 0.15654'/> |
1758 | <fieldValue name='textColor' value='0 0 0'/> |
1759 | </ProtoInstance> |
1760 | <ProtoInstance name='Vertex'> |
1761 | <fieldValue name='vertexText' value='"2010-02-18-TWITTER.COM-JTFHAITI"'/> |
1762 | <fieldValue name='description' value='3: 2010-02-18-TWITTER.COM-JTFHAITI'/> |
1763 | <fieldValue name='url'/> |
1764 | <fieldValue name='radius' value='0.1500'/> |
1765 | <fieldValue name='displayMode'/> |
1766 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | <fieldValue name='translation' value='-1.43103 0.78596 -1.15672'/> |
1769 | <fieldValue name='textTranslation' value='-1.28103 0.78596 -1.15672'/> |
1770 | <fieldValue name='textColor' value='0 0 0'/> |
1771 | </ProtoInstance> |
1772 | <ProtoInstance name='Vertex'> |
1773 | <fieldValue name='vertexText' value='"2010-02-18-WASHINGTONPOST.COM-WP"'/> |
1774 | <fieldValue name='description' value='4: 2010-02-18-WASHINGTONPOST.COM-WP'/> |
1775 | <fieldValue name='url'/> |
1776 | <fieldValue name='radius' value='0.1500'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1779 | <fieldValue name='transparency' value='0'/> |
1780 | <fieldValue name='translation' value='-0.94352 2.03799 1.29199'/> |
1781 | <fieldValue name='textTranslation' value='-0.79352 2.03799 1.29199'/> |
1782 | <fieldValue name='textColor' value='0 0 0'/> |
1783 | </ProtoInstance> |
1784 | <ProtoInstance name='Vertex'> |
1785 | <fieldValue name='vertexText' value='"2010-02-18-WFP.ORG-CRISIS"'/> |
1786 | <fieldValue name='description' value='5: 2010-02-18-WFP.ORG-CRISIS'/> |
1787 | <fieldValue name='url'/> |
1788 | <fieldValue name='radius' value='0.1500'/> |
1789 | <fieldValue name='displayMode'/> |
1790 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1791 | <fieldValue name='transparency' value='0'/> |
1792 | <fieldValue name='translation' value='1.30049 -1.89838 0.84386'/> |
1793 | <fieldValue name='textTranslation' value='1.45049 -1.89838 0.84386'/> |
1794 | <fieldValue name='textColor' value='0 0 0'/> |
1795 | </ProtoInstance> |
1796 | <ProtoInstance name='Vertex'> |
1797 | <fieldValue name='vertexText' value=' "Haiti/2010-02-18/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-18.simple" '/> |
1798 | <fieldValue name='description' value='6: Haiti/2010-02-18/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-18.simple'/> |
1799 | <fieldValue name='url'/> |
1800 | <fieldValue name='radius' value='0.1500'/> |
1801 | <fieldValue name='displayMode'/> |
1802 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
1803 | <fieldValue name='transparency' value='0'/> |
1804 | <fieldValue name='translation' value='-2.74575 -0.58921 2.74803'/> |
1805 | <fieldValue name='textTranslation' value='-2.59575 -0.58921 2.74803'/> |
1806 | <fieldValue name='textColor' value='0 0 0'/> |
1807 | </ProtoInstance> |
1808 | <ProtoInstance name='Vertex'> |
1809 | <fieldValue name='vertexText' value='"action"'/> |
1810 | <fieldValue name='description' value='7: action'/> |
1811 | <fieldValue name='url'/> |
1812 | <fieldValue name='radius' value='0.1500'/> |
1813 | <fieldValue name='displayMode'/> |
1814 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1815 | <fieldValue name='transparency' value='0'/> |
1816 | <fieldValue name='translation' value='1.09340 -2.47296 0.81265'/> |
1817 | <fieldValue name='textTranslation' value='1.24340 -2.47296 0.81265'/> |
1818 | <fieldValue name='textColor' value='0 0 0'/> |
1819 | </ProtoInstance> |
1820 | <ProtoInstance name='Vertex'> |
1821 | <fieldValue name='vertexText' value='"affairs"'/> |
1822 | <fieldValue name='description' value='8: affairs'/> |
1823 | <fieldValue name='url'/> |
1824 | <fieldValue name='radius' value='0.1500'/> |
1825 | <fieldValue name='displayMode'/> |
1826 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1827 | <fieldValue name='transparency' value='0'/> |
1828 | <fieldValue name='translation' value='-2.18359 1.11580 -1.96462'/> |
1829 | <fieldValue name='textTranslation' value='-2.03359 1.11580 -1.96462'/> |
1830 | <fieldValue name='textColor' value='0 0 0'/> |
1831 | </ProtoInstance> |
1832 | <ProtoInstance name='Vertex'> |
1833 | <fieldValue name='vertexText' value='"affected"'/> |
1834 | <fieldValue name='description' value='9: affected'/> |
1835 | <fieldValue name='url'/> |
1836 | <fieldValue name='radius' value='0.1500'/> |
1837 | <fieldValue name='displayMode'/> |
1838 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1839 | <fieldValue name='transparency' value='0'/> |
1840 | <fieldValue name='translation' value='0.76439 -2.23442 1.78757'/> |
1841 | <fieldValue name='textTranslation' value='0.91439 -2.23442 1.78757'/> |
1842 | <fieldValue name='textColor' value='0 0 0'/> |
1843 | </ProtoInstance> |
1844 | <ProtoInstance name='Vertex'> |
1845 | <fieldValue name='vertexText' value='"agency"'/> |
1846 | <fieldValue name='description' value='10: agency'/> |
1847 | <fieldValue name='url'/> |
1848 | <fieldValue name='radius' value='0.1500'/> |
1849 | <fieldValue name='displayMode'/> |
1850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1851 | <fieldValue name='transparency' value='0'/> |
1852 | <fieldValue name='translation' value='1.48471 -0.66094 -2.74803'/> |
1853 | <fieldValue name='textTranslation' value='1.63471 -0.66094 -2.74803'/> |
1854 | <fieldValue name='textColor' value='0 0 0'/> |
1855 | </ProtoInstance> |
1856 | <ProtoInstance name='Vertex'> |
1857 | <fieldValue name='vertexText' value='"aid"'/> |
1858 | <fieldValue name='description' value='11: aid'/> |
1859 | <fieldValue name='url'/> |
1860 | <fieldValue name='radius' value='0.1500'/> |
1861 | <fieldValue name='displayMode'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1863 | <fieldValue name='transparency' value='0'/> |
1864 | <fieldValue name='translation' value='-0.71485 2.56622 1.28450'/> |
1865 | <fieldValue name='textTranslation' value='-0.56485 2.56622 1.28450'/> |
1866 | <fieldValue name='textColor' value='0 0 0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Vertex'> |
1869 | <fieldValue name='vertexText' value='"air"'/> |
1870 | <fieldValue name='description' value='12: air'/> |
1871 | <fieldValue name='url'/> |
1872 | <fieldValue name='radius' value='0.1500'/> |
1873 | <fieldValue name='displayMode'/> |
1874 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1875 | <fieldValue name='transparency' value='0'/> |
1876 | <fieldValue name='translation' value='-1.11081 2.07330 0.78566'/> |
1877 | <fieldValue name='textTranslation' value='-0.96081 2.07330 0.78566'/> |
1878 | <fieldValue name='textColor' value='0 0 0'/> |
1879 | </ProtoInstance> |
1880 | <ProtoInstance name='Vertex'> |
1881 | <fieldValue name='vertexText' value='"airborne"'/> |
1882 | <fieldValue name='description' value='13: airborne'/> |
1883 | <fieldValue name='url'/> |
1884 | <fieldValue name='radius' value='0.1500'/> |
1885 | <fieldValue name='displayMode'/> |
1886 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1887 | <fieldValue name='transparency' value='0'/> |
1888 | <fieldValue name='translation' value='-1.72324 -0.44953 -0.52351'/> |
1889 | <fieldValue name='textTranslation' value='-1.57324 -0.44953 -0.52351'/> |
1890 | <fieldValue name='textColor' value='0 0 0'/> |
1891 | </ProtoInstance> |
1892 | <ProtoInstance name='Vertex'> |
1893 | <fieldValue name='vertexText' value='"arrived"'/> |
1894 | <fieldValue name='description' value='14: arrived'/> |
1895 | <fieldValue name='url'/> |
1896 | <fieldValue name='radius' value='0.1500'/> |
1897 | <fieldValue name='displayMode'/> |
1898 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | <fieldValue name='translation' value='-1.84679 2.19838 1.68656'/> |
1901 | <fieldValue name='textTranslation' value='-1.69679 2.19838 1.68656'/> |
1902 | <fieldValue name='textColor' value='0 0 0'/> |
1903 | </ProtoInstance> |
1904 | <ProtoInstance name='Vertex'> |
1905 | <fieldValue name='vertexText' value='"assumed"'/> |
1906 | <fieldValue name='description' value='15: assumed'/> |
1907 | <fieldValue name='url'/> |
1908 | <fieldValue name='radius' value='0.1500'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1911 | <fieldValue name='transparency' value='0'/> |
1912 | <fieldValue name='translation' value='-1.50020 2.08375 0.55844'/> |
1913 | <fieldValue name='textTranslation' value='-1.35020 2.08375 0.55844'/> |
1914 | <fieldValue name='textColor' value='0 0 0'/> |
1915 | </ProtoInstance> |
1916 | <ProtoInstance name='Vertex'> |
1917 | <fieldValue name='vertexText' value='"authentic"'/> |
1918 | <fieldValue name='description' value='16: authentic'/> |
1919 | <fieldValue name='url'/> |
1920 | <fieldValue name='radius' value='0.1500'/> |
1921 | <fieldValue name='displayMode'/> |
1922 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1923 | <fieldValue name='transparency' value='0'/> |
1924 | <fieldValue name='translation' value='-2.12805 1.62848 -1.32730'/> |
1925 | <fieldValue name='textTranslation' value='-1.97805 1.62848 -1.32730'/> |
1926 | <fieldValue name='textColor' value='0 0 0'/> |
1927 | </ProtoInstance> |
1928 | <ProtoInstance name='Vertex'> |
1929 | <fieldValue name='vertexText' value='"authorities"'/> |
1930 | <fieldValue name='description' value='17: authorities'/> |
1931 | <fieldValue name='url'/> |
1932 | <fieldValue name='radius' value='0.1500'/> |
1933 | <fieldValue name='displayMode'/> |
1934 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1935 | <fieldValue name='transparency' value='0'/> |
1936 | <fieldValue name='translation' value='1.31054 -1.74090 1.95133'/> |
1937 | <fieldValue name='textTranslation' value='1.46054 -1.74090 1.95133'/> |
1938 | <fieldValue name='textColor' value='0 0 0'/> |
1939 | </ProtoInstance> |
1940 | <ProtoInstance name='Vertex'> |
1941 | <fieldValue name='vertexText' value='"bernard"'/> |
1942 | <fieldValue name='description' value='18: bernard'/> |
1943 | <fieldValue name='url'/> |
1944 | <fieldValue name='radius' value='0.1500'/> |
1945 | <fieldValue name='displayMode'/> |
1946 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1947 | <fieldValue name='transparency' value='0'/> |
1948 | <fieldValue name='translation' value='-2.46164 -1.79541 0.20560'/> |
1949 | <fieldValue name='textTranslation' value='-2.31164 -1.79541 0.20560'/> |
1950 | <fieldValue name='textColor' value='0 0 0'/> |
1951 | </ProtoInstance> |
1952 | <ProtoInstance name='Vertex'> |
1953 | <fieldValue name='vertexText' value='"biscuits"'/> |
1954 | <fieldValue name='description' value='19: biscuits'/> |
1955 | <fieldValue name='url'/> |
1956 | <fieldValue name='radius' value='0.1500'/> |
1957 | <fieldValue name='displayMode'/> |
1958 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1959 | <fieldValue name='transparency' value='0'/> |
1960 | <fieldValue name='translation' value='2.31442 -1.74299 1.20589'/> |
1961 | <fieldValue name='textTranslation' value='2.46442 -1.74299 1.20589'/> |
1962 | <fieldValue name='textColor' value='0 0 0'/> |
1963 | </ProtoInstance> |
1964 | <ProtoInstance name='Vertex'> |
1965 | <fieldValue name='vertexText' value='"central"'/> |
1966 | <fieldValue name='description' value='20: central'/> |
1967 | <fieldValue name='url'/> |
1968 | <fieldValue name='radius' value='0.1500'/> |
1969 | <fieldValue name='displayMode'/> |
1970 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1971 | <fieldValue name='transparency' value='0'/> |
1972 | <fieldValue name='translation' value='2.74575 -0.45541 -1.26771'/> |
1973 | <fieldValue name='textTranslation' value='2.89575 -0.45541 -1.26771'/> |
1974 | <fieldValue name='textColor' value='0 0 0'/> |
1975 | </ProtoInstance> |
1976 | <ProtoInstance name='Vertex'> |
1977 | <fieldValue name='vertexText' value='"centre"'/> |
1978 | <fieldValue name='description' value='21: centre'/> |
1979 | <fieldValue name='url'/> |
1980 | <fieldValue name='radius' value='0.1500'/> |
1981 | <fieldValue name='displayMode'/> |
1982 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1983 | <fieldValue name='transparency' value='0'/> |
1984 | <fieldValue name='translation' value='1.92851 -1.46103 1.72798'/> |
1985 | <fieldValue name='textTranslation' value='2.07851 -1.46103 1.72798'/> |
1986 | <fieldValue name='textColor' value='0 0 0'/> |
1987 | </ProtoInstance> |
1988 | <ProtoInstance name='Vertex'> |
1989 | <fieldValue name='vertexText' value='"challenge"'/> |
1990 | <fieldValue name='description' value='22: challenge'/> |
1991 | <fieldValue name='url'/> |
1992 | <fieldValue name='radius' value='0.1500'/> |
1993 | <fieldValue name='displayMode'/> |
1994 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1995 | <fieldValue name='transparency' value='0'/> |
1996 | <fieldValue name='translation' value='-1.77735 0.52324 -2.22897'/> |
1997 | <fieldValue name='textTranslation' value='-1.62735 0.52324 -2.22897'/> |
1998 | <fieldValue name='textColor' value='0 0 0'/> |
1999 | </ProtoInstance> |
2000 | <ProtoInstance name='Vertex'> |
2001 | <fieldValue name='vertexText' value='"civil"'/> |
2002 | <fieldValue name='description' value='23: civil'/> |
2003 | <fieldValue name='url'/> |
2004 | <fieldValue name='radius' value='0.1500'/> |
2005 | <fieldValue name='displayMode'/> |
2006 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2007 | <fieldValue name='transparency' value='0'/> |
2008 | <fieldValue name='translation' value='-2.05276 1.11190 -2.07557'/> |
2009 | <fieldValue name='textTranslation' value='-1.90276 1.11190 -2.07557'/> |
2010 | <fieldValue name='textColor' value='0 0 0'/> |
2011 | </ProtoInstance> |
2012 | <ProtoInstance name='Vertex'> |
2013 | <fieldValue name='vertexText' value='"commander"'/> |
2014 | <fieldValue name='description' value='24: commander'/> |
2015 | <fieldValue name='url'/> |
2016 | <fieldValue name='radius' value='0.1500'/> |
2017 | <fieldValue name='displayMode'/> |
2018 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2019 | <fieldValue name='transparency' value='0'/> |
2020 | <fieldValue name='translation' value='-0.98374 0.79394 -1.55854'/> |
2021 | <fieldValue name='textTranslation' value='-0.83374 0.79394 -1.55854'/> |
2022 | <fieldValue name='textColor' value='0 0 0'/> |
2023 | </ProtoInstance> |
2024 | <ProtoInstance name='Vertex'> |
2025 | <fieldValue name='vertexText' value='"contact"'/> |
2026 | <fieldValue name='description' value='25: contact'/> |
2027 | <fieldValue name='url'/> |
2028 | <fieldValue name='radius' value='0.1500'/> |
2029 | <fieldValue name='displayMode'/> |
2030 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | <fieldValue name='translation' value='-2.59458 0.65361 -1.39487'/> |
2033 | <fieldValue name='textTranslation' value='-2.44458 0.65361 -1.39487'/> |
2034 | <fieldValue name='textColor' value='0 0 0'/> |
2035 | </ProtoInstance> |
2036 | <ProtoInstance name='Vertex'> |
2037 | <fieldValue name='vertexText' value='"control"'/> |
2038 | <fieldValue name='description' value='26: control'/> |
2039 | <fieldValue name='url'/> |
2040 | <fieldValue name='radius' value='0.1500'/> |
2041 | <fieldValue name='displayMode'/> |
2042 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2043 | <fieldValue name='transparency' value='0'/> |
2044 | <fieldValue name='translation' value='-0.52514 2.12532 2.19456'/> |
2045 | <fieldValue name='textTranslation' value='-0.37514 2.12532 2.19456'/> |
2046 | <fieldValue name='textColor' value='0 0 0'/> |
2047 | </ProtoInstance> |
2048 | <ProtoInstance name='Vertex'> |
2049 | <fieldValue name='vertexText' value='"current"'/> |
2050 | <fieldValue name='description' value='27: current'/> |
2051 | <fieldValue name='url'/> |
2052 | <fieldValue name='radius' value='0.1500'/> |
2053 | <fieldValue name='displayMode'/> |
2054 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2055 | <fieldValue name='transparency' value='0'/> |
2056 | <fieldValue name='translation' value='-1.39064 1.25769 -2.24569'/> |
2057 | <fieldValue name='textTranslation' value='-1.24064 1.25769 -2.24569'/> |
2058 | <fieldValue name='textColor' value='0 0 0'/> |
2059 | </ProtoInstance> |
2060 | <ProtoInstance name='Vertex'> |
2061 | <fieldValue name='vertexText' value='"data"'/> |
2062 | <fieldValue name='description' value='28: data'/> |
2063 | <fieldValue name='url'/> |
2064 | <fieldValue name='radius' value='0.1500'/> |
2065 | <fieldValue name='displayMode'/> |
2066 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2067 | <fieldValue name='transparency' value='0'/> |
2068 | <fieldValue name='translation' value='-1.99961 1.68270 -1.45890'/> |
2069 | <fieldValue name='textTranslation' value='-1.84961 1.68270 -1.45890'/> |
2070 | <fieldValue name='textColor' value='0 0 0'/> |
2071 | </ProtoInstance> |
2072 | <ProtoInstance name='Vertex'> |
2073 | <fieldValue name='vertexText' value='"david"'/> |
2074 | <fieldValue name='description' value='29: david'/> |
2075 | <fieldValue name='url'/> |
2076 | <fieldValue name='radius' value='0.1500'/> |
2077 | <fieldValue name='displayMode'/> |
2078 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2079 | <fieldValue name='transparency' value='0'/> |
2080 | <fieldValue name='translation' value='-2.20919 -1.77159 0.79681'/> |
2081 | <fieldValue name='textTranslation' value='-2.05919 -1.77159 0.79681'/> |
2082 | <fieldValue name='textColor' value='0 0 0'/> |
2083 | </ProtoInstance> |
2084 | <ProtoInstance name='Vertex'> |
2085 | <fieldValue name='vertexText' value='"distributed"'/> |
2086 | <fieldValue name='description' value='30: distributed'/> |
2087 | <fieldValue name='url'/> |
2088 | <fieldValue name='radius' value='0.1500'/> |
2089 | <fieldValue name='displayMode'/> |
2090 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2091 | <fieldValue name='transparency' value='0'/> |
2092 | <fieldValue name='translation' value='1.93487 0.09566 -1.75392'/> |
2093 | <fieldValue name='textTranslation' value='2.08487 0.09566 -1.75392'/> |
2094 | <fieldValue name='textColor' value='0 0 0'/> |
2095 | </ProtoInstance> |
2096 | <ProtoInstance name='Vertex'> |
2097 | <fieldValue name='vertexText' value='"distribution"'/> |
2098 | <fieldValue name='description' value='31: distribution'/> |
2099 | <fieldValue name='url'/> |
2100 | <fieldValue name='radius' value='0.1500'/> |
2101 | <fieldValue name='displayMode'/> |
2102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2103 | <fieldValue name='transparency' value='0'/> |
2104 | <fieldValue name='translation' value='2.35611 -1.03250 -1.08500'/> |
2105 | <fieldValue name='textTranslation' value='2.50611 -1.03250 -1.08500'/> |
2106 | <fieldValue name='textColor' value='0 0 0'/> |
2107 | </ProtoInstance> |
2108 | <ProtoInstance name='Vertex'> |
2109 | <fieldValue name='vertexText' value='"division"'/> |
2110 | <fieldValue name='description' value='32: division'/> |
2111 | <fieldValue name='url'/> |
2112 | <fieldValue name='radius' value='0.1500'/> |
2113 | <fieldValue name='displayMode'/> |
2114 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2115 | <fieldValue name='transparency' value='0'/> |
2116 | <fieldValue name='translation' value='-1.62698 -0.11278 -0.69686'/> |
2117 | <fieldValue name='textTranslation' value='-1.47698 -0.11278 -0.69686'/> |
2118 | <fieldValue name='textColor' value='0 0 0'/> |
2119 | </ProtoInstance> |
2120 | <ProtoInstance name='Vertex'> |
2121 | <fieldValue name='vertexText' value='"document"'/> |
2122 | <fieldValue name='description' value='33: document'/> |
2123 | <fieldValue name='url'/> |
2124 | <fieldValue name='radius' value='0.1500'/> |
2125 | <fieldValue name='displayMode'/> |
2126 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2127 | <fieldValue name='transparency' value='0'/> |
2128 | <fieldValue name='translation' value='-0.57080 2.46373 1.36721'/> |
2129 | <fieldValue name='textTranslation' value='-0.42080 2.46373 1.36721'/> |
2130 | <fieldValue name='textColor' value='0 0 0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Vertex'> |
2133 | <fieldValue name='vertexText' value='"documents"'/> |
2134 | <fieldValue name='description' value='34: documents'/> |
2135 | <fieldValue name='url'/> |
2136 | <fieldValue name='radius' value='0.1500'/> |
2137 | <fieldValue name='displayMode'/> |
2138 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2139 | <fieldValue name='transparency' value='0'/> |
2140 | <fieldValue name='translation' value='1.62585 -2.29169 0.89288'/> |
2141 | <fieldValue name='textTranslation' value='1.77585 -2.29169 0.89288'/> |
2142 | <fieldValue name='textColor' value='0 0 0'/> |
2143 | </ProtoInstance> |
2144 | <ProtoInstance name='Vertex'> |
2145 | <fieldValue name='vertexText' value='"donated"'/> |
2146 | <fieldValue name='description' value='35: donated'/> |
2147 | <fieldValue name='url'/> |
2148 | <fieldValue name='radius' value='0.1500'/> |
2149 | <fieldValue name='displayMode'/> |
2150 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2151 | <fieldValue name='transparency' value='0'/> |
2152 | <fieldValue name='translation' value='1.97535 -1.38805 -1.35997'/> |
2153 | <fieldValue name='textTranslation' value='2.12535 -1.38805 -1.35997'/> |
2154 | <fieldValue name='textColor' value='0 0 0'/> |
2155 | </ProtoInstance> |
2156 | <ProtoInstance name='Vertex'> |
2157 | <fieldValue name='vertexText' value='"edition"'/> |
2158 | <fieldValue name='description' value='36: edition'/> |
2159 | <fieldValue name='url'/> |
2160 | <fieldValue name='radius' value='0.1500'/> |
2161 | <fieldValue name='displayMode'/> |
2162 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | <fieldValue name='translation' value='2.62786 0.15172 -1.48210'/> |
2165 | <fieldValue name='textTranslation' value='2.77786 0.15172 -1.48210'/> |
2166 | <fieldValue name='textColor' value='0 0 0'/> |
2167 | </ProtoInstance> |
2168 | <ProtoInstance name='Vertex'> |
2169 | <fieldValue name='vertexText' value='"emergencies"'/> |
2170 | <fieldValue name='description' value='37: emergencies'/> |
2171 | <fieldValue name='url'/> |
2172 | <fieldValue name='radius' value='0.1500'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2175 | <fieldValue name='transparency' value='0'/> |
2176 | <fieldValue name='translation' value='1.55324 -1.63162 0.18036'/> |
2177 | <fieldValue name='textTranslation' value='1.70324 -1.63162 0.18036'/> |
2178 | <fieldValue name='textColor' value='0 0 0'/> |
2179 | </ProtoInstance> |
2180 | <ProtoInstance name='Vertex'> |
2181 | <fieldValue name='vertexText' value='"energy"'/> |
2182 | <fieldValue name='description' value='38: energy'/> |
2183 | <fieldValue name='url'/> |
2184 | <fieldValue name='radius' value='0.1500'/> |
2185 | <fieldValue name='displayMode'/> |
2186 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2187 | <fieldValue name='transparency' value='0'/> |
2188 | <fieldValue name='translation' value='1.90164 -1.82699 1.06199'/> |
2189 | <fieldValue name='textTranslation' value='2.05164 -1.82699 1.06199'/> |
2190 | <fieldValue name='textColor' value='0 0 0'/> |
2191 | </ProtoInstance> |
2192 | <ProtoInstance name='Vertex'> |
2193 | <fieldValue name='vertexText' value='"fan"'/> |
2194 | <fieldValue name='description' value='39: fan'/> |
2195 | <fieldValue name='url'/> |
2196 | <fieldValue name='radius' value='0.1500'/> |
2197 | <fieldValue name='displayMode'/> |
2198 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2199 | <fieldValue name='transparency' value='0'/> |
2200 | <fieldValue name='translation' value='-1.11995 1.66637 -1.87196'/> |
2201 | <fieldValue name='textTranslation' value='-0.96995 1.66637 -1.87196'/> |
2202 | <fieldValue name='textColor' value='0 0 0'/> |
2203 | </ProtoInstance> |
2204 | <ProtoInstance name='Vertex'> |
2205 | <fieldValue name='vertexText' value='"features"'/> |
2206 | <fieldValue name='description' value='40: features'/> |
2207 | <fieldValue name='url'/> |
2208 | <fieldValue name='radius' value='0.1500'/> |
2209 | <fieldValue name='displayMode'/> |
2210 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2211 | <fieldValue name='transparency' value='0'/> |
2212 | <fieldValue name='translation' value='2.28592 -0.14022 -1.61233'/> |
2213 | <fieldValue name='textTranslation' value='2.43592 -0.14022 -1.61233'/> |
2214 | <fieldValue name='textColor' value='0 0 0'/> |
2215 | </ProtoInstance> |
2216 | <ProtoInstance name='Vertex'> |
2217 | <fieldValue name='vertexText' value='"flew"'/> |
2218 | <fieldValue name='description' value='41: flew'/> |
2219 | <fieldValue name='url'/> |
2220 | <fieldValue name='radius' value='0.1500'/> |
2221 | <fieldValue name='displayMode'/> |
2222 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2223 | <fieldValue name='transparency' value='0'/> |
2224 | <fieldValue name='translation' value='-0.97176 2.48707 1.08292'/> |
2225 | <fieldValue name='textTranslation' value='-0.82176 2.48707 1.08292'/> |
2226 | <fieldValue name='textColor' value='0 0 0'/> |
2227 | </ProtoInstance> |
2228 | <ProtoInstance name='Vertex'> |
2229 | <fieldValue name='vertexText' value='"flights"'/> |
2230 | <fieldValue name='description' value='42: flights'/> |
2231 | <fieldValue name='url'/> |
2232 | <fieldValue name='radius' value='0.1500'/> |
2233 | <fieldValue name='displayMode'/> |
2234 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2235 | <fieldValue name='transparency' value='0'/> |
2236 | <fieldValue name='translation' value='0.10490 2.25372 1.73630'/> |
2237 | <fieldValue name='textTranslation' value='0.25490 2.25372 1.73630'/> |
2238 | <fieldValue name='textColor' value='0 0 0'/> |
2239 | </ProtoInstance> |
2240 | <ProtoInstance name='Vertex'> |
2241 | <fieldValue name='vertexText' value='"food"'/> |
2242 | <fieldValue name='description' value='43: food'/> |
2243 | <fieldValue name='url'/> |
2244 | <fieldValue name='radius' value='0.1500'/> |
2245 | <fieldValue name='displayMode'/> |
2246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2247 | <fieldValue name='transparency' value='0'/> |
2248 | <fieldValue name='translation' value='1.63601 -0.93639 -0.91035'/> |
2249 | <fieldValue name='textTranslation' value='1.78601 -0.93639 -0.91035'/> |
2250 | <fieldValue name='textColor' value='0 0 0'/> |
2251 | </ProtoInstance> |
2252 | <ProtoInstance name='Vertex'> |
2253 | <fieldValue name='vertexText' value='"force"'/> |
2254 | <fieldValue name='description' value='44: force'/> |
2255 | <fieldValue name='url'/> |
2256 | <fieldValue name='radius' value='0.1500'/> |
2257 | <fieldValue name='displayMode'/> |
2258 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2259 | <fieldValue name='transparency' value='0'/> |
2260 | <fieldValue name='translation' value='-1.19763 1.44902 0.03140'/> |
2261 | <fieldValue name='textTranslation' value='-1.04763 1.44902 0.03140'/> |
2262 | <fieldValue name='textColor' value='0 0 0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Vertex'> |
2265 | <fieldValue name='vertexText' value='"forced"'/> |
2266 | <fieldValue name='description' value='45: forced'/> |
2267 | <fieldValue name='url'/> |
2268 | <fieldValue name='radius' value='0.1500'/> |
2269 | <fieldValue name='displayMode'/> |
2270 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2271 | <fieldValue name='transparency' value='0'/> |
2272 | <fieldValue name='translation' value='-0.23822 2.75391 1.15930'/> |
2273 | <fieldValue name='textTranslation' value='-0.08822 2.75391 1.15930'/> |
2274 | <fieldValue name='textColor' value='0 0 0'/> |
2275 | </ProtoInstance> |
2276 | <ProtoInstance name='Vertex'> |
2277 | <fieldValue name='vertexText' value='"ground"'/> |
2278 | <fieldValue name='description' value='46: ground'/> |
2279 | <fieldValue name='url'/> |
2280 | <fieldValue name='radius' value='0.1500'/> |
2281 | <fieldValue name='displayMode'/> |
2282 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2283 | <fieldValue name='transparency' value='0'/> |
2284 | <fieldValue name='translation' value='1.26357 -2.45907 0.74144'/> |
2285 | <fieldValue name='textTranslation' value='1.41357 -2.45907 0.74144'/> |
2286 | <fieldValue name='textColor' value='0 0 0'/> |
2287 | </ProtoInstance> |
2288 | <ProtoInstance name='Vertex'> |
2289 | <fieldValue name='vertexText' value='"hope"'/> |
2290 | <fieldValue name='description' value='47: hope'/> |
2291 | <fieldValue name='url'/> |
2292 | <fieldValue name='radius' value='0.1500'/> |
2293 | <fieldValue name='displayMode'/> |
2294 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | <fieldValue name='translation' value='-1.66021 0.63158 -1.77870'/> |
2297 | <fieldValue name='textTranslation' value='-1.51021 0.63158 -1.77870'/> |
2298 | <fieldValue name='textColor' value='0 0 0'/> |
2299 | </ProtoInstance> |
2300 | <ProtoInstance name='Vertex'> |
2301 | <fieldValue name='vertexText' value='"hosted"'/> |
2302 | <fieldValue name='description' value='48: hosted'/> |
2303 | <fieldValue name='url'/> |
2304 | <fieldValue name='radius' value='0.1500'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2307 | <fieldValue name='transparency' value='0'/> |
2308 | <fieldValue name='translation' value='2.11624 -0.73267 -1.93267'/> |
2309 | <fieldValue name='textTranslation' value='2.26624 -0.73267 -1.93267'/> |
2310 | <fieldValue name='textColor' value='0 0 0'/> |
2311 | </ProtoInstance> |
2312 | <ProtoInstance name='Vertex'> |
2313 | <fieldValue name='vertexText' value='"information"'/> |
2314 | <fieldValue name='description' value='49: information'/> |
2315 | <fieldValue name='url'/> |
2316 | <fieldValue name='radius' value='0.1500'/> |
2317 | <fieldValue name='displayMode'/> |
2318 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2319 | <fieldValue name='transparency' value='0'/> |
2320 | <fieldValue name='translation' value='-1.46587 1.76867 -1.39730'/> |
2321 | <fieldValue name='textTranslation' value='-1.31587 1.76867 -1.39730'/> |
2322 | <fieldValue name='textColor' value='0 0 0'/> |
2323 | </ProtoInstance> |
2324 | <ProtoInstance name='Vertex'> |
2325 | <fieldValue name='vertexText' value='"job"'/> |
2326 | <fieldValue name='description' value='50: job'/> |
2327 | <fieldValue name='url'/> |
2328 | <fieldValue name='radius' value='0.1500'/> |
2329 | <fieldValue name='displayMode'/> |
2330 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2331 | <fieldValue name='transparency' value='0'/> |
2332 | <fieldValue name='translation' value='-2.11620 -2.10968 -0.14856'/> |
2333 | <fieldValue name='textTranslation' value='-1.96620 -2.10968 -0.14856'/> |
2334 | <fieldValue name='textColor' value='0 0 0'/> |
2335 | </ProtoInstance> |
2336 | <ProtoInstance name='Vertex'> |
2337 | <fieldValue name='vertexText' value='"jobs"'/> |
2338 | <fieldValue name='description' value='51: jobs'/> |
2339 | <fieldValue name='url'/> |
2340 | <fieldValue name='radius' value='0.1500'/> |
2341 | <fieldValue name='displayMode'/> |
2342 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2343 | <fieldValue name='transparency' value='0'/> |
2344 | <fieldValue name='translation' value='-2.15873 0.21969 -1.85008'/> |
2345 | <fieldValue name='textTranslation' value='-2.00873 0.21969 -1.85008'/> |
2346 | <fieldValue name='textColor' value='0 0 0'/> |
2347 | </ProtoInstance> |
2348 | <ProtoInstance name='Vertex'> |
2349 | <fieldValue name='vertexText' value='"join"'/> |
2350 | <fieldValue name='description' value='52: join'/> |
2351 | <fieldValue name='url'/> |
2352 | <fieldValue name='radius' value='0.1500'/> |
2353 | <fieldValue name='displayMode'/> |
2354 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2355 | <fieldValue name='transparency' value='0'/> |
2356 | <fieldValue name='translation' value='-0.74683 0.60686 -2.00764'/> |
2357 | <fieldValue name='textTranslation' value='-0.59683 0.60686 -2.00764'/> |
2358 | <fieldValue name='textColor' value='0 0 0'/> |
2359 | </ProtoInstance> |
2360 | <ProtoInstance name='Vertex'> |
2361 | <fieldValue name='vertexText' value='"joint"'/> |
2362 | <fieldValue name='description' value='53: joint'/> |
2363 | <fieldValue name='url'/> |
2364 | <fieldValue name='radius' value='0.1500'/> |
2365 | <fieldValue name='displayMode'/> |
2366 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2367 | <fieldValue name='transparency' value='0'/> |
2368 | <fieldValue name='translation' value='-0.42871 0.40938 -1.33978'/> |
2369 | <fieldValue name='textTranslation' value='-0.27871 0.40938 -1.33978'/> |
2370 | <fieldValue name='textColor' value='0 0 0'/> |
2371 | </ProtoInstance> |
2372 | <ProtoInstance name='Vertex'> |
2373 | <fieldValue name='vertexText' value='"keen"'/> |
2374 | <fieldValue name='description' value='54: keen'/> |
2375 | <fieldValue name='url'/> |
2376 | <fieldValue name='radius' value='0.1500'/> |
2377 | <fieldValue name='displayMode'/> |
2378 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2379 | <fieldValue name='transparency' value='0'/> |
2380 | <fieldValue name='translation' value='-1.24157 1.09211 -1.65074'/> |
2381 | <fieldValue name='textTranslation' value='-1.09157 1.09211 -1.65074'/> |
2382 | <fieldValue name='textColor' value='0 0 0'/> |
2383 | </ProtoInstance> |
2384 | <ProtoInstance name='Vertex'> |
2385 | <fieldValue name='vertexText' value='"key"'/> |
2386 | <fieldValue name='description' value='55: key'/> |
2387 | <fieldValue name='url'/> |
2388 | <fieldValue name='radius' value='0.1500'/> |
2389 | <fieldValue name='displayMode'/> |
2390 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2391 | <fieldValue name='transparency' value='0'/> |
2392 | <fieldValue name='translation' value='1.50924 -1.99719 0.72514'/> |
2393 | <fieldValue name='textTranslation' value='1.65924 -1.99719 0.72514'/> |
2394 | <fieldValue name='textColor' value='0 0 0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Vertex'> |
2397 | <fieldValue name='vertexText' value='"la"'/> |
2398 | <fieldValue name='description' value='56: la'/> |
2399 | <fieldValue name='url'/> |
2400 | <fieldValue name='radius' value='0.1500'/> |
2401 | <fieldValue name='displayMode'/> |
2402 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2403 | <fieldValue name='transparency' value='0'/> |
2404 | <fieldValue name='translation' value='-0.10639 1.97972 2.09204'/> |
2405 | <fieldValue name='textTranslation' value='0.04361 1.97972 2.09204'/> |
2406 | <fieldValue name='textColor' value='0 0 0'/> |
2407 | </ProtoInstance> |
2408 | <ProtoInstance name='Vertex'> |
2409 | <fieldValue name='vertexText' value='"landing"'/> |
2410 | <fieldValue name='description' value='57: landing'/> |
2411 | <fieldValue name='url'/> |
2412 | <fieldValue name='radius' value='0.1500'/> |
2413 | <fieldValue name='displayMode'/> |
2414 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2415 | <fieldValue name='transparency' value='0'/> |
2416 | <fieldValue name='translation' value='-0.83510 2.04228 1.70070'/> |
2417 | <fieldValue name='textTranslation' value='-0.68510 2.04228 1.70070'/> |
2418 | <fieldValue name='textColor' value='0 0 0'/> |
2419 | </ProtoInstance> |
2420 | <ProtoInstance name='Vertex'> |
2421 | <fieldValue name='vertexText' value='"latest"'/> |
2422 | <fieldValue name='description' value='58: latest'/> |
2423 | <fieldValue name='url'/> |
2424 | <fieldValue name='radius' value='0.1500'/> |
2425 | <fieldValue name='displayMode'/> |
2426 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2427 | <fieldValue name='transparency' value='0'/> |
2428 | <fieldValue name='translation' value='1.61480 -2.22239 1.19437'/> |
2429 | <fieldValue name='textTranslation' value='1.76480 -2.22239 1.19437'/> |
2430 | <fieldValue name='textColor' value='0 0 0'/> |
2431 | </ProtoInstance> |
2432 | <ProtoInstance name='Vertex'> |
2433 | <fieldValue name='vertexText' value='"links"'/> |
2434 | <fieldValue name='description' value='59: links'/> |
2435 | <fieldValue name='url'/> |
2436 | <fieldValue name='radius' value='0.1500'/> |
2437 | <fieldValue name='displayMode'/> |
2438 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2439 | <fieldValue name='transparency' value='0'/> |
2440 | <fieldValue name='translation' value='2.07134 -2.32114 0.63306'/> |
2441 | <fieldValue name='textTranslation' value='2.22134 -2.32114 0.63306'/> |
2442 | <fieldValue name='textColor' value='0 0 0'/> |
2443 | </ProtoInstance> |
2444 | <ProtoInstance name='Vertex'> |
2445 | <fieldValue name='vertexText' value='"local"'/> |
2446 | <fieldValue name='description' value='60: local'/> |
2447 | <fieldValue name='url'/> |
2448 | <fieldValue name='radius' value='0.1500'/> |
2449 | <fieldValue name='displayMode'/> |
2450 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2451 | <fieldValue name='transparency' value='0'/> |
2452 | <fieldValue name='translation' value='1.25789 -1.87926 1.51792'/> |
2453 | <fieldValue name='textTranslation' value='1.40789 -1.87926 1.51792'/> |
2454 | <fieldValue name='textColor' value='0 0 0'/> |
2455 | </ProtoInstance> |
2456 | <ProtoInstance name='Vertex'> |
2457 | <fieldValue name='vertexText' value='"logistics"'/> |
2458 | <fieldValue name='description' value='61: logistics'/> |
2459 | <fieldValue name='url'/> |
2460 | <fieldValue name='radius' value='0.1500'/> |
2461 | <fieldValue name='displayMode'/> |
2462 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2463 | <fieldValue name='transparency' value='0'/> |
2464 | <fieldValue name='translation' value='0.55347 -2.39236 1.34089'/> |
2465 | <fieldValue name='textTranslation' value='0.70347 -2.39236 1.34089'/> |
2466 | <fieldValue name='textColor' value='0 0 0'/> |
2467 | </ProtoInstance> |
2468 | <ProtoInstance name='Vertex'> |
2469 | <fieldValue name='vertexText' value='"logs"'/> |
2470 | <fieldValue name='description' value='62: logs'/> |
2471 | <fieldValue name='url'/> |
2472 | <fieldValue name='radius' value='0.1500'/> |
2473 | <fieldValue name='displayMode'/> |
2474 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2475 | <fieldValue name='transparency' value='0'/> |
2476 | <fieldValue name='translation' value='-1.03446 1.94399 1.86417'/> |
2477 | <fieldValue name='textTranslation' value='-0.88446 1.94399 1.86417'/> |
2478 | <fieldValue name='textColor' value='0 0 0'/> |
2479 | </ProtoInstance> |
2480 | <ProtoInstance name='Vertex'> |
2481 | <fieldValue name='vertexText' value='"mb"'/> |
2482 | <fieldValue name='description' value='63: mb'/> |
2483 | <fieldValue name='url'/> |
2484 | <fieldValue name='radius' value='0.1500'/> |
2485 | <fieldValue name='displayMode'/> |
2486 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2487 | <fieldValue name='transparency' value='0'/> |
2488 | <fieldValue name='translation' value='2.68912 -0.69962 -2.08323'/> |
2489 | <fieldValue name='textTranslation' value='2.83912 -0.69962 -2.08323'/> |
2490 | <fieldValue name='textColor' value='0 0 0'/> |
2491 | </ProtoInstance> |
2492 | <ProtoInstance name='Vertex'> |
2493 | <fieldValue name='vertexText' value='"media"'/> |
2494 | <fieldValue name='description' value='64: media'/> |
2495 | <fieldValue name='url'/> |
2496 | <fieldValue name='radius' value='0.1500'/> |
2497 | <fieldValue name='displayMode'/> |
2498 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2499 | <fieldValue name='transparency' value='0'/> |
2500 | <fieldValue name='translation' value='1.97278 -1.46239 1.69431'/> |
2501 | <fieldValue name='textTranslation' value='2.12278 -1.46239 1.69431'/> |
2502 | <fieldValue name='textColor' value='0 0 0'/> |
2503 | </ProtoInstance> |
2504 | <ProtoInstance name='Vertex'> |
2505 | <fieldValue name='vertexText' value='"news"'/> |
2506 | <fieldValue name='description' value='65: news'/> |
2507 | <fieldValue name='url'/> |
2508 | <fieldValue name='radius' value='0.1500'/> |
2509 | <fieldValue name='displayMode'/> |
2510 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2511 | <fieldValue name='transparency' value='0'/> |
2512 | <fieldValue name='translation' value='0.17245 -1.82263 0.64779'/> |
2513 | <fieldValue name='textTranslation' value='0.32245 -1.82263 0.64779'/> |
2514 | <fieldValue name='textColor' value='0 0 0'/> |
2515 | </ProtoInstance> |
2516 | <ProtoInstance name='Vertex'> |
2517 | <fieldValue name='vertexText' value='"officer"'/> |
2518 | <fieldValue name='description' value='66: officer'/> |
2519 | <fieldValue name='url'/> |
2520 | <fieldValue name='radius' value='0.1500'/> |
2521 | <fieldValue name='displayMode'/> |
2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2523 | <fieldValue name='transparency' value='0'/> |
2524 | <fieldValue name='translation' value='1.78981 -0.98009 -2.02916'/> |
2525 | <fieldValue name='textTranslation' value='1.93981 -0.98009 -2.02916'/> |
2526 | <fieldValue name='textColor' value='0 0 0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Vertex'> |
2529 | <fieldValue name='vertexText' value='"operation"'/> |
2530 | <fieldValue name='description' value='67: operation'/> |
2531 | <fieldValue name='url'/> |
2532 | <fieldValue name='radius' value='0.1500'/> |
2533 | <fieldValue name='displayMode'/> |
2534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2535 | <fieldValue name='transparency' value='0'/> |
2536 | <fieldValue name='translation' value='1.89419 -0.14516 -2.63369'/> |
2537 | <fieldValue name='textTranslation' value='2.04419 -0.14516 -2.63369'/> |
2538 | <fieldValue name='textColor' value='0 0 0'/> |
2539 | </ProtoInstance> |
2540 | <ProtoInstance name='Vertex'> |
2541 | <fieldValue name='vertexText' value='"partners"'/> |
2542 | <fieldValue name='description' value='68: partners'/> |
2543 | <fieldValue name='url'/> |
2544 | <fieldValue name='radius' value='0.1500'/> |
2545 | <fieldValue name='displayMode'/> |
2546 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2547 | <fieldValue name='transparency' value='0'/> |
2548 | <fieldValue name='translation' value='0.78211 -2.75391 0.80920'/> |
2549 | <fieldValue name='textTranslation' value='0.93211 -2.75391 0.80920'/> |
2550 | <fieldValue name='textColor' value='0 0 0'/> |
2551 | </ProtoInstance> |
2552 | <ProtoInstance name='Vertex'> |
2553 | <fieldValue name='vertexText' value='"patrick"'/> |
2554 | <fieldValue name='description' value='69: patrick'/> |
2555 | <fieldValue name='url'/> |
2556 | <fieldValue name='radius' value='0.1500'/> |
2557 | <fieldValue name='displayMode'/> |
2558 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2559 | <fieldValue name='transparency' value='0'/> |
2560 | <fieldValue name='translation' value='1.95013 -1.27436 -2.29562'/> |
2561 | <fieldValue name='textTranslation' value='2.10013 -1.27436 -2.29562'/> |
2562 | <fieldValue name='textColor' value='0 0 0'/> |
2563 | </ProtoInstance> |
2564 | <ProtoInstance name='Vertex'> |
2565 | <fieldValue name='vertexText' value='"petty"'/> |
2566 | <fieldValue name='description' value='70: petty'/> |
2567 | <fieldValue name='url'/> |
2568 | <fieldValue name='radius' value='0.1500'/> |
2569 | <fieldValue name='displayMode'/> |
2570 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2571 | <fieldValue name='transparency' value='0'/> |
2572 | <fieldValue name='translation' value='1.95599 -0.85374 -1.98601'/> |
2573 | <fieldValue name='textTranslation' value='2.10599 -0.85374 -1.98601'/> |
2574 | <fieldValue name='textColor' value='0 0 0'/> |
2575 | </ProtoInstance> |
2576 | <ProtoInstance name='Vertex'> |
2577 | <fieldValue name='vertexText' value='"photos"'/> |
2578 | <fieldValue name='description' value='71: photos'/> |
2579 | <fieldValue name='url'/> |
2580 | <fieldValue name='radius' value='0.1500'/> |
2581 | <fieldValue name='displayMode'/> |
2582 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2583 | <fieldValue name='transparency' value='0'/> |
2584 | <fieldValue name='translation' value='-1.52724 1.16743 -1.22118'/> |
2585 | <fieldValue name='textTranslation' value='-1.37724 1.16743 -1.22118'/> |
2586 | <fieldValue name='textColor' value='0 0 0'/> |
2587 | </ProtoInstance> |
2588 | <ProtoInstance name='Vertex'> |
2589 | <fieldValue name='vertexText' value='"press"'/> |
2590 | <fieldValue name='description' value='72: press'/> |
2591 | <fieldValue name='url'/> |
2592 | <fieldValue name='radius' value='0.1500'/> |
2593 | <fieldValue name='displayMode'/> |
2594 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2595 | <fieldValue name='transparency' value='0'/> |
2596 | <fieldValue name='translation' value='-0.06633 2.55397 1.52066'/> |
2597 | <fieldValue name='textTranslation' value='0.08367 2.55397 1.52066'/> |
2598 | <fieldValue name='textColor' value='0 0 0'/> |
2599 | </ProtoInstance> |
2600 | <ProtoInstance name='Vertex'> |
2601 | <fieldValue name='vertexText' value='"proud"'/> |
2602 | <fieldValue name='description' value='73: proud'/> |
2603 | <fieldValue name='url'/> |
2604 | <fieldValue name='radius' value='0.1500'/> |
2605 | <fieldValue name='displayMode'/> |
2606 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2607 | <fieldValue name='transparency' value='0'/> |
2608 | <fieldValue name='translation' value='-1.99352 -2.18238 0.35040'/> |
2609 | <fieldValue name='textTranslation' value='-1.84352 -2.18238 0.35040'/> |
2610 | <fieldValue name='textColor' value='0 0 0'/> |
2611 | </ProtoInstance> |
2612 | <ProtoInstance name='Vertex'> |
2613 | <fieldValue name='vertexText' value='"response"'/> |
2614 | <fieldValue name='description' value='74: response'/> |
2615 | <fieldValue name='url'/> |
2616 | <fieldValue name='radius' value='0.1500'/> |
2617 | <fieldValue name='displayMode'/> |
2618 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2619 | <fieldValue name='transparency' value='0'/> |
2620 | <fieldValue name='translation' value='1.55160 -0.23399 -2.14415'/> |
2621 | <fieldValue name='textTranslation' value='1.70160 -0.23399 -2.14415'/> |
2622 | <fieldValue name='textColor' value='0 0 0'/> |
2623 | </ProtoInstance> |
2624 | <ProtoInstance name='Vertex'> |
2625 | <fieldValue name='vertexText' value='"reviewed"'/> |
2626 | <fieldValue name='description' value='75: reviewed'/> |
2627 | <fieldValue name='url'/> |
2628 | <fieldValue name='radius' value='0.1500'/> |
2629 | <fieldValue name='displayMode'/> |
2630 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2631 | <fieldValue name='transparency' value='0'/> |
2632 | <fieldValue name='translation' value='-1.06314 1.71824 2.30737'/> |
2633 | <fieldValue name='textTranslation' value='-0.91314 1.71824 2.30737'/> |
2634 | <fieldValue name='textColor' value='0 0 0'/> |
2635 | </ProtoInstance> |
2636 | <ProtoInstance name='Vertex'> |
2637 | <fieldValue name='vertexText' value='"rice"'/> |
2638 | <fieldValue name='description' value='76: rice'/> |
2639 | <fieldValue name='url'/> |
2640 | <fieldValue name='radius' value='0.1500'/> |
2641 | <fieldValue name='displayMode'/> |
2642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2643 | <fieldValue name='transparency' value='0'/> |
2644 | <fieldValue name='translation' value='2.17961 0.46259 -1.89508'/> |
2645 | <fieldValue name='textTranslation' value='2.32961 0.46259 -1.89508'/> |
2646 | <fieldValue name='textColor' value='0 0 0'/> |
2647 | </ProtoInstance> |
2648 | <ProtoInstance name='Vertex'> |
2649 | <fieldValue name='vertexText' value='"senators"'/> |
2650 | <fieldValue name='description' value='77: senators'/> |
2651 | <fieldValue name='url'/> |
2652 | <fieldValue name='radius' value='0.1500'/> |
2653 | <fieldValue name='displayMode'/> |
2654 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2655 | <fieldValue name='transparency' value='0'/> |
2656 | <fieldValue name='translation' value='-1.60468 2.04051 2.03978'/> |
2657 | <fieldValue name='textTranslation' value='-1.45468 2.04051 2.03978'/> |
2658 | <fieldValue name='textColor' value='0 0 0'/> |
2659 | </ProtoInstance> |
2660 | <ProtoInstance name='Vertex'> |
2661 | <fieldValue name='vertexText' value='"situation"'/> |
2662 | <fieldValue name='description' value='78: situation'/> |
2663 | <fieldValue name='url'/> |
2664 | <fieldValue name='radius' value='0.1500'/> |
2665 | <fieldValue name='displayMode'/> |
2666 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2667 | <fieldValue name='transparency' value='0'/> |
2668 | <fieldValue name='translation' value='1.84707 -2.21593 1.58833'/> |
2669 | <fieldValue name='textTranslation' value='1.99707 -2.21593 1.58833'/> |
2670 | <fieldValue name='textColor' value='0 0 0'/> |
2671 | </ProtoInstance> |
2672 | <ProtoInstance name='Vertex'> |
2673 | <fieldValue name='vertexText' value='"stadium"'/> |
2674 | <fieldValue name='description' value='79: stadium'/> |
2675 | <fieldValue name='url'/> |
2676 | <fieldValue name='radius' value='0.1500'/> |
2677 | <fieldValue name='displayMode'/> |
2678 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2679 | <fieldValue name='transparency' value='0'/> |
2680 | <fieldValue name='translation' value='2.17113 -0.58498 -1.24496'/> |
2681 | <fieldValue name='textTranslation' value='2.32113 -0.58498 -1.24496'/> |
2682 | <fieldValue name='textColor' value='0 0 0'/> |
2683 | </ProtoInstance> |
2684 | <ProtoInstance name='Vertex'> |
2685 | <fieldValue name='vertexText' value='"status"'/> |
2686 | <fieldValue name='description' value='80: status'/> |
2687 | <fieldValue name='url'/> |
2688 | <fieldValue name='radius' value='0.1500'/> |
2689 | <fieldValue name='displayMode'/> |
2690 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2691 | <fieldValue name='transparency' value='0'/> |
2692 | <fieldValue name='translation' value='-2.58113 0.86600 -0.84250'/> |
2693 | <fieldValue name='textTranslation' value='-2.43113 0.86600 -0.84250'/> |
2694 | <fieldValue name='textColor' value='0 0 0'/> |
2695 | </ProtoInstance> |
2696 | <ProtoInstance name='Vertex'> |
2697 | <fieldValue name='vertexText' value='"stories"'/> |
2698 | <fieldValue name='description' value='81: stories'/> |
2699 | <fieldValue name='url'/> |
2700 | <fieldValue name='radius' value='0.1500'/> |
2701 | <fieldValue name='displayMode'/> |
2702 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2703 | <fieldValue name='transparency' value='0'/> |
2704 | <fieldValue name='translation' value='2.69491 -0.03336 -1.77475'/> |
2705 | <fieldValue name='textTranslation' value='2.84491 -0.03336 -1.77475'/> |
2706 | <fieldValue name='textColor' value='0 0 0'/> |
2707 | </ProtoInstance> |
2708 | <ProtoInstance name='Vertex'> |
2709 | <fieldValue name='vertexText' value='"strip"'/> |
2710 | <fieldValue name='description' value='82: strip'/> |
2711 | <fieldValue name='url'/> |
2712 | <fieldValue name='radius' value='0.1500'/> |
2713 | <fieldValue name='displayMode'/> |
2714 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2715 | <fieldValue name='transparency' value='0'/> |
2716 | <fieldValue name='translation' value='-0.64570 1.88926 2.26590'/> |
2717 | <fieldValue name='textTranslation' value='-0.49570 1.88926 2.26590'/> |
2718 | <fieldValue name='textColor' value='0 0 0'/> |
2719 | </ProtoInstance> |
2720 | <ProtoInstance name='Vertex'> |
2721 | <fieldValue name='vertexText' value='"support"'/> |
2722 | <fieldValue name='description' value='83: support'/> |
2723 | <fieldValue name='url'/> |
2724 | <fieldValue name='radius' value='0.1500'/> |
2725 | <fieldValue name='displayMode'/> |
2726 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2727 | <fieldValue name='transparency' value='0'/> |
2728 | <fieldValue name='translation' value='2.25166 0.10671 -2.39795'/> |
2729 | <fieldValue name='textTranslation' value='2.40166 0.10671 -2.39795'/> |
2730 | <fieldValue name='textColor' value='0 0 0'/> |
2731 | </ProtoInstance> |
2732 | <ProtoInstance name='Vertex'> |
2733 | <fieldValue name='vertexText' value='"survivors"'/> |
2734 | <fieldValue name='description' value='84: survivors'/> |
2735 | <fieldValue name='url'/> |
2736 | <fieldValue name='radius' value='0.1500'/> |
2737 | <fieldValue name='displayMode'/> |
2738 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2739 | <fieldValue name='transparency' value='0'/> |
2740 | <fieldValue name='translation' value='1.33185 -1.29307 -2.38255'/> |
2741 | <fieldValue name='textTranslation' value='1.48185 -1.29307 -2.38255'/> |
2742 | <fieldValue name='textColor' value='0 0 0'/> |
2743 | </ProtoInstance> |
2744 | <ProtoInstance name='Vertex'> |
2745 | <fieldValue name='vertexText' value='"talk"'/> |
2746 | <fieldValue name='description' value='85: talk'/> |
2747 | <fieldValue name='url'/> |
2748 | <fieldValue name='radius' value='0.1500'/> |
2749 | <fieldValue name='displayMode'/> |
2750 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2751 | <fieldValue name='transparency' value='0'/> |
2752 | <fieldValue name='translation' value='-2.20756 -1.77327 0.79710'/> |
2753 | <fieldValue name='textTranslation' value='-2.05756 -1.77327 0.79710'/> |
2754 | <fieldValue name='textColor' value='0 0 0'/> |
2755 | </ProtoInstance> |
2756 | <ProtoInstance name='Vertex'> |
2757 | <fieldValue name='vertexText' value='"task"'/> |
2758 | <fieldValue name='description' value='86: task'/> |
2759 | <fieldValue name='url'/> |
2760 | <fieldValue name='radius' value='0.1500'/> |
2761 | <fieldValue name='displayMode'/> |
2762 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2763 | <fieldValue name='transparency' value='0'/> |
2764 | <fieldValue name='translation' value='-1.02150 1.02135 -0.81211'/> |
2765 | <fieldValue name='textTranslation' value='-0.87150 1.02135 -0.81211'/> |
2766 | <fieldValue name='textColor' value='0 0 0'/> |
2767 | </ProtoInstance> |
2768 | <ProtoInstance name='Vertex'> |
2769 | <fieldValue name='vertexText' value='"technical"'/> |
2770 | <fieldValue name='description' value='87: technical'/> |
2771 | <fieldValue name='url'/> |
2772 | <fieldValue name='radius' value='0.1500'/> |
2773 | <fieldValue name='displayMode'/> |
2774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2775 | <fieldValue name='transparency' value='0'/> |
2776 | <fieldValue name='translation' value='1.44078 -0.74985 -2.72412'/> |
2777 | <fieldValue name='textTranslation' value='1.59078 -0.74985 -2.72412'/> |
2778 | <fieldValue name='textColor' value='0 0 0'/> |
2779 | </ProtoInstance> |
2780 | <ProtoInstance name='Vertex'> |
2781 | <fieldValue name='vertexText' value='"terms"'/> |
2782 | <fieldValue name='description' value='88: terms'/> |
2783 | <fieldValue name='url'/> |
2784 | <fieldValue name='radius' value='0.1500'/> |
2785 | <fieldValue name='displayMode'/> |
2786 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2787 | <fieldValue name='transparency' value='0'/> |
2788 | <fieldValue name='translation' value='-1.89797 0.46120 -1.50721'/> |
2789 | <fieldValue name='textTranslation' value='-1.74797 0.46120 -1.50721'/> |
2790 | <fieldValue name='textColor' value='0 0 0'/> |
2791 | </ProtoInstance> |
2792 | <ProtoInstance name='Vertex'> |
2793 | <fieldValue name='vertexText' value='"thomas"'/> |
2794 | <fieldValue name='description' value='89: thomas'/> |
2795 | <fieldValue name='url'/> |
2796 | <fieldValue name='radius' value='0.1500'/> |
2797 | <fieldValue name='displayMode'/> |
2798 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2799 | <fieldValue name='transparency' value='0'/> |
2800 | <fieldValue name='translation' value='-2.45561 -1.80736 0.18501'/> |
2801 | <fieldValue name='textTranslation' value='-2.30561 -1.80736 0.18501'/> |
2802 | <fieldValue name='textColor' value='0 0 0'/> |
2803 | </ProtoInstance> |
2804 | <ProtoInstance name='Vertex'> |
2805 | <fieldValue name='vertexText' value='"twitter"'/> |
2806 | <fieldValue name='description' value='90: twitter'/> |
2807 | <fieldValue name='url'/> |
2808 | <fieldValue name='radius' value='0.1500'/> |
2809 | <fieldValue name='displayMode'/> |
2810 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2811 | <fieldValue name='transparency' value='0'/> |
2812 | <fieldValue name='translation' value='-2.56960 0.58505 -1.46888'/> |
2813 | <fieldValue name='textTranslation' value='-2.41960 0.58505 -1.46888'/> |
2814 | <fieldValue name='textColor' value='0 0 0'/> |
2815 | </ProtoInstance> |
2816 | <ProtoInstance name='Vertex'> |
2817 | <fieldValue name='vertexText' value='"unified"'/> |
2818 | <fieldValue name='description' value='91: unified'/> |
2819 | <fieldValue name='url'/> |
2820 | <fieldValue name='radius' value='0.1500'/> |
2821 | <fieldValue name='displayMode'/> |
2822 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2823 | <fieldValue name='transparency' value='0'/> |
2824 | <fieldValue name='translation' value='1.72805 -0.25901 -2.21926'/> |
2825 | <fieldValue name='textTranslation' value='1.87805 -0.25901 -2.21926'/> |
2826 | <fieldValue name='textColor' value='0 0 0'/> |
2827 | </ProtoInstance> |
2828 | <ProtoInstance name='Vertex'> |
2829 | <fieldValue name='vertexText' value='"updates"'/> |
2830 | <fieldValue name='description' value='92: updates'/> |
2831 | <fieldValue name='url'/> |
2832 | <fieldValue name='radius' value='0.1500'/> |
2833 | <fieldValue name='displayMode'/> |
2834 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2835 | <fieldValue name='transparency' value='0'/> |
2836 | <fieldValue name='translation' value='0.86695 -2.02916 0.94149'/> |
2837 | <fieldValue name='textTranslation' value='1.01695 -2.02916 0.94149'/> |
2838 | <fieldValue name='textColor' value='0 0 0'/> |
2839 | </ProtoInstance> |
2840 | <ProtoInstance name='Vertex'> |
2841 | <fieldValue name='vertexText' value='"vital"'/> |
2842 | <fieldValue name='description' value='93: vital'/> |
2843 | <fieldValue name='url'/> |
2844 | <fieldValue name='radius' value='0.1500'/> |
2845 | <fieldValue name='displayMode'/> |
2846 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2847 | <fieldValue name='transparency' value='0'/> |
2848 | <fieldValue name='translation' value='-1.05305 2.53739 1.39264'/> |
2849 | <fieldValue name='textTranslation' value='-0.90305 2.53739 1.39264'/> |
2850 | <fieldValue name='textColor' value='0 0 0'/> |
2851 | </ProtoInstance> |
2852 | <ProtoInstance name='Vertex'> |
2853 | <fieldValue name='vertexText' value='"walks"'/> |
2854 | <fieldValue name='description' value='94: walks'/> |
2855 | <fieldValue name='url'/> |
2856 | <fieldValue name='radius' value='0.1500'/> |
2857 | <fieldValue name='displayMode'/> |
2858 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2859 | <fieldValue name='transparency' value='0'/> |
2860 | <fieldValue name='translation' value='-2.21817 0.02626 -0.93339'/> |
2861 | <fieldValue name='textTranslation' value='-2.06817 0.02626 -0.93339'/> |
2862 | <fieldValue name='textColor' value='0 0 0'/> |
2863 | </ProtoInstance> |
2864 | <ProtoInstance name='Vertex'> |
2865 | <fieldValue name='vertexText' value='"washcloths"'/> |
2866 | <fieldValue name='description' value='95: washcloths'/> |
2867 | <fieldValue name='url'/> |
2868 | <fieldValue name='radius' value='0.1500'/> |
2869 | <fieldValue name='displayMode'/> |
2870 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2871 | <fieldValue name='transparency' value='0'/> |
2872 | <fieldValue name='translation' value='-1.65684 1.68096 2.09119'/> |
2873 | <fieldValue name='textTranslation' value='-1.50684 1.68096 2.09119'/> |
2874 | <fieldValue name='textColor' value='0 0 0'/> |
2875 | </ProtoInstance> |
2876 | <ProtoInstance name='Vertex'> |
2877 | <fieldValue name='vertexText' value='"water"'/> |
2878 | <fieldValue name='description' value='96: water'/> |
2879 | <fieldValue name='url'/> |
2880 | <fieldValue name='radius' value='0.1500'/> |
2881 | <fieldValue name='displayMode'/> |
2882 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2883 | <fieldValue name='transparency' value='0'/> |
2884 | <fieldValue name='translation' value='-1.45996 2.16846 1.61788'/> |
2885 | <fieldValue name='textTranslation' value='-1.30996 2.16846 1.61788'/> |
2886 | <fieldValue name='textColor' value='0 0 0'/> |
2887 | </ProtoInstance> |
2888 | <ProtoInstance name='Vertex'> |
2889 | <fieldValue name='vertexText' value='"web"'/> |
2890 | <fieldValue name='description' value='97: web'/> |
2891 | <fieldValue name='url'/> |
2892 | <fieldValue name='radius' value='0.1500'/> |
2893 | <fieldValue name='displayMode'/> |
2894 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2895 | <fieldValue name='transparency' value='0'/> |
2896 | <fieldValue name='translation' value='-2.47642 1.24181 -0.95464'/> |
2897 | <fieldValue name='textTranslation' value='-2.32642 1.24181 -0.95464'/> |
2898 | <fieldValue name='textColor' value='0 0 0'/> |
2899 | </ProtoInstance> |
2900 | <ProtoInstance name='Vertex'> |
2901 | <fieldValue name='vertexText' value='"working"'/> |
2902 | <fieldValue name='description' value='98: working'/> |
2903 | <fieldValue name='url'/> |
2904 | <fieldValue name='radius' value='0.1500'/> |
2905 | <fieldValue name='displayMode'/> |
2906 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2907 | <fieldValue name='transparency' value='0'/> |
2908 | <fieldValue name='translation' value='1.14717 -1.92399 1.93794'/> |
2909 | <fieldValue name='textTranslation' value='1.29717 -1.92399 1.93794'/> |
2910 | <fieldValue name='textColor' value='0 0 0'/> |
2911 | </ProtoInstance> |
2912 | </Scene> |
2913 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1748
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1760
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1772
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1784
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1796
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1808
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1820
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1832
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1844
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1856
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1880
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1988
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2012
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2072
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2084
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2096
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2108
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2120
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2144
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2156
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2168
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2180
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2192
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2204
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2216
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2228
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2240
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2252
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2276
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2288
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2300
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2312
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2324
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2336
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2348
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2360
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2372
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2384
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2408
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2420
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2432
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2444
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2456
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2468
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2480
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2492
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2504
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2516
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2540
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2552
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2564
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2576
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2588
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2600
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2612
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2624
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2636
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2648
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2672
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2684
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2696
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2708
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2720
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2732
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2744
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2756
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2768
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2780
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2804
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2816
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2828
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2840
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2852
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2864
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2876
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2888
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2900
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->