1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.78778'/> |
55 | <fieldValue name='cylinderTranslation' value='0.01750 -2.03431 -1.71923'/> |
56 | <fieldValue name='coneTranslation' value='0.18652 -2.19598 -1.71923'/> |
57 | <fieldValue name='rotation' value='0.00115 0 -56.92740 2.33399'/> |
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.19764'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.18475 -2.05706 -2.23379'/> |
67 | <fieldValue name='coneTranslation' value='-0.12437 -2.27325 -2.61086'/> |
68 | <fieldValue name='rotation' value='-102.91080 0 -16.47741 2.08594'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='1.78123'/> |
77 | <fieldValue name='cylinderTranslation' value='0.38029 -1.15193 -1.76164'/> |
78 | <fieldValue name='coneTranslation' value='0.91140 -0.65143 -1.79642'/> |
79 | <fieldValue name='rotation' value='-8.48036 0 -129.48492 0.81613'/> |
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.16120'/> |
88 | <fieldValue name='cylinderTranslation' value='0.06660 -2.14002 -2.00707'/> |
89 | <fieldValue name='coneTranslation' value='0.30836 -2.41384 -2.21559'/> |
90 | <fieldValue name='rotation' value='-57.56686 0 -66.74616 2.27972'/> |
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.72425'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.46189 -2.05519 -1.63400'/> |
100 | <fieldValue name='coneTranslation' value='-0.57060 -2.21882 -1.58642'/> |
101 | <fieldValue name='rotation' value='17.04813 -0.00000 38.95107 2.51416'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.52407'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.14838 -1.93718 -1.87378'/> |
111 | <fieldValue name='coneTranslation' value='-0.10214 -2.00538 -1.93395'/> |
112 | <fieldValue name='rotation' value='-30.90816 0 -23.75144 2.30286'/> |
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='1.19949'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.02295 -2.25000 -1.47031'/> |
122 | <fieldValue name='coneTranslation' value='0.15609 -2.60777 -1.28779'/> |
123 | <fieldValue name='rotation' value='49.78597 0 -48.83670 2.52113'/> |
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.45900'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.35990 -1.95169 -1.62925'/> |
133 | <fieldValue name='coneTranslation' value='-0.38799 -2.00912 -1.60200'/> |
134 | <fieldValue name='rotation' value='17.99754 -0.00000 18.55301 2.54341'/> |
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.52643'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.17903 -1.98487 -1.61030'/> |
144 | <fieldValue name='coneTranslation' value='-0.14449 -2.07224 -1.56758'/> |
145 | <fieldValue name='rotation' value='21.78784 0 -17.62018 2.58029'/> |
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='1.25681'/> |
154 | <fieldValue name='cylinderTranslation' value='0.17712 -2.20607 -1.70001'/> |
155 | <fieldValue name='coneTranslation' value='0.50826 -2.53705 -1.68568'/> |
156 | <fieldValue name='rotation' value='3.84495 0 -88.85078 2.35548'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='0.66694'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.31499 -2.03948 -1.89795'/> |
166 | <fieldValue name='coneTranslation' value='-0.33988 -2.18380 -1.99092'/> |
167 | <fieldValue name='rotation' value='-35.74314 0 9.57085 2.55346'/> |
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.96928'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.43763 -1.31973 -1.61838'/> |
177 | <fieldValue name='coneTranslation' value='-0.55183 -1.02345 -1.55081'/> |
178 | <fieldValue name='rotation' value='20.17231 -0.00000 34.09831 0.42107'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.62167'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.53340 -1.79193 -1.56167'/> |
188 | <fieldValue name='coneTranslation' value='-0.66260 -1.80643 -1.48520'/> |
189 | <fieldValue name='rotation' value='31.51446 -0.00000 53.25216 1.66709'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.62786'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.51402 -1.71355 -1.90699'/> |
199 | <fieldValue name='coneTranslation' value='-0.63507 -1.68977 -1.99905'/> |
200 | <fieldValue name='rotation' value='-37.55061 0 49.37615 1.41571'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='1.27980'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.28573 -2.25608 -1.31297'/> |
210 | <fieldValue name='coneTranslation' value='-0.29967 -2.62659 -1.00828'/> |
211 | <fieldValue name='rotation' value='81.25399 -0.00000 3.71839 2.45286'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.26501'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.41043 -2.25248 -1.34641'/> |
221 | <fieldValue name='coneTranslation' value='-0.51748 -2.61885 -1.06789'/> |
222 | <fieldValue name='rotation' value='74.56578 -0.00000 28.65965 2.45812'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='0.98677'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.39000 -1.28527 -1.68722'/> |
232 | <fieldValue name='coneTranslation' value='-0.47302 -0.96311 -1.66558'/> |
233 | <fieldValue name='rotation' value='6.40374 -0.00000 24.57256 0.26027'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='1.17704'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.34299 -2.08163 -2.20756'/> |
243 | <fieldValue name='coneTranslation' value='-0.39822 -2.31434 -2.56313'/> |
244 | <fieldValue name='rotation' value='-97.66497 0 15.17075 2.14486'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.70078'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.44779 -2.03186 -1.85089'/> |
254 | <fieldValue name='coneTranslation' value='-0.54596 -2.17848 -1.92242'/> |
255 | <fieldValue name='rotation' value='-26.32971 0 36.13138 2.44974'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='0.96376'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.41753 -1.30424 -1.71668'/> |
265 | <fieldValue name='coneTranslation' value='-0.51799 -0.99844 -1.71497'/> |
266 | <fieldValue name='rotation' value='0.51141 -0.00000 30.07928 0.31745'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.96720'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.37549 -1.29424 -1.66182'/> |
276 | <fieldValue name='coneTranslation' value='-0.44799 -0.98122 -1.62340'/> |
277 | <fieldValue name='rotation' value='11.48351 -0.00000 21.67074 0.25637'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.69223'/> |
286 | <fieldValue name='cylinderTranslation' value='1.64127 1.37752 -1.59069'/> |
287 | <fieldValue name='coneTranslation' value='1.68136 1.55738 -1.61682'/> |
288 | <fieldValue name='rotation' value='-9.72039 0 -14.90836 0.26002'/> |
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='1.24862'/> |
297 | <fieldValue name='cylinderTranslation' value='1.72670 0.48055 -1.76066'/> |
298 | <fieldValue name='coneTranslation' value='1.84567 0.06222 -1.92321'/> |
299 | <fieldValue name='rotation' value='-43.71428 0 -31.99324 2.69283'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='0.92081'/> |
308 | <fieldValue name='cylinderTranslation' value='1.11773 0.98313 -1.62442'/> |
309 | <fieldValue name='coneTranslation' value='0.82476 0.94404 -1.67815'/> |
310 | <fieldValue name='rotation' value='-16.46799 0 89.80080 1.70129'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='1.69439'/> |
319 | <fieldValue name='cylinderTranslation' value='1.29722 0.25061 -1.67306'/> |
320 | <fieldValue name='coneTranslation' value='1.07861 -0.39216 -1.77930'/> |
321 | <fieldValue name='rotation' value='-26.19560 0 53.90183 2.78007'/> |
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='1.23623'/> |
330 | <fieldValue name='cylinderTranslation' value='2.15731 1.08136 -1.72047'/> |
331 | <fieldValue name='coneTranslation' value='2.59501 1.10976 -1.85268'/> |
332 | <fieldValue name='rotation' value='-35.67672 0 -118.11505 1.50877'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.59564'/> |
341 | <fieldValue name='cylinderTranslation' value='1.37637 1.16215 -1.73772'/> |
342 | <fieldValue name='coneTranslation' value='1.28827 1.21727 -1.82825'/> |
343 | <fieldValue name='rotation' value='-39.12680 0 38.07273 1.15935'/> |
344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
345 | <fieldValue name='ballRadius' value='0.02'/> |
346 | <fieldValue name='traceEnabled' value='false'/> |
347 | <fieldValue name='displayMode'/> |
348 | <fieldValue name='transparency' value='0'/> |
349 | </ProtoInstance> |
350 | <ProtoInstance name='Arc'> |
351 | <fieldValue name='cylinderHeight' value='1.24275'/> |
352 | <fieldValue name='cylinderTranslation' value='1.83280 1.47132 -1.90525'/> |
353 | <fieldValue name='coneTranslation' value='2.03036 1.78932 -2.17490'/> |
354 | <fieldValue name='rotation' value='-72.63311 0 -53.21409 0.81035'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.27565'/> |
363 | <fieldValue name='cylinderTranslation' value='1.48804 1.12798 -1.46731'/> |
364 | <fieldValue name='coneTranslation' value='1.50070 1.11431 -1.47934'/> |
365 | <fieldValue name='rotation' value='14.95406 -0.00000 15.73825 0.90686'/> |
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.74442'/> |
374 | <fieldValue name='cylinderTranslation' value='1.67046 1.37150 -1.68314'/> |
375 | <fieldValue name='coneTranslation' value='1.72960 1.55877 -1.76355'/> |
376 | <fieldValue name='rotation' value='-28.21023 0 -20.74554 0.48974'/> |
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.75573'/> |
385 | <fieldValue name='cylinderTranslation' value='1.91330 1.10654 -1.67860'/> |
386 | <fieldValue name='coneTranslation' value='2.11313 1.14316 -1.75731'/> |
387 | <fieldValue name='rotation' value='-27.30282 0 -69.31436 1.40195'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='1.24601'/> |
396 | <fieldValue name='cylinderTranslation' value='1.84432 1.36429 -1.99802'/> |
397 | <fieldValue name='coneTranslation' value='2.05061 1.60303 -2.33687'/> |
398 | <fieldValue name='rotation' value='-91.18792 0 -55.51718 1.02904'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='0.76777'/> |
407 | <fieldValue name='cylinderTranslation' value='1.93832 0.95038 -1.51560'/> |
408 | <fieldValue name='coneTranslation' value='2.15504 0.89634 -1.50015'/> |
409 | <fieldValue name='rotation' value='5.29734 0 -74.31821 1.81458'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.74628'/> |
418 | <fieldValue name='cylinderTranslation' value='1.82262 0.99172 -1.80877'/> |
419 | <fieldValue name='coneTranslation' value='1.96878 0.96241 -1.96111'/> |
420 | <fieldValue name='rotation' value='-53.33755 0 -51.17686 1.70877'/> |
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.17985'/> |
429 | <fieldValue name='cylinderTranslation' value='1.00881 0.85240 -1.56174'/> |
430 | <fieldValue name='coneTranslation' value='0.60221 0.71345 -1.57606'/> |
431 | <fieldValue name='rotation' value='-3.93006 0 111.58466 1.89988'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.73009'/> |
440 | <fieldValue name='cylinderTranslation' value='1.79127 1.09566 -1.82506'/> |
441 | <fieldValue name='coneTranslation' value='1.91739 1.12522 -1.98400'/> |
442 | <fieldValue name='rotation' value='-56.59420 0 -44.90782 1.42614'/> |
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.15076'/> |
451 | <fieldValue name='cylinderTranslation' value='2.00889 1.35020 -1.33907'/> |
452 | <fieldValue name='coneTranslation' value='2.32809 1.57194 -1.19251'/> |
453 | <fieldValue name='rotation' value='40.60323 0 -88.43116 1.00767'/> |
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.70221'/> |
462 | <fieldValue name='cylinderTranslation' value='1.68755 1.19883 -1.25155'/> |
463 | <fieldValue name='coneTranslation' value='1.75332 1.28362 -1.09341'/> |
464 | <fieldValue name='rotation' value='58.10678 0 -24.16437 1.11108'/> |
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.26811'/> |
473 | <fieldValue name='cylinderTranslation' value='1.25896 1.04499 -0.98774'/> |
474 | <fieldValue name='coneTranslation' value='1.02885 1.04644 -0.57329'/> |
475 | <fieldValue name='rotation' value='110.86839 -0.00000 61.55455 1.56773'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.75484'/> |
484 | <fieldValue name='cylinderTranslation' value='1.91188 0.93031 -1.64508'/> |
485 | <fieldValue name='coneTranslation' value='2.11071 0.86536 -1.70441'/> |
486 | <fieldValue name='rotation' value='-20.59937 0 -69.02950 1.87414'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.64134'/> |
495 | <fieldValue name='cylinderTranslation' value='1.40320 1.42503 2.08366'/> |
496 | <fieldValue name='coneTranslation' value='1.40639 1.35218 2.22683'/> |
497 | <fieldValue name='rotation' value='57.14664 0 -1.27655 2.04144'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.60885'/> |
506 | <fieldValue name='cylinderTranslation' value='1.41615 1.82209 1.96814'/> |
507 | <fieldValue name='coneTranslation' value='1.42533 1.94148 2.04889'/> |
508 | <fieldValue name='rotation' value='34.04212 0 -3.86784 0.59767'/> |
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.18799'/> |
517 | <fieldValue name='cylinderTranslation' value='1.33350 2.16028 1.76766'/> |
518 | <fieldValue name='coneTranslation' value='1.28724 2.59123 1.74555'/> |
519 | <fieldValue name='rotation' value='-6.05279 0 12.66248 0.11842'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.83208'/> |
528 | <fieldValue name='cylinderTranslation' value='1.35276 1.51326 1.38820'/> |
529 | <fieldValue name='coneTranslation' value='1.32565 1.47807 1.13604'/> |
530 | <fieldValue name='rotation' value='-81.94650 0 8.81046 1.70868'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='1.17683'/> |
539 | <fieldValue name='cylinderTranslation' value='1.72648 2.05427 1.73907'/> |
540 | <fieldValue name='coneTranslation' value='1.96651 2.40654 1.69621'/> |
541 | <fieldValue name='rotation' value='-11.77202 0 -65.93408 0.60544'/> |
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.19699'/> |
550 | <fieldValue name='cylinderTranslation' value='1.00737 2.00346 1.93587'/> |
551 | <fieldValue name='coneTranslation' value='0.72204 2.32072 2.03693'/> |
552 | <fieldValue name='rotation' value='27.58819 -0.00000 77.88798 0.76192'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.66701'/> |
561 | <fieldValue name='cylinderTranslation' value='1.16006 1.61593 2.02838'/> |
562 | <fieldValue name='coneTranslation' value='1.03690 1.63960 2.14826'/> |
563 | <fieldValue name='rotation' value='46.08941 -0.00000 47.34975 1.43397'/> |
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.20669'/> |
572 | <fieldValue name='cylinderTranslation' value='1.94097 1.36526 1.95860'/> |
573 | <fieldValue name='coneTranslation' value='2.34083 1.21449 2.07666'/> |
574 | <fieldValue name='rotation' value='32.13421 0 -108.83170 1.91780'/> |
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.12417'/> |
583 | <fieldValue name='cylinderTranslation' value='1.92754 1.72880 1.89380'/> |
584 | <fieldValue name='coneTranslation' value='2.30719 1.84208 1.96238'/> |
585 | <fieldValue name='rotation' value='19.17453 0 -106.14509 1.28520'/> |
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.63310'/> |
594 | <fieldValue name='cylinderTranslation' value='1.49567 1.85591 1.89246'/> |
595 | <fieldValue name='coneTranslation' value='1.54456 1.99709 1.93922'/> |
596 | <fieldValue name='rotation' value='18.90698 0 -19.77083 0.44682'/> |
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.56368'/> |
605 | <fieldValue name='cylinderTranslation' value='1.56594 1.66939 1.59534'/> |
606 | <fieldValue name='coneTranslation' value='1.63905 1.71216 1.50776'/> |
607 | <fieldValue name='rotation' value='-40.51772 0 -33.82471 1.21209'/> |
608 | <fieldValue name='diffuseColor' value='0 0 0'/> |
609 | <fieldValue name='ballRadius' value='0.02'/> |
610 | <fieldValue name='traceEnabled' value='false'/> |
611 | <fieldValue name='displayMode'/> |
612 | <fieldValue name='transparency' value='0'/> |
613 | </ProtoInstance> |
614 | <ProtoInstance name='Arc'> |
615 | <fieldValue name='cylinderHeight' value='0.66843'/> |
616 | <fieldValue name='cylinderTranslation' value='1.70339 1.64377 1.90899'/> |
617 | <fieldValue name='coneTranslation' value='1.86319 1.68199 1.96688'/> |
618 | <fieldValue name='rotation' value='22.21147 0 -61.31493 1.34960'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='1.21390'/> |
627 | <fieldValue name='cylinderTranslation' value='1.58662 1.10760 2.14165'/> |
628 | <fieldValue name='coneTranslation' value='1.72638 0.76677 2.39476'/> |
629 | <fieldValue name='rotation' value='68.74399 0 -37.96066 2.43807'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='1.12469'/> |
638 | <fieldValue name='cylinderTranslation' value='1.28506 1.29129 2.27314'/> |
639 | <fieldValue name='coneTranslation' value='1.20511 1.09157 2.61314'/> |
640 | <fieldValue name='rotation' value='95.04166 -0.00000 22.34966 2.09024'/> |
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='2.33484'/> |
649 | <fieldValue name='cylinderTranslation' value='1.17400 1.30868 0.68226'/> |
650 | <fieldValue name='coneTranslation' value='0.98172 1.08280 -0.28049'/> |
651 | <fieldValue name='rotation' value='-223.13297 0 44.56265 1.79694'/> |
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.20659'/> |
660 | <fieldValue name='cylinderTranslation' value='1.88993 1.29044 2.00384'/> |
661 | <fieldValue name='coneTranslation' value='2.25227 1.08469 2.15514'/> |
662 | <fieldValue name='rotation' value='41.18220 0 -98.62339 2.05344'/> |
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.20465'/> |
671 | <fieldValue name='cylinderTranslation' value='0.94257 1.91464 1.99282'/> |
672 | <fieldValue name='coneTranslation' value='0.60898 2.16741 2.13594'/> |
673 | <fieldValue name='rotation' value='38.97863 -0.00000 90.84929 0.96253'/> |
674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
675 | <fieldValue name='ballRadius' value='0.02'/> |
676 | <fieldValue name='traceEnabled' value='false'/> |
677 | <fieldValue name='displayMode'/> |
678 | <fieldValue name='transparency' value='0'/> |
679 | </ProtoInstance> |
680 | <ProtoInstance name='Arc'> |
681 | <fieldValue name='cylinderHeight' value='1.21849'/> |
682 | <fieldValue name='cylinderTranslation' value='1.48787 1.09000 2.16133'/> |
683 | <fieldValue name='coneTranslation' value='1.55502 0.73572 2.42930'/> |
684 | <fieldValue name='rotation' value='72.68035 0 -18.21170 2.47931'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='1.23379'/> |
693 | <fieldValue name='cylinderTranslation' value='1.00888 1.30781 2.19930'/> |
694 | <fieldValue name='coneTranslation' value='0.72157 1.11330 2.49657'/> |
695 | <fieldValue name='rotation' value='80.27385 -0.00000 77.58590 2.01056'/> |
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.59143'/> |
704 | <fieldValue name='cylinderTranslation' value='1.57538 1.53871 2.03150'/> |
705 | <fieldValue name='coneTranslation' value='1.65733 1.52414 2.13870'/> |
706 | <fieldValue name='rotation' value='46.71428 0 -35.71261 1.67832'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='1.15903'/> |
715 | <fieldValue name='cylinderTranslation' value='0.95804 1.60035 2.17531'/> |
716 | <fieldValue name='coneTranslation' value='0.64040 1.62200 2.44850'/> |
717 | <fieldValue name='rotation' value='75.47641 -0.00000 87.75541 1.51916'/> |
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.59859'/> |
726 | <fieldValue name='cylinderTranslation' value='1.29772 1.73114 2.03017'/> |
727 | <fieldValue name='coneTranslation' value='1.25160 1.80593 2.13825'/> |
728 | <fieldValue name='rotation' value='46.44744 -0.00000 19.81923 1.00401'/> |
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.79698'/> |
737 | <fieldValue name='cylinderTranslation' value='-1.05031 0.22633 -1.40821'/> |
738 | <fieldValue name='coneTranslation' value='-1.28595 0.23600 -1.37277'/> |
739 | <fieldValue name='rotation' value='11.84302 -0.00000 78.74659 1.53022'/> |
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.73759'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.98921 0.35419 -1.39947'/> |
749 | <fieldValue name='coneTranslation' value='-1.17754 0.43573 -1.36101'/> |
750 | <fieldValue name='rotation' value='13.58958 -0.00000 66.52765 1.16959'/> |
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.52386'/> |
759 | <fieldValue name='cylinderTranslation' value='0.00607 0.56669 -1.58709'/> |
760 | <fieldValue name='coneTranslation' value='0.52957 0.84835 -1.68163'/> |
761 | <fieldValue name='rotation' value='-23.93421 0 -132.52989 1.08385'/> |
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.28329'/> |
770 | <fieldValue name='cylinderTranslation' value='-1.16915 0.52793 -1.68650'/> |
771 | <fieldValue name='coneTranslation' value='-1.55391 0.76646 -1.85096'/> |
772 | <fieldValue name='rotation' value='-43.81644 0 102.51521 1.05269'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.74204'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.78979 0.49180 -1.26595'/> |
782 | <fieldValue name='coneTranslation' value='-0.86556 0.65198 -1.15136'/> |
783 | <fieldValue name='rotation' value='40.29425 -0.00000 26.64296 0.70889'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.82259'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.93899 0.19757 -1.16868'/> |
793 | <fieldValue name='coneTranslation' value='-1.11154 0.18988 -0.98616'/> |
794 | <fieldValue name='rotation' value='59.74810 -0.00000 56.48274 1.60142'/> |
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.75075'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.80047 0.50783 -1.64517'/> |
804 | <fieldValue name='coneTranslation' value='-0.88303 0.67862 -1.74716'/> |
805 | <fieldValue name='rotation' value='-35.55042 0 28.77927 0.65511'/> |
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.81199'/> |
814 | <fieldValue name='cylinderTranslation' value='-0.98183 0.33416 -1.67639'/> |
815 | <fieldValue name='coneTranslation' value='-1.17890 0.40929 -1.80301'/> |
816 | <fieldValue name='rotation' value='-41.79358 0 65.05056 1.26043'/> |
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.28876'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.91338 0.44735 -2.00874'/> |
826 | <fieldValue name='coneTranslation' value='-1.10642 0.62565 -2.41564'/> |
827 | <fieldValue name='rotation' value='-108.26285 0 51.36073 1.19385'/> |
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.20141'/> |
836 | <fieldValue name='cylinderTranslation' value='-0.10284 0.43596 -1.52440'/> |
837 | <fieldValue name='coneTranslation' value='0.30340 0.60161 -1.56621'/> |
838 | <fieldValue name='rotation' value='-11.39628 0 -110.74603 1.18545'/> |
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.83911'/> |
847 | <fieldValue name='cylinderTranslation' value='-0.44497 0.43510 -1.18342'/> |
848 | <fieldValue name='coneTranslation' value='-0.31406 0.57426 -1.00773'/> |
849 | <fieldValue name='rotation' value='56.80001 0 -42.32091 1.00496'/> |
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.35415'/> |
858 | <fieldValue name='cylinderTranslation' value='-1.16718 0.18618 -1.02342'/> |
859 | <fieldValue name='coneTranslation' value='-1.55712 0.16787 -0.68434'/> |
860 | <fieldValue name='rotation' value='88.80068 -0.00000 102.12087 1.60622'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='1.22783'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.40878 0.65260 -1.81346'/> |
870 | <fieldValue name='coneTranslation' value='-0.22557 0.97974 -2.06931'/> |
871 | <fieldValue name='rotation' value='-69.20682 0 -49.55813 0.76601'/> |
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.08982'/> |
880 | <fieldValue name='cylinderTranslation' value='-0.63235 -0.33363 -1.49247'/> |
881 | <fieldValue name='coneTranslation' value='-0.61523 -0.71775 -1.51016'/> |
882 | <fieldValue name='rotation' value='-5.00916 0 -4.84562 3.07760'/> |
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.74048'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.89421 -0.05460 -1.36491'/> |
892 | <fieldValue name='coneTranslation' value='-1.02915 -0.20494 -1.30670'/> |
893 | <fieldValue name='rotation' value='20.50277 -0.00000 47.52637 2.36758'/> |
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='2.08669'/> |
902 | <fieldValue name='cylinderTranslation' value='0.14731 0.62855 -0.95041'/> |
903 | <fieldValue name='coneTranslation' value='0.82791 0.98277 -0.51269'/> |
904 | <fieldValue name='rotation' value='103.40217 0 -160.77613 1.15819'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.70722'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.77308 -0.03284 -1.69638'/> |
914 | <fieldValue name='coneTranslation' value='-0.83686 -0.16588 -1.82173'/> |
915 | <fieldValue name='rotation' value='-45.79051 0 23.30026 2.32842'/> |
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.04575'/> |
924 | <fieldValue name='cylinderTranslation' value='-0.58472 -0.29917 -1.56131'/> |
925 | <fieldValue name='coneTranslation' value='-0.53485 -0.65265 -1.62647'/> |
926 | <fieldValue name='rotation' value='-18.77773 0 -14.37137 2.91350'/> |
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.27379'/> |
935 | <fieldValue name='cylinderTranslation' value='-1.19109 0.29990 -1.80190'/> |
936 | <fieldValue name='coneTranslation' value='-1.59132 0.36709 -2.05236'/> |
937 | <fieldValue name='rotation' value='-66.89629 0 106.90219 1.42943'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.80786'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.78772 0.33535 -1.82838'/> |
947 | <fieldValue name='coneTranslation' value='-0.86691 0.41095 -2.04636'/> |
948 | <fieldValue name='rotation' value='-72.19174 0 26.22816 1.25568'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='1.29259'/> |
957 | <fieldValue name='cylinderTranslation' value='-1.06499 0.65769 -1.24246'/> |
958 | <fieldValue name='coneTranslation' value='-1.37230 0.99443 -1.07319'/> |
959 | <fieldValue name='rotation' value='44.99260 -0.00000 81.68355 0.80591'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.31049'/> |
968 | <fieldValue name='cylinderTranslation' value='-1.30356 0.20995 -1.36374'/> |
969 | <fieldValue name='coneTranslation' value='-1.79257 0.20979 -1.28538'/> |
970 | <fieldValue name='rotation' value='20.73583 -0.00000 129.39778 1.57113'/> |
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='1.08863'/> |
979 | <fieldValue name='cylinderTranslation' value='-0.61225 -0.31814 -1.59077'/> |
980 | <fieldValue name='coneTranslation' value='-0.58096 -0.69114 -1.67786'/> |
981 | <fieldValue name='rotation' value='-24.67006 0 -8.86465 2.89840'/> |
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='1.05979'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.57021 -0.30814 -1.53591'/> |
991 | <fieldValue name='coneTranslation' value='-0.50992 -0.66995 -1.58372'/> |
992 | <fieldValue name='rotation' value='-13.69796 0 -17.27319 2.93205'/> |
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.52055'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.29145 1.14588 2.55887'/> |
1002 | <fieldValue name='coneTranslation' value='1.24594 1.09436 2.63187'/> |
1003 | <fieldValue name='rotation' value='37.89501 -0.00000 23.62622 2.11045'/> |
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.42562'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.58176 1.39330 2.31723'/> |
1013 | <fieldValue name='coneTranslation' value='1.62449 1.42151 2.30429'/> |
1014 | <fieldValue name='rotation' value='-10.43237 0 -34.43605 1.00729'/> |
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.28395'/> |
1023 | <fieldValue name='cylinderTranslation' value='-1.38295 0.37035 -1.34026'/> |
1024 | <fieldValue name='coneTranslation' value='-1.39070 0.35412 -1.34137'/> |
1025 | <fieldValue name='rotation' value='1.74656 0 -12.21894 0.44969'/> |
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.51530'/> |
1034 | <fieldValue name='cylinderTranslation' value='-1.69730 0.22611 -1.30453'/> |
1035 | <fieldValue name='coneTranslation' value='-1.79328 0.21991 -1.28768'/> |
1036 | <fieldValue name='rotation' value='8.89281 -0.00000 50.65119 1.63441'/> |
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.22972'/> |
1045 | <fieldValue name='cylinderTranslation' value='1.51501 2.10757 2.06267'/> |
1046 | <fieldValue name='coneTranslation' value='1.48376 2.09427 2.09241'/> |
1047 | <fieldValue name='rotation' value='-15.13514 0 -15.90299 1.27192'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='0.32340'/> |
1056 | <fieldValue name='cylinderTranslation' value='1.31706 1.98279 2.20038'/> |
1057 | <fieldValue name='coneTranslation' value='1.31581 1.98184 2.20103'/> |
1058 | <fieldValue name='rotation' value='12.40532 -0.00000 23.68708 2.16818'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='0.63553'/> |
1067 | <fieldValue name='cylinderTranslation' value='1.56258 1.46246 -1.51592'/> |
1068 | <fieldValue name='coneTranslation' value='1.48650 1.33856 -1.45466'/> |
1069 | <fieldValue name='rotation' value='24.67444 -0.00000 30.64661 2.47401'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.19427'/> |
1078 | <fieldValue name='cylinderTranslation' value='1.74500 1.70598 -1.73174'/> |
1079 | <fieldValue name='coneTranslation' value='1.72611 1.70988 -1.67190'/> |
1080 | <fieldValue name='rotation' value='-18.48984 0 -5.83718 1.63283'/> |
1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1082 | <fieldValue name='ballRadius' value='0.02'/> |
1083 | <fieldValue name='traceEnabled' value='false'/> |
1084 | <fieldValue name='displayMode'/> |
1085 | <fieldValue name='transparency' value='0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Arc'> |
1088 | <fieldValue name='cylinderHeight' value='0.47053'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.46176 -2.47834 -1.70001'/> |
1090 | <fieldValue name='coneTranslation' value='0.51282 -2.53329 -1.69386'/> |
1091 | <fieldValue name='rotation' value='3.84380 0 -31.92338 2.38924'/> |
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.98994'/> |
1100 | <fieldValue name='cylinderTranslation' value='1.45719 -0.31188 -1.89163'/> |
1101 | <fieldValue name='coneTranslation' value='1.16654 -0.46749 -1.83236'/> |
1102 | <fieldValue name='rotation' value='17.51868 -0.00000 85.89507 2.05393'/> |
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.85509'/> |
1111 | <fieldValue name='cylinderTranslation' value='1.03904 1.06807 -1.54965'/> |
1112 | <fieldValue name='coneTranslation' value='1.27077 1.15870 -1.45134'/> |
1113 | <fieldValue name='rotation' value='31.42205 0 -74.06255 1.22518'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='0.96068'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.25387 1.00913 -1.93313'/> |
1123 | <fieldValue name='coneTranslation' value='-0.02281 1.06643 -2.08409'/> |
1124 | <fieldValue name='rotation' value='-45.27260 0 82.97175 1.39097'/> |
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.53941'/> |
1133 | <fieldValue name='cylinderTranslation' value='-1.49440 0.65193 -1.89547'/> |
1134 | <fieldValue name='coneTranslation' value='-1.41821 0.57311 -1.89136'/> |
1135 | <fieldValue name='rotation' value='2.02286 0 -37.46466 2.37239'/> |
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.32454'/> |
1144 | <fieldValue name='cylinderTranslation' value='-0.26060 -2.37665 -2.72212'/> |
1145 | <fieldValue name='coneTranslation' value='-0.26282 -2.37699 -2.72175'/> |
1146 | <fieldValue name='rotation' value='5.24584 -0.00000 31.64816 1.72284'/> |
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.71813'/> |
1155 | <fieldValue name='cylinderTranslation' value='-0.57819 0.71674 -0.98195'/> |
1156 | <fieldValue name='coneTranslation' value='-0.38702 0.68530 -0.93620'/> |
1157 | <fieldValue name='rotation' value='16.50575 0 -68.96387 1.72938'/> |
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.64439'/> |
1166 | <fieldValue name='cylinderTranslation' value='-1.19821 0.93933 -1.04099'/> |
1167 | <fieldValue name='coneTranslation' value='-1.33675 1.02284 -1.02916'/> |
1168 | <fieldValue name='rotation' value='4.69834 -0.00000 55.04059 1.02992'/> |
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.54149'/> |
1177 | <fieldValue name='cylinderTranslation' value='-1.44959 0.17359 -0.72468'/> |
1178 | <fieldValue name='coneTranslation' value='-1.54293 0.16893 -0.66526'/> |
1179 | <fieldValue name='rotation' value='29.05258 -0.00000 45.63812 1.61288'/> |
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.67150'/> |
1188 | <fieldValue name='cylinderTranslation' value='1.52188 1.61221 1.18561'/> |
1189 | <fieldValue name='coneTranslation' value='1.63347 1.69393 1.29404'/> |
1190 | <fieldValue name='rotation' value='41.42878 0 -42.63517 1.08715'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='1.51281'/> |
1199 | <fieldValue name='cylinderTranslation' value='1.12995 1.25150 0.27253'/> |
1200 | <fieldValue name='coneTranslation' value='0.98900 1.09020 -0.28408'/> |
1201 | <fieldValue name='rotation' value='-141.18648 0 35.75219 1.84467'/> |
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.49769'/> |
1210 | <fieldValue name='cylinderTranslation' value='2.50388 1.14486 -1.85698'/> |
1211 | <fieldValue name='coneTranslation' value='2.41676 1.15385 -1.84203'/> |
1212 | <fieldValue name='rotation' value='8.37390 -0.00000 48.80068 1.46942'/> |
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.24765'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.55313 2.34766 2.13076'/> |
1222 | <fieldValue name='coneTranslation' value='0.57206 2.37361 2.11413'/> |
1223 | <fieldValue name='rotation' value='11.39044 -0.00000 12.96131 2.37075'/> |
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.64845'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.18535 -2.31516 -2.16161'/> |
1233 | <fieldValue name='coneTranslation' value='0.07646 -2.21242 -2.09410'/> |
1234 | <fieldValue name='rotation' value='26.65870 -0.00000 42.99473 0.89490'/> |
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.58909'/> |
1243 | <fieldValue name='cylinderTranslation' value='1.29768 1.24709 -1.66295'/> |
1244 | <fieldValue name='coneTranslation' value='1.34869 1.23147 -1.53943'/> |
1245 | <fieldValue name='rotation' value='54.08086 0 -22.33448 1.68709'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='1.02376'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.81844 0.97151 -1.75737'/> |
1255 | <fieldValue name='coneTranslation' value='0.56577 0.75857 -1.63639'/> |
1256 | <fieldValue name='rotation' value='35.19674 -0.00000 73.51193 2.22074'/> |
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.28422'/> |
1265 | <fieldValue name='cylinderTranslation' value='2.11039 1.79257 -2.36119'/> |
1266 | <fieldValue name='coneTranslation' value='2.10894 1.80604 -2.34951'/> |
1267 | <fieldValue name='rotation' value='-18.55481 0 -2.30310 2.42365'/> |
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.29078'/> |
1276 | <fieldValue name='cylinderTranslation' value='-0.55466 -2.24484 -1.54401'/> |
1277 | <fieldValue name='coneTranslation' value='-0.56491 -2.25524 -1.54449'/> |
1278 | <fieldValue name='rotation' value='0.94941 0 -20.39806 0.77856'/> |
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.50059'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.72129 1.64584 2.40576'/> |
1288 | <fieldValue name='coneTranslation' value='0.64840 1.64022 2.45877'/> |
1289 | <fieldValue name='rotation' value='29.38700 -0.00000 40.40566 1.63308'/> |
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.35902'/> |
1298 | <fieldValue name='cylinderTranslation' value='1.06097 1.77663 2.26061'/> |
1299 | <fieldValue name='coneTranslation' value='1.07593 1.78915 2.26081'/> |
1300 | <fieldValue name='rotation' value='0.35803 0 -27.53051 0.87396'/> |
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.39399'/> |
1309 | <fieldValue name='cylinderTranslation' value='-0.19623 -2.21462 -2.05249'/> |
1310 | <fieldValue name='coneTranslation' value='-0.22752 -2.23383 -2.05703'/> |
1311 | <fieldValue name='rotation' value='-4.83498 0 33.32228 2.11679'/> |
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.20248'/> |
1320 | <fieldValue name='cylinderTranslation' value='2.43409 1.08525 2.16451'/> |
1321 | <fieldValue name='coneTranslation' value='2.46371 1.12868 2.13825'/> |
1322 | <fieldValue name='rotation' value='9.04798 -0.00000 10.20831 2.40241'/> |
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.48043'/> |
1331 | <fieldValue name='cylinderTranslation' value='2.23411 1.80213 2.00486'/> |
1332 | <fieldValue name='coneTranslation' value='2.15926 1.77373 2.00993'/> |
1333 | <fieldValue name='rotation' value='3.03694 -0.00000 44.83016 1.93261'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='1.07583'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.18027 1.12992 -0.91297'/> |
1343 | <fieldValue name='coneTranslation' value='1.01933 1.07161 -0.57605'/> |
1344 | <fieldValue name='rotation' value='95.91434 -0.00000 45.81631 1.72570'/> |
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.38189'/> |
1353 | <fieldValue name='cylinderTranslation' value='2.13784 1.15916 -1.96157'/> |
1354 | <fieldValue name='coneTranslation' value='2.11807 1.15740 -1.98531'/> |
1355 | <fieldValue name='rotation' value='-29.29138 0 24.40655 1.62780'/> |
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.49281'/> |
1364 | <fieldValue name='cylinderTranslation' value='-1.51634 0.42389 -2.01087'/> |
1365 | <fieldValue name='coneTranslation' value='-1.58972 0.41188 -2.05489'/> |
1366 | <fieldValue name='rotation' value='-25.10271 0 41.85164 1.71028'/> |
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.49341'/> |
1375 | <fieldValue name='cylinderTranslation' value='-1.04452 0.57254 -2.36970'/> |
1376 | <fieldValue name='coneTranslation' value='-1.00036 0.53318 -2.30631'/> |
1377 | <fieldValue name='rotation' value='36.07111 0 -25.13257 2.04202'/> |
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.67603'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.06515 -2.47282 -1.36137'/> |
1387 | <fieldValue name='coneTranslation' value='-0.01705 -2.33319 -1.43509'/> |
1388 | <fieldValue name='rotation' value='-27.99814 0 31.21652 0.66911'/> |
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.26734'/> |
1397 | <fieldValue name='cylinderTranslation' value='2.28347 0.83764 -1.61859'/> |
1398 | <fieldValue name='coneTranslation' value='2.28868 0.84160 -1.59309'/> |
1399 | <fieldValue name='rotation' value='-25.89670 0 5.28872 1.72155'/> |
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.21956'/> |
1408 | <fieldValue name='cylinderTranslation' value='2.04716 1.04435 -2.09174'/> |
1409 | <fieldValue name='coneTranslation' value='2.06149 0.99679 -2.08429'/> |
1410 | <fieldValue name='rotation' value='-3.25665 0 6.26904 0.32759'/> |
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.39261'/> |
1419 | <fieldValue name='cylinderTranslation' value='2.16776 0.87899 -1.91177'/> |
1420 | <fieldValue name='coneTranslation' value='2.18427 0.86763 -1.88150'/> |
1421 | <fieldValue name='rotation' value='32.73818 0 -17.85264 1.88902'/> |
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.41199'/> |
1430 | <fieldValue name='cylinderTranslation' value='1.88195 1.61203 2.14256'/> |
1431 | <fieldValue name='coneTranslation' value='1.85337 1.58857 2.16991'/> |
1432 | <fieldValue name='rotation' value='24.50281 -0.00000 25.60233 2.10600'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='1.33042'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.35891 0.85348 -0.66641'/> |
1442 | <fieldValue name='coneTranslation' value='0.80873 1.00040 -0.48945'/> |
1443 | <fieldValue name='rotation' value='46.60216 0 -118.45523 1.27573'/> |
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.20443'/> |
1452 | <fieldValue name='cylinderTranslation' value='1.67767 0.62716 2.50505'/> |
1453 | <fieldValue name='coneTranslation' value='1.73350 0.63711 2.49392'/> |
1454 | <fieldValue name='rotation' value='3.93636 -0.00000 19.74895 1.74391'/> |
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.36972'/> |
1463 | <fieldValue name='cylinderTranslation' value='-0.27180 -2.17451 -1.52031'/> |
1464 | <fieldValue name='coneTranslation' value='-0.24748 -2.17898 -1.51776'/> |
1465 | <fieldValue name='rotation' value='3.79029 0 -36.17319 1.75126'/> |
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.49068'/> |
1474 | <fieldValue name='cylinderTranslation' value='-0.62616 -1.98157 -1.47168'/> |
1475 | <fieldValue name='coneTranslation' value='-0.68651 -1.92600 -1.44817'/> |
1476 | <fieldValue name='rotation' value='13.51691 -0.00000 34.69915 0.86165'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='0.73165'/> |
1485 | <fieldValue name='cylinderTranslation' value='2.12971 1.50598 -1.04853'/> |
1486 | <fieldValue name='coneTranslation' value='1.94892 1.42081 -0.99929'/> |
1487 | <fieldValue name='rotation' value='17.50355 -0.00000 64.26679 1.99740'/> |
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.28220'/> |
1496 | <fieldValue name='cylinderTranslation' value='-0.49565 -2.30930 -2.02960'/> |
1497 | <fieldValue name='coneTranslation' value='-0.47786 -2.31032 -2.03591'/> |
1498 | <fieldValue name='rotation' value='9.41343 -0.00000 26.56053 1.51681'/> |
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.97026'/> |
1507 | <fieldValue name='cylinderTranslation' value='-0.70389 -1.34962 -1.46080'/> |
1508 | <fieldValue name='coneTranslation' value='-0.76807 -1.66608 -1.42280'/> |
1509 | <fieldValue name='rotation' value='11.34215 -0.00000 19.15385 2.91011'/> |
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.80672'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.86998 -0.59840 -1.38995'/> |
1519 | <fieldValue name='coneTranslation' value='-1.02797 -0.43005 -1.31299'/> |
1520 | <fieldValue name='rotation' value='25.51193 -0.00000 52.37199 0.80686'/> |
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.15998'/> |
1529 | <fieldValue name='cylinderTranslation' value='-0.54598 -0.85194 -1.56096'/> |
1530 | <fieldValue name='coneTranslation' value='-0.60814 -0.87743 -1.51750'/> |
1531 | <fieldValue name='rotation' value='-8.68880 0 -12.42757 1.24647'/> |
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.92318'/> |
1540 | <fieldValue name='cylinderTranslation' value='-0.66441 -1.25575 -1.90443'/> |
1541 | <fieldValue name='coneTranslation' value='-0.60137 -0.98832 -1.78009'/> |
1542 | <fieldValue name='rotation' value='38.06202 0 -19.29687 0.48054'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='1.05253'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.37978 1.20077 -0.69721'/> |
1552 | <fieldValue name='coneTranslation' value='1.08149 1.09370 -0.51361'/> |
1553 | <fieldValue name='rotation' value='52.76161 -0.00000 85.71892 1.86745'/> |
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.25832'/> |
1562 | <fieldValue name='cylinderTranslation' value='-0.42903 -2.74651 -0.94014'/> |
1563 | <fieldValue name='coneTranslation' value='-0.39925 -2.74737 -0.93215'/> |
1564 | <fieldValue name='rotation' value='-6.68821 0 24.94126 1.54291'/> |
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.70613'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.70122 -0.54217 -1.79026'/> |
1574 | <fieldValue name='coneTranslation' value='-0.59822 -0.68781 -1.71641'/> |
1575 | <fieldValue name='rotation' value='27.01279 0 -37.67163 2.42546'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.68822'/> |
1584 | <fieldValue name='cylinderTranslation' value='-0.72875 -0.56114 -1.81973'/> |
1585 | <fieldValue name='coneTranslation' value='-0.64271 -0.71378 -1.76322'/> |
1586 | <fieldValue name='rotation' value='21.12046 0 -32.16491 2.54828'/> |
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.06119'/> |
1595 | <fieldValue name='cylinderTranslation' value='-0.49835 -0.81747 -1.62980'/> |
1596 | <fieldValue name='coneTranslation' value='-0.55972 -0.77953 -1.73722'/> |
1597 | <fieldValue name='rotation' value='5.07977 0 -2.90182 1.86842'/> |
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='Vertex'> |
1605 | <fieldValue name='vertexText' value='"2010-01-28-DEFENSE.GOV-TRANSCRIPTS"'/> |
1606 | <fieldValue name='description' value='1: 2010-01-28-DEFENSE.GOV-TRANSCRIPTS'/> |
1607 | <fieldValue name='url'/> |
1608 | <fieldValue name='radius' value='0.1500'/> |
1609 | <fieldValue name='displayMode'/> |
1610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1611 | <fieldValue name='transparency' value='0'/> |
1612 | <fieldValue name='translation' value='-0.26714 -1.76204 -1.71924'/> |
1613 | <fieldValue name='textTranslation' value='-0.11714 -1.76204 -1.71924'/> |
1614 | <fieldValue name='textColor' value='0 0 0'/> |
1615 | </ProtoInstance> |
1616 | <ProtoInstance name='Vertex'> |
1617 | <fieldValue name='vertexText' value='"2010-01-28-FACEBOOK.COM-PHOTO.PHP"'/> |
1618 | <fieldValue name='description' value='2: 2010-01-28-FACEBOOK.COM-PHOTO.PHP'/> |
1619 | <fieldValue name='url'/> |
1620 | <fieldValue name='radius' value='0.1500'/> |
1621 | <fieldValue name='displayMode'/> |
1622 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1623 | <fieldValue name='transparency' value='0'/> |
1624 | <fieldValue name='translation' value='1.56673 1.04304 -1.54208'/> |
1625 | <fieldValue name='textTranslation' value='1.71673 1.04304 -1.54208'/> |
1626 | <fieldValue name='textColor' value='0 0 0'/> |
1627 | </ProtoInstance> |
1628 | <ProtoInstance name='Vertex'> |
1629 | <fieldValue name='vertexText' value='"2010-01-28-MARINES.MIL-UNIT"'/> |
1630 | <fieldValue name='description' value='3: 2010-01-28-MARINES.MIL-UNIT'/> |
1631 | <fieldValue name='url'/> |
1632 | <fieldValue name='radius' value='0.1500'/> |
1633 | <fieldValue name='displayMode'/> |
1634 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | <fieldValue name='translation' value='1.39681 1.57044 1.79793'/> |
1637 | <fieldValue name='textTranslation' value='1.54681 1.57044 1.79793'/> |
1638 | <fieldValue name='textColor' value='0 0 0'/> |
1639 | </ProtoInstance> |
1640 | <ProtoInstance name='Vertex'> |
1641 | <fieldValue name='vertexText' value='"2010-01-28-NAVY.MIL-SEARCH"'/> |
1642 | <fieldValue name='description' value='4: 2010-01-28-NAVY.MIL-SEARCH'/> |
1643 | <fieldValue name='url'/> |
1644 | <fieldValue name='radius' value='0.1500'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1647 | <fieldValue name='transparency' value='0'/> |
1648 | <fieldValue name='translation' value='-0.65658 0.21016 -1.46742'/> |
1649 | <fieldValue name='textTranslation' value='-0.50658 0.21016 -1.46742'/> |
1650 | <fieldValue name='textColor' value='0 0 0'/> |
1651 | </ProtoInstance> |
1652 | <ProtoInstance name='Vertex'> |
1653 | <fieldValue name='vertexText' value=' "Haiti/2010-01-28/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-28.simple" '/> |
1654 | <fieldValue name='description' value='5: Haiti/2010-01-28/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-28.simple'/> |
1655 | <fieldValue name='url'/> |
1656 | <fieldValue name='radius' value='0.1500'/> |
1657 | <fieldValue name='displayMode'/> |
1658 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1659 | <fieldValue name='transparency' value='0'/> |
1660 | <fieldValue name='translation' value='-2.74788 2.53965 0.04322'/> |
1661 | <fieldValue name='textTranslation' value='-2.59788 2.53965 0.04322'/> |
1662 | <fieldValue name='textColor' value='0 0 0'/> |
1663 | </ProtoInstance> |
1664 | <ProtoInstance name='Vertex'> |
1665 | <fieldValue name='vertexText' value='"assess"'/> |
1666 | <fieldValue name='description' value='6: assess'/> |
1667 | <fieldValue name='url'/> |
1668 | <fieldValue name='radius' value='0.1500'/> |
1669 | <fieldValue name='displayMode'/> |
1670 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1671 | <fieldValue name='transparency' value='0'/> |
1672 | <fieldValue name='translation' value='1.40958 1.27962 2.36940'/> |
1673 | <fieldValue name='textTranslation' value='1.55958 1.27962 2.36940'/> |
1674 | <fieldValue name='textColor' value='0 0 0'/> |
1675 | </ProtoInstance> |
1676 | <ProtoInstance name='Vertex'> |
1677 | <fieldValue name='vertexText' value='"authorities"'/> |
1678 | <fieldValue name='description' value='7: authorities'/> |
1679 | <fieldValue name='url'/> |
1680 | <fieldValue name='radius' value='0.1500'/> |
1681 | <fieldValue name='displayMode'/> |
1682 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1683 | <fieldValue name='transparency' value='0'/> |
1684 | <fieldValue name='translation' value='-1.44404 0.24249 -1.34899'/> |
1685 | <fieldValue name='textTranslation' value='-1.29404 0.24249 -1.34899'/> |
1686 | <fieldValue name='textColor' value='0 0 0'/> |
1687 | </ProtoInstance> |
1688 | <ProtoInstance name='Vertex'> |
1689 | <fieldValue name='vertexText' value='"availability"'/> |
1690 | <fieldValue name='description' value='8: availability'/> |
1691 | <fieldValue name='url'/> |
1692 | <fieldValue name='radius' value='0.1500'/> |
1693 | <fieldValue name='displayMode'/> |
1694 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1695 | <fieldValue name='transparency' value='0'/> |
1696 | <fieldValue name='translation' value='1.43549 2.07374 2.13835'/> |
1697 | <fieldValue name='textTranslation' value='1.58549 2.07374 2.13835'/> |
1698 | <fieldValue name='textColor' value='0 0 0'/> |
1699 | </ProtoInstance> |
1700 | <ProtoInstance name='Vertex'> |
1701 | <fieldValue name='vertexText' value='"base"'/> |
1702 | <fieldValue name='description' value='9: base'/> |
1703 | <fieldValue name='url'/> |
1704 | <fieldValue name='radius' value='0.1500'/> |
1705 | <fieldValue name='displayMode'/> |
1706 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1707 | <fieldValue name='transparency' value='0'/> |
1708 | <fieldValue name='translation' value='1.71582 1.71201 -1.63929'/> |
1709 | <fieldValue name='textTranslation' value='1.86582 1.71201 -1.63929'/> |
1710 | <fieldValue name='textColor' value='0 0 0'/> |
1711 | </ProtoInstance> |
1712 | <ProtoInstance name='Vertex'> |
1713 | <fieldValue name='vertexText' value='"briefing"'/> |
1714 | <fieldValue name='description' value='10: briefing'/> |
1715 | <fieldValue name='url'/> |
1716 | <fieldValue name='radius' value='0.1500'/> |
1717 | <fieldValue name='displayMode'/> |
1718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1719 | <fieldValue name='transparency' value='0'/> |
1720 | <fieldValue name='translation' value='0.30214 -2.30657 -1.71923'/> |
1721 | <fieldValue name='textTranslation' value='0.45214 -2.30657 -1.71923'/> |
1722 | <fieldValue name='textColor' value='0 0 0'/> |
1723 | </ProtoInstance> |
1724 | <ProtoInstance name='Vertex'> |
1725 | <fieldValue name='vertexText' value='"civil"'/> |
1726 | <fieldValue name='description' value='11: civil'/> |
1727 | <fieldValue name='url'/> |
1728 | <fieldValue name='radius' value='0.1500'/> |
1729 | <fieldValue name='displayMode'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1731 | <fieldValue name='transparency' value='0'/> |
1732 | <fieldValue name='translation' value='-1.32185 0.49822 -1.33153'/> |
1733 | <fieldValue name='textTranslation' value='-1.17185 0.49822 -1.33153'/> |
1734 | <fieldValue name='textColor' value='0 0 0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Vertex'> |
1737 | <fieldValue name='vertexText' value='"class"'/> |
1738 | <fieldValue name='description' value='12: class'/> |
1739 | <fieldValue name='url'/> |
1740 | <fieldValue name='radius' value='0.1500'/> |
1741 | <fieldValue name='displayMode'/> |
1742 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1743 | <fieldValue name='transparency' value='0'/> |
1744 | <fieldValue name='translation' value='1.88666 -0.08194 -1.97923'/> |
1745 | <fieldValue name='textTranslation' value='2.03666 -0.08194 -1.97923'/> |
1746 | <fieldValue name='textColor' value='0 0 0'/> |
1747 | </ProtoInstance> |
1748 | <ProtoInstance name='Vertex'> |
1749 | <fieldValue name='vertexText' value='"cleared"'/> |
1750 | <fieldValue name='description' value='13: cleared'/> |
1751 | <fieldValue name='url'/> |
1752 | <fieldValue name='radius' value='0.1500'/> |
1753 | <fieldValue name='displayMode'/> |
1754 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1755 | <fieldValue name='transparency' value='0'/> |
1756 | <fieldValue name='translation' value='1.27019 2.75011 1.73740'/> |
1757 | <fieldValue name='textTranslation' value='1.42019 2.75011 1.73740'/> |
1758 | <fieldValue name='textColor' value='0 0 0'/> |
1759 | </ProtoInstance> |
1760 | <ProtoInstance name='Vertex'> |
1761 | <fieldValue name='vertexText' value='"coast"'/> |
1762 | <fieldValue name='description' value='14: coast'/> |
1763 | <fieldValue name='url'/> |
1764 | <fieldValue name='radius' value='0.1500'/> |
1765 | <fieldValue name='displayMode'/> |
1766 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | <fieldValue name='translation' value='0.66872 0.92322 -1.70676'/> |
1769 | <fieldValue name='textTranslation' value='0.81872 0.92322 -1.70676'/> |
1770 | <fieldValue name='textColor' value='0 0 0'/> |
1771 | </ProtoInstance> |
1772 | <ProtoInstance name='Vertex'> |
1773 | <fieldValue name='vertexText' value='"command"'/> |
1774 | <fieldValue name='description' value='15: command'/> |
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='-1.68173 0.84570 -1.90559'/> |
1781 | <fieldValue name='textTranslation' value='-1.53173 0.84570 -1.90559'/> |
1782 | <fieldValue name='textColor' value='0 0 0'/> |
1783 | </ProtoInstance> |
1784 | <ProtoInstance name='Vertex'> |
1785 | <fieldValue name='vertexText' value='"commander"'/> |
1786 | <fieldValue name='description' value='16: commander'/> |
1787 | <fieldValue name='url'/> |
1788 | <fieldValue name='radius' value='0.1500'/> |
1789 | <fieldValue name='displayMode'/> |
1790 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1791 | <fieldValue name='transparency' value='0'/> |
1792 | <fieldValue name='translation' value='-0.10236 -2.35207 -2.74835'/> |
1793 | <fieldValue name='textTranslation' value='0.04764 -2.35207 -2.74835'/> |
1794 | <fieldValue name='textColor' value='0 0 0'/> |
1795 | </ProtoInstance> |
1796 | <ProtoInstance name='Vertex'> |
1797 | <fieldValue name='vertexText' value='"communication"'/> |
1798 | <fieldValue name='description' value='17: communication'/> |
1799 | <fieldValue name='url'/> |
1800 | <fieldValue name='radius' value='0.1500'/> |
1801 | <fieldValue name='displayMode'/> |
1802 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1803 | <fieldValue name='transparency' value='0'/> |
1804 | <fieldValue name='translation' value='-0.92300 0.77344 -1.06448'/> |
1805 | <fieldValue name='textTranslation' value='-0.77300 0.77344 -1.06448'/> |
1806 | <fieldValue name='textColor' value='0 0 0'/> |
1807 | </ProtoInstance> |
1808 | <ProtoInstance name='Vertex'> |
1809 | <fieldValue name='vertexText' value='"content"'/> |
1810 | <fieldValue name='description' value='18: content'/> |
1811 | <fieldValue name='url'/> |
1812 | <fieldValue name='radius' value='0.1500'/> |
1813 | <fieldValue name='displayMode'/> |
1814 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1815 | <fieldValue name='transparency' value='0'/> |
1816 | <fieldValue name='translation' value='-1.22140 0.18498 -0.86994'/> |
1817 | <fieldValue name='textTranslation' value='-1.07140 0.18498 -0.86994'/> |
1818 | <fieldValue name='textColor' value='0 0 0'/> |
1819 | </ProtoInstance> |
1820 | <ProtoInstance name='Vertex'> |
1821 | <fieldValue name='vertexText' value='"corps"'/> |
1822 | <fieldValue name='description' value='19: corps'/> |
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='1.30871 1.45608 0.97846'/> |
1829 | <fieldValue name='textTranslation' value='1.45871 1.45608 0.97846'/> |
1830 | <fieldValue name='textColor' value='0 0 0'/> |
1831 | </ProtoInstance> |
1832 | <ProtoInstance name='Vertex'> |
1833 | <fieldValue name='vertexText' value='"credit"'/> |
1834 | <fieldValue name='description' value='20: credit'/> |
1835 | <fieldValue name='url'/> |
1836 | <fieldValue name='radius' value='0.1500'/> |
1837 | <fieldValue name='displayMode'/> |
1838 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1839 | <fieldValue name='transparency' value='0'/> |
1840 | <fieldValue name='translation' value='2.05615 2.53810 1.68021'/> |
1841 | <fieldValue name='textTranslation' value='2.20615 2.53810 1.68021'/> |
1842 | <fieldValue name='textColor' value='0 0 0'/> |
1843 | </ProtoInstance> |
1844 | <ProtoInstance name='Vertex'> |
1845 | <fieldValue name='vertexText' value='"david"'/> |
1846 | <fieldValue name='description' value='21: david'/> |
1847 | <fieldValue name='url'/> |
1848 | <fieldValue name='radius' value='0.1500'/> |
1849 | <fieldValue name='displayMode'/> |
1850 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1851 | <fieldValue name='transparency' value='0'/> |
1852 | <fieldValue name='translation' value='1.02771 -0.54182 -1.80404'/> |
1853 | <fieldValue name='textTranslation' value='1.17771 -0.54182 -1.80404'/> |
1854 | <fieldValue name='textColor' value='0 0 0'/> |
1855 | </ProtoInstance> |
1856 | <ProtoInstance name='Vertex'> |
1857 | <fieldValue name='vertexText' value='"devastated"'/> |
1858 | <fieldValue name='description' value='22: devastated'/> |
1859 | <fieldValue name='url'/> |
1860 | <fieldValue name='radius' value='0.1500'/> |
1861 | <fieldValue name='displayMode'/> |
1862 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1863 | <fieldValue name='transparency' value='0'/> |
1864 | <fieldValue name='translation' value='2.74788 1.11968 -1.89885'/> |
1865 | <fieldValue name='textTranslation' value='2.89788 1.11968 -1.89885'/> |
1866 | <fieldValue name='textColor' value='0 0 0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Vertex'> |
1869 | <fieldValue name='vertexText' value='"domain"'/> |
1870 | <fieldValue name='description' value='23: domain'/> |
1871 | <fieldValue name='url'/> |
1872 | <fieldValue name='radius' value='0.1500'/> |
1873 | <fieldValue name='displayMode'/> |
1874 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1875 | <fieldValue name='transparency' value='0'/> |
1876 | <fieldValue name='translation' value='0.61793 2.43649 2.07381'/> |
1877 | <fieldValue name='textTranslation' value='0.76793 2.43649 2.07381'/> |
1878 | <fieldValue name='textColor' value='0 0 0'/> |
1879 | </ProtoInstance> |
1880 | <ProtoInstance name='Vertex'> |
1881 | <fieldValue name='vertexText' value='"douglas"'/> |
1882 | <fieldValue name='description' value='24: douglas'/> |
1883 | <fieldValue name='url'/> |
1884 | <fieldValue name='radius' value='0.1500'/> |
1885 | <fieldValue name='displayMode'/> |
1886 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1887 | <fieldValue name='transparency' value='0'/> |
1888 | <fieldValue name='translation' value='0.40033 -2.51800 -2.29491'/> |
1889 | <fieldValue name='textTranslation' value='0.55033 -2.51800 -2.29491'/> |
1890 | <fieldValue name='textColor' value='0 0 0'/> |
1891 | </ProtoInstance> |
1892 | <ProtoInstance name='Vertex'> |
1893 | <fieldValue name='vertexText' value='"families"'/> |
1894 | <fieldValue name='description' value='25: families'/> |
1895 | <fieldValue name='url'/> |
1896 | <fieldValue name='radius' value='0.1500'/> |
1897 | <fieldValue name='displayMode'/> |
1898 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | <fieldValue name='translation' value='1.18600 1.28126 -1.93335'/> |
1901 | <fieldValue name='textTranslation' value='1.33600 1.28126 -1.93335'/> |
1902 | <fieldValue name='textColor' value='0 0 0'/> |
1903 | </ProtoInstance> |
1904 | <ProtoInstance name='Vertex'> |
1905 | <fieldValue name='vertexText' value='"fan"'/> |
1906 | <fieldValue name='description' value='26: fan'/> |
1907 | <fieldValue name='url'/> |
1908 | <fieldValue name='radius' value='0.1500'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1911 | <fieldValue name='transparency' value='0'/> |
1912 | <fieldValue name='translation' value='2.09887 1.89960 -2.26842'/> |
1913 | <fieldValue name='textTranslation' value='2.24887 1.89960 -2.26842'/> |
1914 | <fieldValue name='textColor' value='0 0 0'/> |
1915 | </ProtoInstance> |
1916 | <ProtoInstance name='Vertex'> |
1917 | <fieldValue name='vertexText' value='"florida"'/> |
1918 | <fieldValue name='description' value='27: florida'/> |
1919 | <fieldValue name='url'/> |
1920 | <fieldValue name='radius' value='0.1500'/> |
1921 | <fieldValue name='displayMode'/> |
1922 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1923 | <fieldValue name='transparency' value='0'/> |
1924 | <fieldValue name='translation' value='-0.65665 -2.34835 -1.54876'/> |
1925 | <fieldValue name='textTranslation' value='-0.50665 -2.34835 -1.54876'/> |
1926 | <fieldValue name='textColor' value='0 0 0'/> |
1927 | </ProtoInstance> |
1928 | <ProtoInstance name='Vertex'> |
1929 | <fieldValue name='vertexText' value='"food"'/> |
1930 | <fieldValue name='description' value='28: food'/> |
1931 | <fieldValue name='url'/> |
1932 | <fieldValue name='radius' value='0.1500'/> |
1933 | <fieldValue name='displayMode'/> |
1934 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1935 | <fieldValue name='transparency' value='0'/> |
1936 | <fieldValue name='translation' value='0.92332 1.66142 2.25882'/> |
1937 | <fieldValue name='textTranslation' value='1.07332 1.66142 2.25882'/> |
1938 | <fieldValue name='textColor' value='0 0 0'/> |
1939 | </ProtoInstance> |
1940 | <ProtoInstance name='Vertex'> |
1941 | <fieldValue name='vertexText' value='"general"'/> |
1942 | <fieldValue name='description' value='29: general'/> |
1943 | <fieldValue name='url'/> |
1944 | <fieldValue name='radius' value='0.1500'/> |
1945 | <fieldValue name='displayMode'/> |
1946 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1947 | <fieldValue name='transparency' value='0'/> |
1948 | <fieldValue name='translation' value='-0.02962 -2.11233 -2.02832'/> |
1949 | <fieldValue name='textTranslation' value='0.12038 -2.11233 -2.02832'/> |
1950 | <fieldValue name='textColor' value='0 0 0'/> |
1951 | </ProtoInstance> |
1952 | <ProtoInstance name='Vertex'> |
1953 | <fieldValue name='vertexText' value='"give"'/> |
1954 | <fieldValue name='description' value='30: give'/> |
1955 | <fieldValue name='url'/> |
1956 | <fieldValue name='radius' value='0.1500'/> |
1957 | <fieldValue name='displayMode'/> |
1958 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1959 | <fieldValue name='transparency' value='0'/> |
1960 | <fieldValue name='translation' value='2.48513 1.16007 2.11927'/> |
1961 | <fieldValue name='textTranslation' value='2.63513 1.16007 2.11927'/> |
1962 | <fieldValue name='textColor' value='0 0 0'/> |
1963 | </ProtoInstance> |
1964 | <ProtoInstance name='Vertex'> |
1965 | <fieldValue name='vertexText' value='"group"'/> |
1966 | <fieldValue name='description' value='31: group'/> |
1967 | <fieldValue name='url'/> |
1968 | <fieldValue name='radius' value='0.1500'/> |
1969 | <fieldValue name='displayMode'/> |
1970 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1971 | <fieldValue name='transparency' value='0'/> |
1972 | <fieldValue name='translation' value='2.45826 1.88715 1.98967'/> |
1973 | <fieldValue name='textTranslation' value='2.60826 1.88715 1.98967'/> |
1974 | <fieldValue name='textColor' value='0 0 0'/> |
1975 | </ProtoInstance> |
1976 | <ProtoInstance name='Vertex'> |
1977 | <fieldValue name='vertexText' value='"guard"'/> |
1978 | <fieldValue name='description' value='32: guard'/> |
1979 | <fieldValue name='url'/> |
1980 | <fieldValue name='radius' value='0.1500'/> |
1981 | <fieldValue name='displayMode'/> |
1982 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1983 | <fieldValue name='transparency' value='0'/> |
1984 | <fieldValue name='translation' value='1.40935 1.21291 -1.39254'/> |
1985 | <fieldValue name='textTranslation' value='1.55935 1.21291 -1.39254'/> |
1986 | <fieldValue name='textColor' value='0 0 0'/> |
1987 | </ProtoInstance> |
1988 | <ProtoInstance name='Vertex'> |
1989 | <fieldValue name='vertexText' value='"hit"'/> |
1990 | <fieldValue name='description' value='33: hit'/> |
1991 | <fieldValue name='url'/> |
1992 | <fieldValue name='radius' value='0.1500'/> |
1993 | <fieldValue name='displayMode'/> |
1994 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1995 | <fieldValue name='transparency' value='0'/> |
1996 | <fieldValue name='translation' value='-0.94437 0.80549 -1.82293'/> |
1997 | <fieldValue name='textTranslation' value='-0.79437 0.80549 -1.82293'/> |
1998 | <fieldValue name='textColor' value='0 0 0'/> |
1999 | </ProtoInstance> |
2000 | <ProtoInstance name='Vertex'> |
2001 | <fieldValue name='vertexText' value='"home"'/> |
2002 | <fieldValue name='description' value='34: home'/> |
2003 | <fieldValue name='url'/> |
2004 | <fieldValue name='radius' value='0.1500'/> |
2005 | <fieldValue name='displayMode'/> |
2006 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2007 | <fieldValue name='transparency' value='0'/> |
2008 | <fieldValue name='translation' value='1.77419 1.69996 -1.82419'/> |
2009 | <fieldValue name='textTranslation' value='1.92419 1.69996 -1.82419'/> |
2010 | <fieldValue name='textColor' value='0 0 0'/> |
2011 | </ProtoInstance> |
2012 | <ProtoInstance name='Vertex'> |
2013 | <fieldValue name='vertexText' value='"homeless"'/> |
2014 | <fieldValue name='description' value='35: homeless'/> |
2015 | <fieldValue name='url'/> |
2016 | <fieldValue name='radius' value='0.1500'/> |
2017 | <fieldValue name='displayMode'/> |
2018 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2019 | <fieldValue name='transparency' value='0'/> |
2020 | <fieldValue name='translation' value='2.25988 1.17004 -1.81511'/> |
2021 | <fieldValue name='textTranslation' value='2.40988 1.17004 -1.81511'/> |
2022 | <fieldValue name='textColor' value='0 0 0'/> |
2023 | </ProtoInstance> |
2024 | <ProtoInstance name='Vertex'> |
2025 | <fieldValue name='vertexText' value='"hospital"'/> |
2026 | <fieldValue name='description' value='36: hospital'/> |
2027 | <fieldValue name='url'/> |
2028 | <fieldValue name='radius' value='0.1500'/> |
2029 | <fieldValue name='displayMode'/> |
2030 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | <fieldValue name='translation' value='-1.30708 0.45815 -1.88536'/> |
2033 | <fieldValue name='textTranslation' value='-1.15708 0.45815 -1.88536'/> |
2034 | <fieldValue name='textColor' value='0 0 0'/> |
2035 | </ProtoInstance> |
2036 | <ProtoInstance name='Vertex'> |
2037 | <fieldValue name='vertexText' value='"huge"'/> |
2038 | <fieldValue name='description' value='37: huge'/> |
2039 | <fieldValue name='url'/> |
2040 | <fieldValue name='radius' value='0.1500'/> |
2041 | <fieldValue name='displayMode'/> |
2042 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2043 | <fieldValue name='transparency' value='0'/> |
2044 | <fieldValue name='translation' value='2.12190 1.68554 -2.45396'/> |
2045 | <fieldValue name='textTranslation' value='2.27190 1.68554 -2.45396'/> |
2046 | <fieldValue name='textColor' value='0 0 0'/> |
2047 | </ProtoInstance> |
2048 | <ProtoInstance name='Vertex'> |
2049 | <fieldValue name='vertexText' value='"improve"'/> |
2050 | <fieldValue name='description' value='38: improve'/> |
2051 | <fieldValue name='url'/> |
2052 | <fieldValue name='radius' value='0.1500'/> |
2053 | <fieldValue name='displayMode'/> |
2054 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2055 | <fieldValue name='transparency' value='0'/> |
2056 | <fieldValue name='translation' value='-1.17018 0.68454 -2.55005'/> |
2057 | <fieldValue name='textTranslation' value='-1.02018 0.68454 -2.55005'/> |
2058 | <fieldValue name='textColor' value='0 0 0'/> |
2059 | </ProtoInstance> |
2060 | <ProtoInstance name='Vertex'> |
2061 | <fieldValue name='vertexText' value='"infrastructure"'/> |
2062 | <fieldValue name='description' value='39: infrastructure'/> |
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.59452 2.14139 1.98700'/> |
2069 | <fieldValue name='textTranslation' value='1.74452 2.14139 1.98700'/> |
2070 | <fieldValue name='textColor' value='0 0 0'/> |
2071 | </ProtoInstance> |
2072 | <ProtoInstance name='Vertex'> |
2073 | <fieldValue name='vertexText' value='"joining"'/> |
2074 | <fieldValue name='description' value='40: joining'/> |
2075 | <fieldValue name='url'/> |
2076 | <fieldValue name='radius' value='0.1500'/> |
2077 | <fieldValue name='displayMode'/> |
2078 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2079 | <fieldValue name='transparency' value='0'/> |
2080 | <fieldValue name='translation' value='0.22123 -2.73795 -1.22138'/> |
2081 | <fieldValue name='textTranslation' value='0.37123 -2.73795 -1.22138'/> |
2082 | <fieldValue name='textColor' value='0 0 0'/> |
2083 | </ProtoInstance> |
2084 | <ProtoInstance name='Vertex'> |
2085 | <fieldValue name='vertexText' value='"killed"'/> |
2086 | <fieldValue name='description' value='41: killed'/> |
2087 | <fieldValue name='url'/> |
2088 | <fieldValue name='radius' value='0.1500'/> |
2089 | <fieldValue name='displayMode'/> |
2090 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2091 | <fieldValue name='transparency' value='0'/> |
2092 | <fieldValue name='translation' value='2.30991 0.85772 -1.48911'/> |
2093 | <fieldValue name='textTranslation' value='2.45991 0.85772 -1.48911'/> |
2094 | <fieldValue name='textColor' value='0 0 0'/> |
2095 | </ProtoInstance> |
2096 | <ProtoInstance name='Vertex'> |
2097 | <fieldValue name='vertexText' value='"left"'/> |
2098 | <fieldValue name='description' value='42: left'/> |
2099 | <fieldValue name='url'/> |
2100 | <fieldValue name='radius' value='0.1500'/> |
2101 | <fieldValue name='displayMode'/> |
2102 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2103 | <fieldValue name='transparency' value='0'/> |
2104 | <fieldValue name='translation' value='2.07850 0.94040 -2.07546'/> |
2105 | <fieldValue name='textTranslation' value='2.22850 0.94040 -2.07546'/> |
2106 | <fieldValue name='textColor' value='0 0 0'/> |
2107 | </ProtoInstance> |
2108 | <ProtoInstance name='Vertex'> |
2109 | <fieldValue name='vertexText' value='"magnitude"'/> |
2110 | <fieldValue name='description' value='43: magnitude'/> |
2111 | <fieldValue name='url'/> |
2112 | <fieldValue name='radius' value='0.1500'/> |
2113 | <fieldValue name='displayMode'/> |
2114 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2115 | <fieldValue name='transparency' value='0'/> |
2116 | <fieldValue name='translation' value='0.45089 0.66175 -1.58139'/> |
2117 | <fieldValue name='textTranslation' value='0.60089 0.66175 -1.58139'/> |
2118 | <fieldValue name='textColor' value='0 0 0'/> |
2119 | </ProtoInstance> |
2120 | <ProtoInstance name='Vertex'> |
2121 | <fieldValue name='vertexText' value='"marine"'/> |
2122 | <fieldValue name='description' value='44: marine'/> |
2123 | <fieldValue name='url'/> |
2124 | <fieldValue name='radius' value='0.1500'/> |
2125 | <fieldValue name='displayMode'/> |
2126 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2127 | <fieldValue name='transparency' value='0'/> |
2128 | <fieldValue name='translation' value='1.73506 1.76833 1.39275'/> |
2129 | <fieldValue name='textTranslation' value='1.88506 1.76833 1.39275'/> |
2130 | <fieldValue name='textColor' value='0 0 0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Vertex'> |
2133 | <fieldValue name='vertexText' value='"marines"'/> |
2134 | <fieldValue name='description' value='45: marines'/> |
2135 | <fieldValue name='url'/> |
2136 | <fieldValue name='radius' value='0.1500'/> |
2137 | <fieldValue name='displayMode'/> |
2138 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2139 | <fieldValue name='transparency' value='0'/> |
2140 | <fieldValue name='translation' value='2.00996 1.71710 2.02004'/> |
2141 | <fieldValue name='textTranslation' value='2.15996 1.71710 2.02004'/> |
2142 | <fieldValue name='textColor' value='0 0 0'/> |
2143 | </ProtoInstance> |
2144 | <ProtoInstance name='Vertex'> |
2145 | <fieldValue name='vertexText' value='"mass"'/> |
2146 | <fieldValue name='description' value='46: mass'/> |
2147 | <fieldValue name='url'/> |
2148 | <fieldValue name='radius' value='0.1500'/> |
2149 | <fieldValue name='displayMode'/> |
2150 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2151 | <fieldValue name='transparency' value='0'/> |
2152 | <fieldValue name='translation' value='-0.23337 0.66004 -0.89942'/> |
2153 | <fieldValue name='textTranslation' value='-0.08337 0.66004 -0.89942'/> |
2154 | <fieldValue name='textColor' value='0 0 0'/> |
2155 | </ProtoInstance> |
2156 | <ProtoInstance name='Vertex'> |
2157 | <fieldValue name='vertexText' value='"medical"'/> |
2158 | <fieldValue name='description' value='47: medical'/> |
2159 | <fieldValue name='url'/> |
2160 | <fieldValue name='radius' value='0.1500'/> |
2161 | <fieldValue name='displayMode'/> |
2162 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | <fieldValue name='translation' value='1.77642 0.64476 2.48537'/> |
2165 | <fieldValue name='textTranslation' value='1.92642 0.64476 2.48537'/> |
2166 | <fieldValue name='textColor' value='0 0 0'/> |
2167 | </ProtoInstance> |
2168 | <ProtoInstance name='Vertex'> |
2169 | <fieldValue name='vertexText' value='"miami"'/> |
2170 | <fieldValue name='description' value='48: miami'/> |
2171 | <fieldValue name='url'/> |
2172 | <fieldValue name='radius' value='0.1500'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2175 | <fieldValue name='transparency' value='0'/> |
2176 | <fieldValue name='translation' value='-0.45267 -2.14133 -1.53926'/> |
2177 | <fieldValue name='textTranslation' value='-0.30267 -2.14133 -1.53926'/> |
2178 | <fieldValue name='textColor' value='0 0 0'/> |
2179 | </ProtoInstance> |
2180 | <ProtoInstance name='Vertex'> |
2181 | <fieldValue name='vertexText' value='"millions"'/> |
2182 | <fieldValue name='description' value='49: millions'/> |
2183 | <fieldValue name='url'/> |
2184 | <fieldValue name='radius' value='0.1500'/> |
2185 | <fieldValue name='displayMode'/> |
2186 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2187 | <fieldValue name='transparency' value='0'/> |
2188 | <fieldValue name='translation' value='2.01581 1.14829 -2.10803'/> |
2189 | <fieldValue name='textTranslation' value='2.16581 1.14829 -2.10803'/> |
2190 | <fieldValue name='textColor' value='0 0 0'/> |
2191 | </ProtoInstance> |
2192 | <ProtoInstance name='Vertex'> |
2193 | <fieldValue name='vertexText' value='"morning"'/> |
2194 | <fieldValue name='description' value='50: morning'/> |
2195 | <fieldValue name='url'/> |
2196 | <fieldValue name='radius' value='0.1500'/> |
2197 | <fieldValue name='displayMode'/> |
2198 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2199 | <fieldValue name='transparency' value='0'/> |
2200 | <fieldValue name='translation' value='-0.09093 -2.20769 -1.50136'/> |
2201 | <fieldValue name='textTranslation' value='0.05907 -2.20769 -1.50136'/> |
2202 | <fieldValue name='textColor' value='0 0 0'/> |
2203 | </ProtoInstance> |
2204 | <ProtoInstance name='Vertex'> |
2205 | <fieldValue name='vertexText' value='"multitude"'/> |
2206 | <fieldValue name='description' value='51: multitude'/> |
2207 | <fieldValue name='url'/> |
2208 | <fieldValue name='radius' value='0.1500'/> |
2209 | <fieldValue name='displayMode'/> |
2210 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2211 | <fieldValue name='transparency' value='0'/> |
2212 | <fieldValue name='translation' value='1.17332 1.01215 2.74835'/> |
2213 | <fieldValue name='textTranslation' value='1.32332 1.01215 2.74835'/> |
2214 | <fieldValue name='textColor' value='0 0 0'/> |
2215 | </ProtoInstance> |
2216 | <ProtoInstance name='Vertex'> |
2217 | <fieldValue name='vertexText' value='"naval"'/> |
2218 | <fieldValue name='description' value='52: naval'/> |
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='-1.67778 0.16220 -0.57942'/> |
2225 | <fieldValue name='textTranslation' value='-1.52778 0.16220 -0.57942'/> |
2226 | <fieldValue name='textColor' value='0 0 0'/> |
2227 | </ProtoInstance> |
2228 | <ProtoInstance name='Vertex'> |
2229 | <fieldValue name='vertexText' value='"news"'/> |
2230 | <fieldValue name='description' value='53: news'/> |
2231 | <fieldValue name='url'/> |
2232 | <fieldValue name='radius' value='0.1500'/> |
2233 | <fieldValue name='displayMode'/> |
2234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2235 | <fieldValue name='transparency' value='0'/> |
2236 | <fieldValue name='translation' value='0.62137 -2.65010 -1.68079'/> |
2237 | <fieldValue name='textTranslation' value='0.77137 -2.65010 -1.68079'/> |
2238 | <fieldValue name='textColor' value='0 0 0'/> |
2239 | </ProtoInstance> |
2240 | <ProtoInstance name='Vertex'> |
2241 | <fieldValue name='vertexText' value='"officer"'/> |
2242 | <fieldValue name='description' value='54: officer'/> |
2243 | <fieldValue name='url'/> |
2244 | <fieldValue name='radius' value='0.1500'/> |
2245 | <fieldValue name='displayMode'/> |
2246 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2247 | <fieldValue name='transparency' value='0'/> |
2248 | <fieldValue name='translation' value='2.45104 1.65735 -1.13605'/> |
2249 | <fieldValue name='textTranslation' value='2.60104 1.65735 -1.13605'/> |
2250 | <fieldValue name='textColor' value='0 0 0'/> |
2251 | </ProtoInstance> |
2252 | <ProtoInstance name='Vertex'> |
2253 | <fieldValue name='vertexText' value='"opening"'/> |
2254 | <fieldValue name='description' value='55: opening'/> |
2255 | <fieldValue name='url'/> |
2256 | <fieldValue name='radius' value='0.1500'/> |
2257 | <fieldValue name='displayMode'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='transparency' value='0'/> |
2260 | <fieldValue name='translation' value='-0.36284 -2.31692 -2.07667'/> |
2261 | <fieldValue name='textTranslation' value='-0.21284 -2.31692 -2.07667'/> |
2262 | <fieldValue name='textColor' value='0 0 0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Vertex'> |
2265 | <fieldValue name='vertexText' value='"operates"'/> |
2266 | <fieldValue name='description' value='56: operates'/> |
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.16099 1.09505 -2.15949'/> |
2273 | <fieldValue name='textTranslation' value='-0.01099 1.09505 -2.15949'/> |
2274 | <fieldValue name='textColor' value='0 0 0'/> |
2275 | </ProtoInstance> |
2276 | <ProtoInstance name='Vertex'> |
2277 | <fieldValue name='vertexText' value='"operation"'/> |
2278 | <fieldValue name='description' value='57: operation'/> |
2279 | <fieldValue name='url'/> |
2280 | <fieldValue name='radius' value='0.1500'/> |
2281 | <fieldValue name='displayMode'/> |
2282 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2283 | <fieldValue name='transparency' value='0'/> |
2284 | <fieldValue name='translation' value='-0.60812 -0.87743 -1.51751'/> |
2285 | <fieldValue name='textTranslation' value='-0.45812 -0.87743 -1.51751'/> |
2286 | <fieldValue name='textColor' value='0 0 0'/> |
2287 | </ProtoInstance> |
2288 | <ProtoInstance name='Vertex'> |
2289 | <fieldValue name='vertexText' value='"operational"'/> |
2290 | <fieldValue name='description' value='58: operational'/> |
2291 | <fieldValue name='url'/> |
2292 | <fieldValue name='radius' value='0.1500'/> |
2293 | <fieldValue name='displayMode'/> |
2294 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | <fieldValue name='translation' value='-0.79966 -1.82181 -1.40409'/> |
2297 | <fieldValue name='textTranslation' value='-0.64966 -1.82181 -1.40409'/> |
2298 | <fieldValue name='textColor' value='0 0 0'/> |
2299 | </ProtoInstance> |
2300 | <ProtoInstance name='Vertex'> |
2301 | <fieldValue name='vertexText' value='"participating"'/> |
2302 | <fieldValue name='description' value='59: participating'/> |
2303 | <fieldValue name='url'/> |
2304 | <fieldValue name='radius' value='0.1500'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2307 | <fieldValue name='transparency' value='0'/> |
2308 | <fieldValue name='translation' value='-1.13184 -0.31936 -1.26239'/> |
2309 | <fieldValue name='textTranslation' value='-0.98184 -0.31936 -1.26239'/> |
2310 | <fieldValue name='textColor' value='0 0 0'/> |
2311 | </ProtoInstance> |
2312 | <ProtoInstance name='Vertex'> |
2313 | <fieldValue name='vertexText' value='"people"'/> |
2314 | <fieldValue name='description' value='60: people'/> |
2315 | <fieldValue name='url'/> |
2316 | <fieldValue name='radius' value='0.1500'/> |
2317 | <fieldValue name='displayMode'/> |
2318 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2319 | <fieldValue name='transparency' value='0'/> |
2320 | <fieldValue name='translation' value='-0.76090 -1.66506 -2.09474'/> |
2321 | <fieldValue name='textTranslation' value='-0.61090 -1.66506 -2.09474'/> |
2322 | <fieldValue name='textColor' value='0 0 0'/> |
2323 | </ProtoInstance> |
2324 | <ProtoInstance name='Vertex'> |
2325 | <fieldValue name='vertexText' value='"petty"'/> |
2326 | <fieldValue name='description' value='61: petty'/> |
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='1.80838 1.35461 -0.96102'/> |
2333 | <fieldValue name='textTranslation' value='1.95838 1.35461 -0.96102'/> |
2334 | <fieldValue name='textColor' value='0 0 0'/> |
2335 | </ProtoInstance> |
2336 | <ProtoInstance name='Vertex'> |
2337 | <fieldValue name='vertexText' value='"photo"'/> |
2338 | <fieldValue name='description' value='62: photo'/> |
2339 | <fieldValue name='url'/> |
2340 | <fieldValue name='radius' value='0.1500'/> |
2341 | <fieldValue name='displayMode'/> |
2342 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2343 | <fieldValue name='transparency' value='0'/> |
2344 | <fieldValue name='translation' value='0.95119 1.04693 -0.43340'/> |
2345 | <fieldValue name='textTranslation' value='1.10119 1.04693 -0.43340'/> |
2346 | <fieldValue name='textColor' value='0 0 0'/> |
2347 | </ProtoInstance> |
2348 | <ProtoInstance name='Vertex'> |
2349 | <fieldValue name='vertexText' value='"photographer"'/> |
2350 | <fieldValue name='description' value='63: photographer'/> |
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='2.38305 1.01043 2.20975'/> |
2357 | <fieldValue name='textTranslation' value='2.53305 1.01043 2.20975'/> |
2358 | <fieldValue name='textColor' value='0 0 0'/> |
2359 | </ProtoInstance> |
2360 | <ProtoInstance name='Vertex'> |
2361 | <fieldValue name='vertexText' value='"privileged"'/> |
2362 | <fieldValue name='description' value='64: privileged'/> |
2363 | <fieldValue name='url'/> |
2364 | <fieldValue name='radius' value='0.1500'/> |
2365 | <fieldValue name='displayMode'/> |
2366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2367 | <fieldValue name='transparency' value='0'/> |
2368 | <fieldValue name='translation' value='-0.30432 -2.75011 -0.90670'/> |
2369 | <fieldValue name='textTranslation' value='-0.15432 -2.75011 -0.90670'/> |
2370 | <fieldValue name='textColor' value='0 0 0'/> |
2371 | </ProtoInstance> |
2372 | <ProtoInstance name='Vertex'> |
2373 | <fieldValue name='vertexText' value='"providing"'/> |
2374 | <fieldValue name='description' value='65: providing'/> |
2375 | <fieldValue name='url'/> |
2376 | <fieldValue name='radius' value='0.1500'/> |
2377 | <fieldValue name='displayMode'/> |
2378 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2379 | <fieldValue name='transparency' value='0'/> |
2380 | <fieldValue name='translation' value='-0.88958 -0.27583 -1.92533'/> |
2381 | <fieldValue name='textTranslation' value='-0.73958 -0.27583 -1.92533'/> |
2382 | <fieldValue name='textColor' value='0 0 0'/> |
2383 | </ProtoInstance> |
2384 | <ProtoInstance name='Vertex'> |
2385 | <fieldValue name='vertexText' value='"public"'/> |
2386 | <fieldValue name='description' value='66: public'/> |
2387 | <fieldValue name='url'/> |
2388 | <fieldValue name='radius' value='0.1500'/> |
2389 | <fieldValue name='displayMode'/> |
2390 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2391 | <fieldValue name='transparency' value='0'/> |
2392 | <fieldValue name='translation' value='0.48832 2.25884 2.18772'/> |
2393 | <fieldValue name='textTranslation' value='0.63832 2.25884 2.18772'/> |
2394 | <fieldValue name='textColor' value='0 0 0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Vertex'> |
2397 | <fieldValue name='vertexText' value='"readiness"'/> |
2398 | <fieldValue name='description' value='67: readiness'/> |
2399 | <fieldValue name='url'/> |
2400 | <fieldValue name='radius' value='0.1500'/> |
2401 | <fieldValue name='displayMode'/> |
2402 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2403 | <fieldValue name='transparency' value='0'/> |
2404 | <fieldValue name='translation' value='1.57893 0.60955 2.52473'/> |
2405 | <fieldValue name='textTranslation' value='1.72893 0.60955 2.52473'/> |
2406 | <fieldValue name='textColor' value='0 0 0'/> |
2407 | </ProtoInstance> |
2408 | <ProtoInstance name='Vertex'> |
2409 | <fieldValue name='vertexText' value='"reintroduce"'/> |
2410 | <fieldValue name='description' value='68: reintroduce'/> |
2411 | <fieldValue name='url'/> |
2412 | <fieldValue name='radius' value='0.1500'/> |
2413 | <fieldValue name='displayMode'/> |
2414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2415 | <fieldValue name='transparency' value='0'/> |
2416 | <fieldValue name='translation' value='-0.55373 -2.74291 -0.97358'/> |
2417 | <fieldValue name='textTranslation' value='-0.40373 -2.74291 -0.97358'/> |
2418 | <fieldValue name='textColor' value='0 0 0'/> |
2419 | </ProtoInstance> |
2420 | <ProtoInstance name='Vertex'> |
2421 | <fieldValue name='vertexText' value='"republish"'/> |
2422 | <fieldValue name='description' value='69: republish'/> |
2423 | <fieldValue name='url'/> |
2424 | <fieldValue name='radius' value='0.1500'/> |
2425 | <fieldValue name='displayMode'/> |
2426 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2427 | <fieldValue name='transparency' value='0'/> |
2428 | <fieldValue name='translation' value='0.62095 1.04518 2.60067'/> |
2429 | <fieldValue name='textTranslation' value='0.77095 1.04518 2.60067'/> |
2430 | <fieldValue name='textColor' value='0 0 0'/> |
2431 | </ProtoInstance> |
2432 | <ProtoInstance name='Vertex'> |
2433 | <fieldValue name='vertexText' value='"response"'/> |
2434 | <fieldValue name='description' value='70: response'/> |
2435 | <fieldValue name='url'/> |
2436 | <fieldValue name='radius' value='0.1500'/> |
2437 | <fieldValue name='displayMode'/> |
2438 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2439 | <fieldValue name='transparency' value='0'/> |
2440 | <fieldValue name='translation' value='-0.51286 -0.80850 -1.65520'/> |
2441 | <fieldValue name='textTranslation' value='-0.36286 -0.80850 -1.65520'/> |
2442 | <fieldValue name='textColor' value='0 0 0'/> |
2443 | </ProtoInstance> |
2444 | <ProtoInstance name='Vertex'> |
2445 | <fieldValue name='vertexText' value='"sailors"'/> |
2446 | <fieldValue name='description' value='71: sailors'/> |
2447 | <fieldValue name='url'/> |
2448 | <fieldValue name='radius' value='0.1500'/> |
2449 | <fieldValue name='displayMode'/> |
2450 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2451 | <fieldValue name='transparency' value='0'/> |
2452 | <fieldValue name='translation' value='1.75394 1.50697 2.26507'/> |
2453 | <fieldValue name='textTranslation' value='1.90394 1.50697 2.26507'/> |
2454 | <fieldValue name='textColor' value='0 0 0'/> |
2455 | </ProtoInstance> |
2456 | <ProtoInstance name='Vertex'> |
2457 | <fieldValue name='vertexText' value='"ship"'/> |
2458 | <fieldValue name='description' value='72: ship'/> |
2459 | <fieldValue name='url'/> |
2460 | <fieldValue name='radius' value='0.1500'/> |
2461 | <fieldValue name='displayMode'/> |
2462 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2463 | <fieldValue name='transparency' value='0'/> |
2464 | <fieldValue name='translation' value='-1.72560 0.38964 -2.13639'/> |
2465 | <fieldValue name='textTranslation' value='-1.57560 0.38964 -2.13639'/> |
2466 | <fieldValue name='textColor' value='0 0 0'/> |
2467 | </ProtoInstance> |
2468 | <ProtoInstance name='Vertex'> |
2469 | <fieldValue name='vertexText' value='"situation"'/> |
2470 | <fieldValue name='description' value='73: situation'/> |
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='-0.91886 0.46054 -2.18934'/> |
2477 | <fieldValue name='textTranslation' value='-0.76886 0.46054 -2.18934'/> |
2478 | <fieldValue name='textColor' value='0 0 0'/> |
2479 | </ProtoInstance> |
2480 | <ProtoInstance name='Vertex'> |
2481 | <fieldValue name='vertexText' value='"southern"'/> |
2482 | <fieldValue name='description' value='74: southern'/> |
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='-0.41884 -2.40123 -2.69589'/> |
2489 | <fieldValue name='textTranslation' value='-0.26884 -2.40123 -2.69589'/> |
2490 | <fieldValue name='textColor' value='0 0 0'/> |
2491 | </ProtoInstance> |
2492 | <ProtoInstance name='Vertex'> |
2493 | <fieldValue name='vertexText' value='"specialist"'/> |
2494 | <fieldValue name='description' value='75: specialist'/> |
2495 | <fieldValue name='url'/> |
2496 | <fieldValue name='radius' value='0.1500'/> |
2497 | <fieldValue name='displayMode'/> |
2498 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2499 | <fieldValue name='transparency' value='0'/> |
2500 | <fieldValue name='translation' value='-1.47341 1.10522 -1.01750'/> |
2501 | <fieldValue name='textTranslation' value='-1.32341 1.10522 -1.01750'/> |
2502 | <fieldValue name='textColor' value='0 0 0'/> |
2503 | </ProtoInstance> |
2504 | <ProtoInstance name='Vertex'> |
2505 | <fieldValue name='vertexText' value='"stabilize"'/> |
2506 | <fieldValue name='description' value='76: stabilize'/> |
2507 | <fieldValue name='url'/> |
2508 | <fieldValue name='radius' value='0.1500'/> |
2509 | <fieldValue name='displayMode'/> |
2510 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2511 | <fieldValue name='transparency' value='0'/> |
2512 | <fieldValue name='translation' value='-1.95055 0.20973 -1.26006'/> |
2513 | <fieldValue name='textTranslation' value='-1.80055 0.20973 -1.26006'/> |
2514 | <fieldValue name='textColor' value='0 0 0'/> |
2515 | </ProtoInstance> |
2516 | <ProtoInstance name='Vertex'> |
2517 | <fieldValue name='vertexText' value='"statement"'/> |
2518 | <fieldValue name='description' value='77: statement'/> |
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='-0.62845 -2.30169 -1.98253'/> |
2525 | <fieldValue name='textTranslation' value='-0.47845 -2.30169 -1.98253'/> |
2526 | <fieldValue name='textColor' value='0 0 0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Vertex'> |
2529 | <fieldValue name='vertexText' value='"supply"'/> |
2530 | <fieldValue name='description' value='78: supply'/> |
2531 | <fieldValue name='url'/> |
2532 | <fieldValue name='radius' value='0.1500'/> |
2533 | <fieldValue name='displayMode'/> |
2534 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2535 | <fieldValue name='transparency' value='0'/> |
2536 | <fieldValue name='translation' value='0.51926 1.63026 2.55269'/> |
2537 | <fieldValue name='textTranslation' value='0.66926 1.63026 2.55269'/> |
2538 | <fieldValue name='textColor' value='0 0 0'/> |
2539 | </ProtoInstance> |
2540 | <ProtoInstance name='Vertex'> |
2541 | <fieldValue name='vertexText' value='"support"'/> |
2542 | <fieldValue name='description' value='79: support'/> |
2543 | <fieldValue name='url'/> |
2544 | <fieldValue name='radius' value='0.1500'/> |
2545 | <fieldValue name='displayMode'/> |
2546 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2547 | <fieldValue name='transparency' value='0'/> |
2548 | <fieldValue name='translation' value='-0.56793 -0.84644 -1.71412'/> |
2549 | <fieldValue name='textTranslation' value='-0.41793 -0.84644 -1.71412'/> |
2550 | <fieldValue name='textColor' value='0 0 0'/> |
2551 | </ProtoInstance> |
2552 | <ProtoInstance name='Vertex'> |
2553 | <fieldValue name='vertexText' value='"thousands"'/> |
2554 | <fieldValue name='description' value='80: thousands'/> |
2555 | <fieldValue name='url'/> |
2556 | <fieldValue name='radius' value='0.1500'/> |
2557 | <fieldValue name='displayMode'/> |
2558 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2559 | <fieldValue name='transparency' value='0'/> |
2560 | <fieldValue name='translation' value='2.25703 0.81757 -1.74808'/> |
2561 | <fieldValue name='textTranslation' value='2.40703 0.81757 -1.74808'/> |
2562 | <fieldValue name='textColor' value='0 0 0'/> |
2563 | </ProtoInstance> |
2564 | <ProtoInstance name='Vertex'> |
2565 | <fieldValue name='vertexText' value='"unified"'/> |
2566 | <fieldValue name='description' value='81: unified'/> |
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='-0.48384 -0.82645 -1.60440'/> |
2573 | <fieldValue name='textTranslation' value='-0.33384 -0.82645 -1.60440'/> |
2574 | <fieldValue name='textColor' value='0 0 0'/> |
2575 | </ProtoInstance> |
2576 | <ProtoInstance name='Vertex'> |
2577 | <fieldValue name='vertexText' value='"water"'/> |
2578 | <fieldValue name='description' value='82: water'/> |
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.19862 1.89184 2.26240'/> |
2585 | <fieldValue name='textTranslation' value='1.34862 1.89184 2.26240'/> |
2586 | <fieldValue name='textColor' value='0 0 0'/> |
2587 | </ProtoInstance> |
2588 | </Scene> |
2589 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1616
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1628
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1640
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1652
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1664
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1676
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1688
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1700
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1712
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1724
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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. |
<!--
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.
-->