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.56784'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.22796 2.46598 0.17984'/> |
56 | <fieldValue name='coneTranslation' value='-0.15513 2.54209 0.24511'/> |
57 | <fieldValue name='rotation' value='29.90895 0 -33.37092 0.90947'/> |
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.03811'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.89087 2.27135 0.18174'/> |
67 | <fieldValue name='coneTranslation' value='-1.23401 2.25734 0.28650'/> |
68 | <fieldValue name='rotation' value='30.28903 -0.00000 99.21083 1.60983'/> |
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.02519'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.49310 2.32006 0.53258'/> |
78 | <fieldValue name='coneTranslation' value='-0.56070 2.33964 0.87807'/> |
79 | <fieldValue name='rotation' value='100.45554 -0.00000 19.65663 1.51526'/> |
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.02975'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.90682 2.28384 0.08397'/> |
89 | <fieldValue name='coneTranslation' value='-1.25972 2.27849 0.12096'/> |
90 | <fieldValue name='rotation' value='10.73417 -0.00000 102.40176 1.58588'/> |
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.61391'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.42997 2.36296 0.32677'/> |
100 | <fieldValue name='coneTranslation' value='-0.44680 2.39712 0.46870'/> |
101 | <fieldValue name='rotation' value='59.29410 -0.00000 7.03137 1.33620'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.02396'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.05308 2.44103 0.38104'/> |
111 | <fieldValue name='coneTranslation' value='0.18186 2.54375 0.62217'/> |
112 | <fieldValue name='rotation' value='70.14787 0 -68.34674 1.27465'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='0.48860'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.31838 2.52328 0.04330'/> |
122 | <fieldValue name='coneTranslation' value='-0.29201 2.60322 0.04778'/> |
123 | <fieldValue name='rotation' value='2.59971 0 -15.28648 0.32294'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='1.05591'/> |
132 | <fieldValue name='cylinderTranslation' value='0.07906 2.50156 -0.07022'/> |
133 | <fieldValue name='coneTranslation' value='0.40931 2.64789 -0.14028'/> |
134 | <fieldValue name='rotation' value='-20.10366 0 -94.77340 1.16182'/> |
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.50578'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.35102 2.52250 -0.06311'/> |
144 | <fieldValue name='coneTranslation' value='-0.33493 2.60731 -0.09742'/> |
145 | <fieldValue name='rotation' value='-18.68116 0 -8.75928 0.42020'/> |
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.11416'/> |
154 | <fieldValue name='cylinderTranslation' value='0.10667 2.43050 0.22920'/> |
155 | <fieldValue name='coneTranslation' value='0.46412 2.52950 0.37098'/> |
156 | <fieldValue name='rotation' value='39.78137 0 -100.29655 1.31882'/> |
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.90011'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.41585 2.26742 -0.41861'/> |
166 | <fieldValue name='coneTranslation' value='-0.42940 2.25183 -0.70793'/> |
167 | <fieldValue name='rotation' value='-89.78258 0 4.20695 1.62457'/> |
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='1.14411'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.37137 1.88557 -0.37199'/> |
177 | <fieldValue name='coneTranslation' value='-0.35448 1.59310 -0.66176'/> |
178 | <fieldValue name='rotation' value='-80.45704 0 -4.68927 2.35999'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='1.04429'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.29637 2.33930 0.54086'/> |
188 | <fieldValue name='coneTranslation' value='-0.22808 2.37237 0.89497'/> |
189 | <fieldValue name='rotation' value='102.11205 0 -19.68938 1.47934'/> |
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.50855'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.49818 2.23891 -0.19596'/> |
199 | <fieldValue name='coneTranslation' value='-0.53651 2.21937 -0.27985'/> |
200 | <fieldValue name='rotation' value='-45.25171 0 20.67417 1.77956'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='0.52188'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.58647 2.42523 -0.08589'/> |
210 | <fieldValue name='coneTranslation' value='-0.66061 2.47692 -0.13084'/> |
211 | <fieldValue name='rotation' value='-23.23793 0 38.33173 1.03317'/> |
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.07293'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.74229 2.24862 0.43676'/> |
221 | <fieldValue name='coneTranslation' value='-0.98613 2.21845 0.72199'/> |
222 | <fieldValue name='rotation' value='81.29183 -0.00000 69.49502 1.65101'/> |
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.70223'/> |
231 | <fieldValue name='cylinderTranslation' value='2.12354 -1.66085 -0.21380'/> |
232 | <fieldValue name='coneTranslation' value='2.31290 -1.66220 -0.23960'/> |
233 | <fieldValue name='rotation' value='-9.47896 0 -69.57898 1.57787'/> |
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.18533'/> |
242 | <fieldValue name='cylinderTranslation' value='1.87542 -1.82934 0.39222'/> |
243 | <fieldValue name='coneTranslation' value='1.94826 -1.95416 0.80004'/> |
244 | <fieldValue name='rotation' value='111.72525 0 -19.95533 1.86345'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='1.23377'/> |
253 | <fieldValue name='cylinderTranslation' value='1.92046 -1.39825 0.37388'/> |
254 | <fieldValue name='coneTranslation' value='2.02772 -1.20561 0.77404'/> |
255 | <fieldValue name='rotation' value='108.05823 0 -28.96407 1.13553'/> |
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.69685'/> |
264 | <fieldValue name='cylinderTranslation' value='1.48113 -1.75113 -0.32783'/> |
265 | <fieldValue name='coneTranslation' value='1.32186 -1.80130 -0.41513'/> |
266 | <fieldValue name='rotation' value='-32.28459 0 58.90273 1.84029'/> |
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.71008'/> |
275 | <fieldValue name='cylinderTranslation' value='2.07189 -1.76365 -0.33134'/> |
276 | <fieldValue name='coneTranslation' value='2.23464 -1.82149 -0.42194'/> |
277 | <fieldValue name='rotation' value='-32.98573 0 -59.25031 1.87188'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='1.89097'/> |
286 | <fieldValue name='cylinderTranslation' value='1.20045 -1.15427 -0.72227'/> |
287 | <fieldValue name='coneTranslation' value='0.72259 -0.73549 -1.18406'/> |
288 | <fieldValue name='rotation' value='-111.17232 0 115.03930 1.00847'/> |
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.30660'/> |
297 | <fieldValue name='cylinderTranslation' value='2.20622 -1.20199 0.01562'/> |
298 | <fieldValue name='coneTranslation' value='2.53134 -0.85739 0.15307'/> |
299 | <fieldValue name='rotation' value='36.40539 0 -86.11475 0.79741'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='1.19874'/> |
308 | <fieldValue name='cylinderTranslation' value='1.64642 -1.34480 -0.66060'/> |
309 | <fieldValue name='coneTranslation' value='1.55170 -1.11494 -1.02286'/> |
310 | <fieldValue name='rotation' value='-98.83780 0 25.84396 1.02024'/> |
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.23761'/> |
319 | <fieldValue name='cylinderTranslation' value='2.26472 -1.31206 -0.32065'/> |
320 | <fieldValue name='coneTranslation' value='2.62735 -1.05530 -0.43501'/> |
321 | <fieldValue name='rotation' value='-30.84873 0 -97.81627 0.97685'/> |
322 | <fieldValue name='diffuseColor' value='0 0 0'/> |
323 | <fieldValue name='ballRadius' value='0.02'/> |
324 | <fieldValue name='traceEnabled' value='false'/> |
325 | <fieldValue name='displayMode'/> |
326 | <fieldValue name='transparency' value='0'/> |
327 | </ProtoInstance> |
328 | <ProtoInstance name='Arc'> |
329 | <fieldValue name='cylinderHeight' value='0.54685'/> |
330 | <fieldValue name='cylinderTranslation' value='1.87010 -1.53440 0.05826'/> |
331 | <fieldValue name='coneTranslation' value='1.90929 -1.48298 0.15145'/> |
332 | <fieldValue name='rotation' value='44.93261 0 -18.89222 1.10027'/> |
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.79160'/> |
341 | <fieldValue name='cylinderTranslation' value='2.09334 -1.47739 -0.31799'/> |
342 | <fieldValue name='coneTranslation' value='2.28260 -1.36957 -0.40830'/> |
343 | <fieldValue name='rotation' value='-30.31698 0 -63.53856 1.09591'/> |
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.13055'/> |
352 | <fieldValue name='cylinderTranslation' value='2.24514 -1.62162 0.14626'/> |
353 | <fieldValue name='coneTranslation' value='2.58175 -1.59527 0.37042'/> |
354 | <fieldValue name='rotation' value='62.53248 0 -93.89982 1.50575'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='1.22198'/> |
363 | <fieldValue name='cylinderTranslation' value='2.05498 -1.33364 0.26930'/> |
364 | <fieldValue name='coneTranslation' value='2.26116 -1.09395 0.59090'/> |
365 | <fieldValue name='rotation' value='87.14084 0 -55.86662 1.01046'/> |
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.74656'/> |
374 | <fieldValue name='cylinderTranslation' value='2.05977 -1.65727 -0.40850'/> |
375 | <fieldValue name='coneTranslation' value='2.22211 -1.65664 -0.54683'/> |
376 | <fieldValue name='rotation' value='-48.41877 0 -56.82544 1.56787'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='1.17388'/> |
385 | <fieldValue name='cylinderTranslation' value='1.39666 -1.40248 -0.53437'/> |
386 | <fieldValue name='coneTranslation' value='1.12099 -1.21636 -0.80203'/> |
387 | <fieldValue name='rotation' value='-73.59336 0 75.79616 1.11970'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='0.73839'/> |
396 | <fieldValue name='cylinderTranslation' value='1.74997 -1.95650 0.04983'/> |
397 | <fieldValue name='coneTranslation' value='1.73542 -2.12543 0.17235'/> |
398 | <fieldValue name='rotation' value='43.24705 -0.00000 5.13541 2.51077'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='1.20307'/> |
407 | <fieldValue name='cylinderTranslation' value='1.60745 -2.09381 0.21298'/> |
408 | <fieldValue name='coneTranslation' value='1.48400 -2.41344 0.49146'/> |
409 | <fieldValue name='rotation' value='75.87790 -0.00000 33.63837 2.38024'/> |
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.66270'/> |
418 | <fieldValue name='cylinderTranslation' value='1.70493 -1.66101 -0.49011'/> |
419 | <fieldValue name='coneTranslation' value='1.66836 -1.66238 -0.65751'/> |
420 | <fieldValue name='rotation' value='-64.74123 0 14.14318 1.57879'/> |
421 | <fieldValue name='diffuseColor' value='0 0 0'/> |
422 | <fieldValue name='ballRadius' value='0.02'/> |
423 | <fieldValue name='traceEnabled' value='false'/> |
424 | <fieldValue name='displayMode'/> |
425 | <fieldValue name='transparency' value='0'/> |
426 | </ProtoInstance> |
427 | <ProtoInstance name='Arc'> |
428 | <fieldValue name='cylinderHeight' value='0.72762'/> |
429 | <fieldValue name='cylinderTranslation' value='1.78962 -2.00693 -0.26968'/> |
430 | <fieldValue name='coneTranslation' value='1.79744 -2.20220 -0.32753'/> |
431 | <fieldValue name='rotation' value='-20.65444 0 -2.79445 2.85107'/> |
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.74357'/> |
440 | <fieldValue name='cylinderTranslation' value='1.69407 -1.64334 0.19601'/> |
441 | <fieldValue name='coneTranslation' value='1.64760 -1.63478 0.40246'/> |
442 | <fieldValue name='rotation' value='72.48308 -0.00000 16.31446 1.53037'/> |
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.18231'/> |
451 | <fieldValue name='cylinderTranslation' value='1.75892 -2.04938 -0.60945'/> |
452 | <fieldValue name='coneTranslation' value='1.74673 -2.33457 -0.93258'/> |
453 | <fieldValue name='rotation' value='-88.60836 0 3.34414 2.29355'/> |
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.67581'/> |
462 | <fieldValue name='cylinderTranslation' value='2.07685 -1.75517 -0.04773'/> |
463 | <fieldValue name='coneTranslation' value='2.23543 -1.80614 0.01475'/> |
464 | <fieldValue name='rotation' value='23.73523 0 -60.24050 1.86136'/> |
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.26616'/> |
473 | <fieldValue name='cylinderTranslation' value='1.35717 -2.11404 -0.03211'/> |
474 | <fieldValue name='coneTranslation' value='1.04446 -2.45455 0.06825'/> |
475 | <fieldValue name='rotation' value='26.85975 -0.00000 83.69436 2.37427'/> |
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.72421'/> |
484 | <fieldValue name='cylinderTranslation' value='1.86127 -1.84821 0.12981'/> |
485 | <fieldValue name='coneTranslation' value='1.90907 -1.95417 0.29515'/> |
486 | <fieldValue name='rotation' value='59.24409 0 -17.12600 2.12268'/> |
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.43060'/> |
495 | <fieldValue name='cylinderTranslation' value='1.87271 -1.81433 -0.27869'/> |
496 | <fieldValue name='coneTranslation' value='1.89764 -1.85439 -0.30753'/> |
497 | <fieldValue name='rotation' value='-22.45607 0 -19.41289 2.38098'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='1.15916'/> |
506 | <fieldValue name='cylinderTranslation' value='1.62156 -2.20666 -0.27385'/> |
507 | <fieldValue name='coneTranslation' value='1.51001 -2.60359 -0.35162'/> |
508 | <fieldValue name='rotation' value='-21.48771 0 30.81651 2.81153'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='0.78050'/> |
517 | <fieldValue name='cylinderTranslation' value='1.50400 -1.93817 -0.15180'/> |
518 | <fieldValue name='coneTranslation' value='1.34372 -2.10325 -0.14319'/> |
519 | <fieldValue name='rotation' value='2.92055 -0.00000 54.32939 2.37027'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='1.26777'/> |
528 | <fieldValue name='cylinderTranslation' value='1.57283 -1.72592 0.43034'/> |
529 | <fieldValue name='coneTranslation' value='1.42121 -1.77642 0.87647'/> |
530 | <fieldValue name='rotation' value='119.35031 -0.00000 40.56236 1.67757'/> |
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.13645'/> |
539 | <fieldValue name='cylinderTranslation' value='-0.62310 0.15180 -1.98305'/> |
540 | <fieldValue name='coneTranslation' value='-0.97711 0.28514 -2.13649'/> |
541 | <fieldValue name='rotation' value='-42.71533 0 98.55242 1.23805'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='0.69163'/> |
550 | <fieldValue name='cylinderTranslation' value='0.09454 0.01063 -2.02841'/> |
551 | <fieldValue name='coneTranslation' value='0.21538 0.03451 -2.16754'/> |
552 | <fieldValue name='rotation' value='-51.78612 0 -44.97532 1.44193'/> |
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.70503'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.30442 0.26642 -1.83130'/> |
562 | <fieldValue name='coneTranslation' value='-0.39950 0.43038 -1.86507'/> |
563 | <fieldValue name='rotation' value='-12.36547 0 34.81809 0.55163'/> |
564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
565 | <fieldValue name='ballRadius' value='0.02'/> |
566 | <fieldValue name='traceEnabled' value='false'/> |
567 | <fieldValue name='displayMode'/> |
568 | <fieldValue name='transparency' value='0'/> |
569 | </ProtoInstance> |
570 | <ProtoInstance name='Arc'> |
571 | <fieldValue name='cylinderHeight' value='0.51295'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.19741 -0.12999 -1.99758'/> |
573 | <fieldValue name='coneTranslation' value='-0.22264 -0.16617 -2.08338'/> |
574 | <fieldValue name='rotation' value='-45.62071 0 13.41447 1.95520'/> |
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.04952'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.34051 -0.31263 -2.16122'/> |
584 | <fieldValue name='coneTranslation' value='-0.48660 -0.50644 -2.43351'/> |
585 | <fieldValue name='rotation' value='-78.34791 0 42.03449 2.13097'/> |
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.71593'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.41695 0.08241 -1.94970'/> |
595 | <fieldValue name='coneTranslation' value='-0.57546 0.14667 -2.04938'/> |
596 | <fieldValue name='rotation' value='-36.04561 0 57.32418 1.24016'/> |
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.70618'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.08396 0.29759 -1.88217'/> |
606 | <fieldValue name='coneTranslation' value='-0.05860 0.47881 -1.94379'/> |
607 | <fieldValue name='rotation' value='-22.53788 0 -9.27452 0.35237'/> |
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.64154'/> |
616 | <fieldValue name='cylinderTranslation' value='0.16419 -0.12022 -1.86265'/> |
617 | <fieldValue name='coneTranslation' value='0.31181 -0.16353 -1.90935'/> |
618 | <fieldValue name='rotation' value='-18.63553 0 -58.90477 1.84356'/> |
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.09190'/> |
627 | <fieldValue name='cylinderTranslation' value='0.24746 -0.34200 -1.52380'/> |
628 | <fieldValue name='coneTranslation' value='0.51453 -0.55987 -1.35013'/> |
629 | <fieldValue name='rotation' value='49.13457 0 -75.55832 2.17062'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='0.70796'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.04356 0.21648 -2.00427'/> |
639 | <fieldValue name='coneTranslation' value='0.00399 0.35364 -2.13294'/> |
640 | <fieldValue name='rotation' value='-46.95937 0 -17.35376 0.78546'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='1.00700'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.18229 -0.12287 -2.26230'/> |
650 | <fieldValue name='coneTranslation' value='-0.21774 -0.18363 -2.59852'/> |
651 | <fieldValue name='rotation' value='-98.56577 0 10.39183 1.74862'/> |
652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
653 | <fieldValue name='ballRadius' value='0.02'/> |
654 | <fieldValue name='traceEnabled' value='false'/> |
655 | <fieldValue name='displayMode'/> |
656 | <fieldValue name='transparency' value='0'/> |
657 | </ProtoInstance> |
658 | <ProtoInstance name='Arc'> |
659 | <fieldValue name='cylinderHeight' value='0.69622'/> |
660 | <fieldValue name='cylinderTranslation' value='0.01044 0.11816 -2.04924'/> |
661 | <fieldValue name='coneTranslation' value='0.08651 0.20028 -2.20042'/> |
662 | <fieldValue name='rotation' value='-55.95349 0 -28.15410 1.11903'/> |
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.81884'/> |
671 | <fieldValue name='cylinderTranslation' value='0.44367 -0.59021 -1.33591'/> |
672 | <fieldValue name='coneTranslation' value='0.91669 -1.04872 -0.97862'/> |
673 | <fieldValue name='rotation' value='86.71353 0 -114.80146 2.22915'/> |
674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
675 | <fieldValue name='ballRadius' value='0.02'/> |
676 | <fieldValue name='traceEnabled' value='false'/> |
677 | <fieldValue name='displayMode'/> |
678 | <fieldValue name='transparency' value='0'/> |
679 | </ProtoInstance> |
680 | <ProtoInstance name='Arc'> |
681 | <fieldValue name='cylinderHeight' value='0.51347'/> |
682 | <fieldValue name='cylinderTranslation' value='-0.19253 0.19226 -1.66490'/> |
683 | <fieldValue name='coneTranslation' value='-0.21597 0.27744 -1.62549'/> |
684 | <fieldValue name='rotation' value='20.91600 -0.00000 12.43990 0.49377'/> |
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.22190'/> |
693 | <fieldValue name='cylinderTranslation' value='-0.72512 -0.17097 -1.79534'/> |
694 | <fieldValue name='coneTranslation' value='-1.16414 -0.27222 -1.81443'/> |
695 | <fieldValue name='rotation' value='-5.17259 0 118.95785 1.79724'/> |
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.56602'/> |
704 | <fieldValue name='cylinderTranslation' value='-0.17963 -0.29064 -1.66130'/> |
705 | <fieldValue name='coneTranslation' value='-0.20105 -0.40227 -1.61428'/> |
706 | <fieldValue name='rotation' value='21.63516 -0.00000 9.85883 2.70810'/> |
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.10860'/> |
715 | <fieldValue name='cylinderTranslation' value='0.15302 -0.50846 -1.72863'/> |
716 | <fieldValue name='coneTranslation' value='0.35458 -0.84610 -1.69958'/> |
717 | <fieldValue name='rotation' value='8.16860 0 -56.67045 2.59887'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='1.23206'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.59258 -0.41811 -1.90415'/> |
727 | <fieldValue name='coneTranslation' value='-0.93476 -0.70259 -2.00384'/> |
728 | <fieldValue name='rotation' value='-26.93471 0 92.44897 2.24443'/> |
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.76570'/> |
737 | <fieldValue name='cylinderTranslation' value='-0.49344 -0.14138 -1.82561'/> |
738 | <fieldValue name='coneTranslation' value='-0.70480 -0.20399 -1.85829'/> |
739 | <fieldValue name='rotation' value='-11.22717 0 72.62235 1.85560'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='1.82427'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.23913 0.72286 -1.27187'/> |
749 | <fieldValue name='coneTranslation' value='-0.32884 1.34681 -0.86156'/> |
750 | <fieldValue name='rotation' value='99.52036 -0.00000 21.75863 0.59248'/> |
751 | <fieldValue name='diffuseColor' value='0 0 0'/> |
752 | <fieldValue name='ballRadius' value='0.02'/> |
753 | <fieldValue name='traceEnabled' value='false'/> |
754 | <fieldValue name='displayMode'/> |
755 | <fieldValue name='transparency' value='0'/> |
756 | </ProtoInstance> |
757 | <ProtoInstance name='Arc'> |
758 | <fieldValue name='cylinderHeight' value='0.63381'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.41479 -0.05445 -1.63131'/> |
760 | <fieldValue name='coneTranslation' value='-0.55563 -0.06467 -1.56290'/> |
761 | <fieldValue name='rotation' value='27.63285 -0.00000 56.89104 1.63599'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='0.72564'/> |
770 | <fieldValue name='cylinderTranslation' value='-1.68178 -0.42180 2.28103'/> |
771 | <fieldValue name='coneTranslation' value='-1.80737 -0.27690 2.21492'/> |
772 | <fieldValue name='rotation' value='-23.64957 0 44.93022 0.77500'/> |
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.79856'/> |
781 | <fieldValue name='cylinderTranslation' value='-1.29320 -0.33747 2.51982'/> |
782 | <fieldValue name='coneTranslation' value='-1.19495 -0.13160 2.59206'/> |
783 | <fieldValue name='rotation' value='24.10945 0 -32.78751 0.53476'/> |
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.76225'/> |
792 | <fieldValue name='cylinderTranslation' value='-1.12643 -0.61598 2.57720'/> |
793 | <fieldValue name='coneTranslation' value='-0.93456 -0.57826 2.68044'/> |
794 | <fieldValue name='rotation' value='35.58599 0 -66.14125 1.39933'/> |
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.72491'/> |
803 | <fieldValue name='cylinderTranslation' value='-1.33461 -1.02181 2.38440'/> |
804 | <fieldValue name='coneTranslation' value='-1.26617 -1.21216 2.37609'/> |
805 | <fieldValue name='rotation' value='-2.97538 0 -24.50459 2.79412'/> |
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.73996'/> |
814 | <fieldValue name='cylinderTranslation' value='-1.46052 -1.03731 2.29964'/> |
815 | <fieldValue name='coneTranslation' value='-1.46244 -1.23953 2.24310'/> |
816 | <fieldValue name='rotation' value='-19.92584 0 0.67684 2.86878'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.80270'/> |
825 | <fieldValue name='cylinderTranslation' value='-1.71854 -0.86616 2.15747'/> |
826 | <fieldValue name='coneTranslation' value='-1.87573 -0.97750 2.01206'/> |
827 | <fieldValue name='rotation' value='-48.36047 0 52.28111 2.05027'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.37431'/> |
836 | <fieldValue name='cylinderTranslation' value='-1.30826 -0.64957 2.50824'/> |
837 | <fieldValue name='coneTranslation' value='-1.28665 -0.64501 2.52406'/> |
838 | <fieldValue name='rotation' value='21.79426 0 -29.77537 1.40198'/> |
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.74544'/> |
847 | <fieldValue name='cylinderTranslation' value='-1.74577 -0.53225 2.21629'/> |
848 | <fieldValue name='coneTranslation' value='-1.91049 -0.44735 2.11185'/> |
849 | <fieldValue name='rotation' value='-36.59768 0 57.72632 1.16025'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.44010'/> |
858 | <fieldValue name='cylinderTranslation' value='-0.90972 0.26801 -2.16328'/> |
859 | <fieldValue name='coneTranslation' value='-0.85346 0.24907 -2.15418'/> |
860 | <fieldValue name='rotation' value='6.66972 0 -41.22824 1.89162'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='0.44474'/> |
869 | <fieldValue name='cylinderTranslation' value='0.38907 -0.07578 -2.12158'/> |
870 | <fieldValue name='coneTranslation' value='0.40860 -0.11248 -2.07509'/> |
871 | <fieldValue name='rotation' value='33.15058 0 -13.92944 2.19995'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='0.27619'/> |
880 | <fieldValue name='cylinderTranslation' value='0.23531 0.16260 -2.30817'/> |
881 | <fieldValue name='coneTranslation' value='0.24865 0.14555 -2.30487'/> |
882 | <fieldValue name='rotation' value='-4.16737 0 16.82123 0.67828'/> |
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.42760'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.36662 0.49249 -1.72672'/> |
892 | <fieldValue name='coneTranslation' value='-0.33847 0.47383 -1.68485'/> |
893 | <fieldValue name='rotation' value='33.28147 0 -22.37819 1.92502'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.53548'/> |
902 | <fieldValue name='cylinderTranslation' value='0.11378 2.61540 0.53058'/> |
903 | <fieldValue name='coneTranslation' value='0.18415 2.60536 0.61154'/> |
904 | <fieldValue name='rotation' value='40.23892 0 -34.97582 1.66414'/> |
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.34701'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.15152 2.69765 0.19284'/> |
914 | <fieldValue name='coneTranslation' value='-0.15856 2.70211 0.18221'/> |
915 | <fieldValue name='rotation' value='-27.30925 0 18.08444 1.23423'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.32894'/> |
924 | <fieldValue name='cylinderTranslation' value='2.41979 -1.76614 -0.37873'/> |
925 | <fieldValue name='coneTranslation' value='2.41839 -1.76893 -0.38193'/> |
926 | <fieldValue name='rotation' value='-23.50677 0 10.32867 2.24603'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.56785'/> |
935 | <fieldValue name='cylinderTranslation' value='-0.40758 -0.40881 -2.38932'/> |
936 | <fieldValue name='coneTranslation' value='-0.47004 -0.48852 -2.46074'/> |
937 | <fieldValue name='rotation' value='-32.72721 0 28.62002 2.26957'/> |
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.53050'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.24936 -0.21905 -2.49041'/> |
947 | <fieldValue name='coneTranslation' value='-0.24337 -0.21622 -2.59545'/> |
948 | <fieldValue name='rotation' value='-52.94506 0 -3.02265 1.54395'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='0.19970'/> |
957 | <fieldValue name='cylinderTranslation' value='-1.40287 2.26358 0.23541'/> |
958 | <fieldValue name='coneTranslation' value='-1.39326 2.25606 0.29431'/> |
959 | <fieldValue name='rotation' value='-19.55487 0 3.19092 1.44539'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.52693'/> |
968 | <fieldValue name='cylinderTranslation' value='1.96105 -2.01919 0.68844'/> |
969 | <fieldValue name='coneTranslation' value='1.95549 -2.02660 0.58539'/> |
970 | <fieldValue name='rotation' value='-52.48116 0 2.82933 1.64248'/> |
971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
972 | <fieldValue name='ballRadius' value='0.02'/> |
973 | <fieldValue name='traceEnabled' value='false'/> |
974 | <fieldValue name='displayMode'/> |
975 | <fieldValue name='transparency' value='0'/> |
976 | </ProtoInstance> |
977 | <ProtoInstance name='Arc'> |
978 | <fieldValue name='cylinderHeight' value='0.69482'/> |
979 | <fieldValue name='cylinderTranslation' value='2.01492 -1.27430 0.59855'/> |
980 | <fieldValue name='coneTranslation' value='1.98776 -1.34774 0.42828'/> |
981 | <fieldValue name='rotation' value='-63.12562 0 10.07184 1.97349'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.43901'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.52825 2.39142 0.82905'/> |
991 | <fieldValue name='coneTranslation' value='-0.51114 2.40305 0.77326'/> |
992 | <fieldValue name='rotation' value='-41.16144 0 -12.62525 1.37409'/> |
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.82789'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.10215 -1.49525 -0.69580'/> |
1002 | <fieldValue name='coneTranslation' value='1.05033 -1.28137 -0.82251'/> |
1003 | <fieldValue name='rotation' value='-41.30877 0 16.89343 0.56934'/> |
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.51572'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.20948 -2.03094 -0.31323'/> |
1013 | <fieldValue name='coneTranslation' value='1.21816 -2.10192 -0.24642'/> |
1014 | <fieldValue name='rotation' value='35.20514 0 -4.57333 2.38234'/> |
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.50693'/> |
1023 | <fieldValue name='cylinderTranslation' value='-0.33152 2.41065 0.83733'/> |
1024 | <fieldValue name='coneTranslation' value='-0.28226 2.40192 0.91627'/> |
1025 | <fieldValue name='rotation' value='42.81795 0 -26.72075 1.66430'/> |
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.30411'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.00281 0.54788 -2.11696'/> |
1035 | <fieldValue name='coneTranslation' value='0.00070 0.55212 -2.11058'/> |
1036 | <fieldValue name='rotation' value='-24.42149 0 -8.07924 2.13342'/> |
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.52948'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.14616 0.52366 -1.77759'/> |
1046 | <fieldValue name='coneTranslation' value='-0.18911 0.48199 -1.69163'/> |
1047 | <fieldValue name='rotation' value='43.45388 -0.00000 21.71442 1.97996'/> |
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.28625'/> |
1056 | <fieldValue name='cylinderTranslation' value='-1.97042 -0.27305 2.09804'/> |
1057 | <fieldValue name='coneTranslation' value='-1.96287 -0.26002 2.10567'/> |
1058 | <fieldValue name='rotation' value='-12.94810 0 12.79610 2.45234'/> |
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.26396'/> |
1067 | <fieldValue name='cylinderTranslation' value='2.35602 -1.76256 -0.57343'/> |
1068 | <fieldValue name='coneTranslation' value='2.35860 -1.78514 -0.55705'/> |
1069 | <fieldValue name='rotation' value='-15.43304 0 2.42487 0.63334'/> |
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.82689'/> |
1078 | <fieldValue name='cylinderTranslation' value='0.54198 -0.42841 -1.61698'/> |
1079 | <fieldValue name='coneTranslation' value='0.59303 -0.56436 -1.40926'/> |
1080 | <fieldValue name='rotation' value='67.77010 0 -16.65356 2.13697'/> |
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.97775'/> |
1089 | <fieldValue name='cylinderTranslation' value='1.07123 -0.84071 -1.21646'/> |
1090 | <fieldValue name='coneTranslation' value='1.37124 -0.96888 -1.17497'/> |
1091 | <fieldValue name='rotation' value='12.33452 0 -89.19534 1.97112'/> |
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.90321'/> |
1100 | <fieldValue name='cylinderTranslation' value='0.19816 -0.59883 -1.41563'/> |
1101 | <fieldValue name='coneTranslation' value='-0.07761 -0.56567 -1.50441'/> |
1102 | <fieldValue name='rotation' value='-27.49941 0 85.41715 1.45683'/> |
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.24170'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.09721 0.36845 -2.28404'/> |
1112 | <fieldValue name='coneTranslation' value='0.07971 0.40030 -2.26947'/> |
1113 | <fieldValue name='rotation' value='-8.99412 0 -10.80033 2.52103'/> |
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.22260'/> |
1122 | <fieldValue name='cylinderTranslation' value='-0.27458 2.75417 -0.05011'/> |
1123 | <fieldValue name='coneTranslation' value='-0.26030 2.75451 -0.00355'/> |
1124 | <fieldValue name='rotation' value='-21.28087 0 6.52720 1.57782'/> |
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.47630'/> |
1133 | <fieldValue name='cylinderTranslation' value='2.58242 -1.13109 -0.47224'/> |
1134 | <fieldValue name='coneTranslation' value='2.52618 -1.18534 -0.47136'/> |
1135 | <fieldValue name='rotation' value='0.53175 -0.00000 34.27771 2.33815'/> |
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.68999'/> |
1144 | <fieldValue name='cylinderTranslation' value='2.14944 -1.20968 0.49396'/> |
1145 | <fieldValue name='coneTranslation' value='2.24857 -1.10202 0.60713'/> |
1146 | <fieldValue name='rotation' value='42.20823 0 -36.97439 0.94969'/> |
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.49731'/> |
1155 | <fieldValue name='cylinderTranslation' value='1.78853 -1.51938 0.42067'/> |
1156 | <fieldValue name='coneTranslation' value='1.72577 -1.55822 0.46979'/> |
1157 | <fieldValue name='rotation' value='27.55047 -0.00000 35.20668 2.02426'/> |
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.40829'/> |
1166 | <fieldValue name='cylinderTranslation' value='2.37746 -1.47630 -0.56009'/> |
1167 | <fieldValue name='coneTranslation' value='2.37020 -1.51519 -0.57966'/> |
1168 | <fieldValue name='rotation' value='-18.10179 0 6.71313 2.64906'/> |
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.57893'/> |
1177 | <fieldValue name='cylinderTranslation' value='2.54634 -1.71842 0.26493'/> |
1178 | <fieldValue name='coneTranslation' value='2.47107 -1.77816 0.17817'/> |
1179 | <fieldValue name='rotation' value='-38.79725 0 33.65932 2.05034'/> |
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.39469'/> |
1188 | <fieldValue name='cylinderTranslation' value='-0.97755 -0.58454 2.68617'/> |
1189 | <fieldValue name='coneTranslation' value='-1.01196 -0.59089 2.67313'/> |
1190 | <fieldValue name='rotation' value='-13.79173 0 36.36588 1.74180'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.30513'/> |
1199 | <fieldValue name='cylinderTranslation' value='-1.33799 -1.37811 2.28477'/> |
1200 | <fieldValue name='coneTranslation' value='-1.33186 -1.37735 2.28890'/> |
1201 | <fieldValue name='rotation' value='-16.95046 0 25.18144 1.67259'/> |
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.80950'/> |
1210 | <fieldValue name='cylinderTranslation' value='1.32595 -1.40513 -0.85808'/> |
1211 | <fieldValue name='coneTranslation' value='1.51235 -1.56146 -0.83132'/> |
1212 | <fieldValue name='rotation' value='8.85214 0 -61.65298 2.26365'/> |
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.99075'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.72703 -1.06486 -1.29507'/> |
1222 | <fieldValue name='coneTranslation' value='0.53025 -1.00951 -1.56094'/> |
1223 | <fieldValue name='rotation' value='-78.54493 0 58.13102 1.40501'/> |
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.51297'/> |
1232 | <fieldValue name='cylinderTranslation' value='1.58177 -2.39195 0.42922'/> |
1233 | <fieldValue name='coneTranslation' value='1.52816 -2.44361 0.49059'/> |
1234 | <fieldValue name='rotation' value='32.63085 -0.00000 28.50295 2.13573'/> |
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.34936'/> |
1243 | <fieldValue name='cylinderTranslation' value='1.83560 -2.14635 0.34605'/> |
1244 | <fieldValue name='coneTranslation' value='1.84495 -2.13725 0.35277'/> |
1245 | <fieldValue name='rotation' value='15.99704 0 -22.26141 0.90214'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='0.62083'/> |
1254 | <fieldValue name='cylinderTranslation' value='1.80199 -1.81698 -0.60239'/> |
1255 | <fieldValue name='coneTranslation' value='1.88329 -1.89127 -0.49995'/> |
1256 | <fieldValue name='rotation' value='42.28516 0 -33.55607 2.08737'/> |
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.41991'/> |
1265 | <fieldValue name='cylinderTranslation' value='1.88668 -2.16289 -0.38196'/> |
1266 | <fieldValue name='coneTranslation' value='1.90645 -2.11707 -0.38410'/> |
1267 | <fieldValue name='rotation' value='-1.80163 0 -16.61844 0.40943'/> |
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.52212'/> |
1276 | <fieldValue name='cylinderTranslation' value='1.63553 -2.55522 -0.37712'/> |
1277 | <fieldValue name='coneTranslation' value='1.57048 -2.63254 -0.37873'/> |
1278 | <fieldValue name='rotation' value='-0.83328 0 33.61096 2.44196'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='1.32390'/> |
1287 | <fieldValue name='cylinderTranslation' value='-0.30133 0.94893 -1.16729'/> |
1288 | <fieldValue name='coneTranslation' value='-0.33666 1.35128 -0.86927'/> |
1289 | <fieldValue name='rotation' value='78.60436 -0.00000 9.31873 0.64087'/> |
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.66751'/> |
1298 | <fieldValue name='cylinderTranslation' value='-0.47699 0.17162 -1.52673'/> |
1299 | <fieldValue name='coneTranslation' value='-0.59270 0.04318 -1.50925'/> |
1300 | <fieldValue name='rotation' value='6.71685 -0.00000 44.45114 2.40268'/> |
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.77450'/> |
1309 | <fieldValue name='cylinderTranslation' value='-0.39240 1.86138 -0.82090'/> |
1310 | <fieldValue name='coneTranslation' value='-0.36630 1.63730 -0.79354'/> |
1311 | <fieldValue name='rotation' value='9.32554 0 -8.89622 2.97441'/> |
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.55293'/> |
1320 | <fieldValue name='cylinderTranslation' value='1.49126 -1.71089 0.79276'/> |
1321 | <fieldValue name='coneTranslation' value='1.44019 -1.74568 0.89148'/> |
1322 | <fieldValue name='rotation' value='46.86723 -0.00000 24.24791 1.87413'/> |
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.62774'/> |
1331 | <fieldValue name='cylinderTranslation' value='2.17391 -1.91113 -0.16001'/> |
1332 | <fieldValue name='coneTranslation' value='2.07384 -1.94014 -0.27323'/> |
1333 | <fieldValue name='rotation' value='-46.19130 0 40.82761 1.76041'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='0.47103'/> |
1342 | <fieldValue name='cylinderTranslation' value='-1.08823 -0.27854 -1.85147'/> |
1343 | <fieldValue name='coneTranslation' value='-1.01395 -0.26905 -1.86118'/> |
1344 | <fieldValue name='rotation' value='-6.05458 0 -46.33550 1.44479'/> |
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.51697'/> |
1353 | <fieldValue name='cylinderTranslation' value='1.08552 -2.39384 -0.01751'/> |
1354 | <fieldValue name='coneTranslation' value='1.14147 -2.32683 -0.06311'/> |
1355 | <fieldValue name='rotation' value='-23.93921 0 -29.36496 0.82251'/> |
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.66928'/> |
1364 | <fieldValue name='cylinderTranslation' value='-0.46408 -0.31128 -1.52314'/> |
1365 | <fieldValue name='coneTranslation' value='-0.58681 -0.18802 -1.50749'/> |
1366 | <fieldValue name='rotation' value='5.99769 -0.00000 47.03221 0.78725'/> |
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.82926'/> |
1375 | <fieldValue name='cylinderTranslation' value='-0.47474 1.83287 -0.59825'/> |
1376 | <fieldValue name='coneTranslation' value='-0.55262 2.04986 -0.49015'/> |
1377 | <fieldValue name='rotation' value='35.20533 -0.00000 25.36345 0.55065'/> |
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.46744'/> |
1386 | <fieldValue name='cylinderTranslation' value='-0.68984 2.37254 -0.31215'/> |
1387 | <fieldValue name='coneTranslation' value='-0.71769 2.43131 -0.27743'/> |
1388 | <fieldValue name='rotation' value='22.01378 -0.00000 17.65755 0.64816'/> |
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='Vertex'> |
1396 | <fieldValue name='vertexText' value='"2010-01-26-FACEBOOK.COM-PANTHER.BRIGADE"'/> |
1397 | <fieldValue name='description' value='1: 2010-01-26-FACEBOOK.COM-PANTHER.BRIGADE'/> |
1398 | <fieldValue name='url'/> |
1399 | <fieldValue name='radius' value='0.1500'/> |
1400 | <fieldValue name='displayMode'/> |
1401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1402 | <fieldValue name='transparency' value='0'/> |
1403 | <fieldValue name='translation' value='-0.39481 2.29161 0.03030'/> |
1404 | <fieldValue name='textTranslation' value='-0.24481 2.29161 0.03030'/> |
1405 | <fieldValue name='textColor' value='0 0 0'/> |
1406 | </ProtoInstance> |
1407 | <ProtoInstance name='Vertex'> |
1408 | <fieldValue name='vertexText' value='"2010-01-26-HAITI.DODLIVE.MIL"'/> |
1409 | <fieldValue name='description' value='2: 2010-01-26-HAITI.DODLIVE.MIL'/> |
1410 | <fieldValue name='url'/> |
1411 | <fieldValue name='radius' value='0.1500'/> |
1412 | <fieldValue name='displayMode'/> |
1413 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1414 | <fieldValue name='transparency' value='0'/> |
1415 | <fieldValue name='translation' value='1.77564 -1.65836 -0.16641'/> |
1416 | <fieldValue name='textTranslation' value='1.92564 -1.65836 -0.16641'/> |
1417 | <fieldValue name='textColor' value='0 0 0'/> |
1418 | </ProtoInstance> |
1419 | <ProtoInstance name='Vertex'> |
1420 | <fieldValue name='vertexText' value='"2010-01-26-MARINES.MIL-UNIT"'/> |
1421 | <fieldValue name='description' value='3: 2010-01-26-MARINES.MIL-UNIT'/> |
1422 | <fieldValue name='url'/> |
1423 | <fieldValue name='radius' value='0.1500'/> |
1424 | <fieldValue name='displayMode'/> |
1425 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | <fieldValue name='translation' value='-0.13033 -0.03381 -1.76948'/> |
1428 | <fieldValue name='textTranslation' value='0.01967 -0.03381 -1.76948'/> |
1429 | <fieldValue name='textColor' value='0 0 0'/> |
1430 | </ProtoInstance> |
1431 | <ProtoInstance name='Vertex'> |
1432 | <fieldValue name='vertexText' value='"2010-01-26-TWITTER.COM-USAID_HAITI"'/> |
1433 | <fieldValue name='description' value='4: 2010-01-26-TWITTER.COM-USAID_HAITI'/> |
1434 | <fieldValue name='url'/> |
1435 | <fieldValue name='radius' value='0.1500'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1438 | <fieldValue name='transparency' value='0'/> |
1439 | <fieldValue name='translation' value='-1.45713 -0.68101 2.39927'/> |
1440 | <fieldValue name='textTranslation' value='-1.30713 -0.68101 2.39927'/> |
1441 | <fieldValue name='textColor' value='0 0 0'/> |
1442 | </ProtoInstance> |
1443 | <ProtoInstance name='Vertex'> |
1444 | <fieldValue name='vertexText' value=' "Haiti/2010-01-26/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-26.simple" '/> |
1445 | <fieldValue name='description' value='5: Haiti/2010-01-26/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-26.simple'/> |
1446 | <fieldValue name='url'/> |
1447 | <fieldValue name='radius' value='0.1500'/> |
1448 | <fieldValue name='displayMode'/> |
1449 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1450 | <fieldValue name='transparency' value='0'/> |
1451 | <fieldValue name='translation' value='-2.75381 -1.24915 0.25239'/> |
1452 | <fieldValue name='textTranslation' value='-2.60381 -1.24915 0.25239'/> |
1453 | <fieldValue name='textColor' value='0 0 0'/> |
1454 | </ProtoInstance> |
1455 | <ProtoInstance name='Vertex'> |
1456 | <fieldValue name='vertexText' value='"affected"'/> |
1457 | <fieldValue name='description' value='6: affected'/> |
1458 | <fieldValue name='url'/> |
1459 | <fieldValue name='radius' value='0.1500'/> |
1460 | <fieldValue name='displayMode'/> |
1461 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1462 | <fieldValue name='transparency' value='0'/> |
1463 | <fieldValue name='translation' value='-1.11586 0.33740 -2.19663'/> |
1464 | <fieldValue name='textTranslation' value='-0.96586 0.33740 -2.19663'/> |
1465 | <fieldValue name='textColor' value='0 0 0'/> |
1466 | </ProtoInstance> |
1467 | <ProtoInstance name='Vertex'> |
1468 | <fieldValue name='vertexText' value='"agency"'/> |
1469 | <fieldValue name='description' value='7: agency'/> |
1470 | <fieldValue name='url'/> |
1471 | <fieldValue name='radius' value='0.1500'/> |
1472 | <fieldValue name='displayMode'/> |
1473 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1474 | <fieldValue name='transparency' value='0'/> |
1475 | <fieldValue name='translation' value='0.31942 0.05508 -2.28734'/> |
1476 | <fieldValue name='textTranslation' value='0.46942 0.05508 -2.28734'/> |
1477 | <fieldValue name='textColor' value='0 0 0'/> |
1478 | </ProtoInstance> |
1479 | <ProtoInstance name='Vertex'> |
1480 | <fieldValue name='vertexText' value='"aid"'/> |
1481 | <fieldValue name='description' value='8: aid'/> |
1482 | <fieldValue name='url'/> |
1483 | <fieldValue name='radius' value='0.1500'/> |
1484 | <fieldValue name='displayMode'/> |
1485 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1486 | <fieldValue name='transparency' value='0'/> |
1487 | <fieldValue name='translation' value='-0.47851 0.56665 -1.89313'/> |
1488 | <fieldValue name='textTranslation' value='-0.32851 0.56665 -1.89313'/> |
1489 | <fieldValue name='textColor' value='0 0 0'/> |
1490 | </ProtoInstance> |
1491 | <ProtoInstance name='Vertex'> |
1492 | <fieldValue name='vertexText' value='"airborne"'/> |
1493 | <fieldValue name='description' value='9: airborne'/> |
1494 | <fieldValue name='url'/> |
1495 | <fieldValue name='radius' value='0.1500'/> |
1496 | <fieldValue name='displayMode'/> |
1497 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1498 | <fieldValue name='transparency' value='0'/> |
1499 | <fieldValue name='translation' value='-0.06110 2.64035 0.32939'/> |
1500 | <fieldValue name='textTranslation' value='0.08890 2.64035 0.32939'/> |
1501 | <fieldValue name='textColor' value='0 0 0'/> |
1502 | </ProtoInstance> |
1503 | <ProtoInstance name='Vertex'> |
1504 | <fieldValue name='vertexText' value='"airlines"'/> |
1505 | <fieldValue name='description' value='10: airlines'/> |
1506 | <fieldValue name='url'/> |
1507 | <fieldValue name='radius' value='0.1500'/> |
1508 | <fieldValue name='displayMode'/> |
1509 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1510 | <fieldValue name='transparency' value='0'/> |
1511 | <fieldValue name='translation' value='2.47143 -1.66333 -0.26120'/> |
1512 | <fieldValue name='textTranslation' value='2.62143 -1.66333 -0.26120'/> |
1513 | <fieldValue name='textColor' value='0 0 0'/> |
1514 | </ProtoInstance> |
1515 | <ProtoInstance name='Vertex'> |
1516 | <fieldValue name='vertexText' value='"amphibious"'/> |
1517 | <fieldValue name='description' value='11: amphibious'/> |
1518 | <fieldValue name='url'/> |
1519 | <fieldValue name='radius' value='0.1500'/> |
1520 | <fieldValue name='displayMode'/> |
1521 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1522 | <fieldValue name='transparency' value='0'/> |
1523 | <fieldValue name='translation' value='-0.26448 -0.22617 -2.22568'/> |
1524 | <fieldValue name='textTranslation' value='-0.11448 -0.22617 -2.22568'/> |
1525 | <fieldValue name='textColor' value='0 0 0'/> |
1526 | </ProtoInstance> |
1527 | <ProtoInstance name='Vertex'> |
1528 | <fieldValue name='vertexText' value='"anthony"'/> |
1529 | <fieldValue name='description' value='12: anthony'/> |
1530 | <fieldValue name='url'/> |
1531 | <fieldValue name='radius' value='0.1500'/> |
1532 | <fieldValue name='displayMode'/> |
1533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1534 | <fieldValue name='transparency' value='0'/> |
1535 | <fieldValue name='translation' value='-1.38692 2.25109 0.33319'/> |
1536 | <fieldValue name='textTranslation' value='-1.23692 2.25109 0.33319'/> |
1537 | <fieldValue name='textColor' value='0 0 0'/> |
1538 | </ProtoInstance> |
1539 | <ProtoInstance name='Vertex'> |
1540 | <fieldValue name='vertexText' value='"anxious"'/> |
1541 | <fieldValue name='description' value='13: anxious'/> |
1542 | <fieldValue name='url'/> |
1543 | <fieldValue name='radius' value='0.1500'/> |
1544 | <fieldValue name='displayMode'/> |
1545 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1546 | <fieldValue name='transparency' value='0'/> |
1547 | <fieldValue name='translation' value='1.97520 -2.00032 0.95085'/> |
1548 | <fieldValue name='textTranslation' value='2.12520 -2.00032 0.95085'/> |
1549 | <fieldValue name='textColor' value='0 0 0'/> |
1550 | </ProtoInstance> |
1551 | <ProtoInstance name='Vertex'> |
1552 | <fieldValue name='vertexText' value='"assault"'/> |
1553 | <fieldValue name='description' value='14: assault'/> |
1554 | <fieldValue name='url'/> |
1555 | <fieldValue name='radius' value='0.1500'/> |
1556 | <fieldValue name='displayMode'/> |
1557 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | <fieldValue name='translation' value='-0.55068 -0.59145 -2.55296'/> |
1560 | <fieldValue name='textTranslation' value='-0.40068 -0.59145 -2.55296'/> |
1561 | <fieldValue name='textColor' value='0 0 0'/> |
1562 | </ProtoInstance> |
1563 | <ProtoInstance name='Vertex'> |
1564 | <fieldValue name='vertexText' value='"associate"'/> |
1565 | <fieldValue name='description' value='15: associate'/> |
1566 | <fieldValue name='url'/> |
1567 | <fieldValue name='radius' value='0.1500'/> |
1568 | <fieldValue name='displayMode'/> |
1569 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1570 | <fieldValue name='transparency' value='0'/> |
1571 | <fieldValue name='translation' value='2.06528 -1.13814 0.91418'/> |
1572 | <fieldValue name='textTranslation' value='2.21528 -1.13814 0.91418'/> |
1573 | <fieldValue name='textColor' value='0 0 0'/> |
1574 | </ProtoInstance> |
1575 | <ProtoInstance name='Vertex'> |
1576 | <fieldValue name='vertexText' value='"brigade"'/> |
1577 | <fieldValue name='description' value='16: brigade'/> |
1578 | <fieldValue name='url'/> |
1579 | <fieldValue name='radius' value='0.1500'/> |
1580 | <fieldValue name='displayMode'/> |
1581 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1582 | <fieldValue name='transparency' value='0'/> |
1583 | <fieldValue name='translation' value='-0.59138 2.34852 1.03485'/> |
1584 | <fieldValue name='textTranslation' value='-0.44138 2.34852 1.03485'/> |
1585 | <fieldValue name='textColor' value='0 0 0'/> |
1586 | </ProtoInstance> |
1587 | <ProtoInstance name='Vertex'> |
1588 | <fieldValue name='vertexText' value='"cathy"'/> |
1589 | <fieldValue name='description' value='17: cathy'/> |
1590 | <fieldValue name='url'/> |
1591 | <fieldValue name='radius' value='0.1500'/> |
1592 | <fieldValue name='displayMode'/> |
1593 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1594 | <fieldValue name='transparency' value='0'/> |
1595 | <fieldValue name='translation' value='-1.41883 2.27607 0.13764'/> |
1596 | <fieldValue name='textTranslation' value='-1.26883 2.27607 0.13764'/> |
1597 | <fieldValue name='textColor' value='0 0 0'/> |
1598 | </ProtoInstance> |
1599 | <ProtoInstance name='Vertex'> |
1600 | <fieldValue name='vertexText' value='"citizens"'/> |
1601 | <fieldValue name='description' value='18: citizens'/> |
1602 | <fieldValue name='url'/> |
1603 | <fieldValue name='radius' value='0.1500'/> |
1604 | <fieldValue name='displayMode'/> |
1605 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1606 | <fieldValue name='transparency' value='0'/> |
1607 | <fieldValue name='translation' value='-0.70357 0.19862 -2.12993'/> |
1608 | <fieldValue name='textTranslation' value='-0.55357 0.19862 -2.12993'/> |
1609 | <fieldValue name='textColor' value='0 0 0'/> |
1610 | </ProtoInstance> |
1611 | <ProtoInstance name='Vertex'> |
1612 | <fieldValue name='vertexText' value='"clear"'/> |
1613 | <fieldValue name='description' value='19: clear'/> |
1614 | <fieldValue name='url'/> |
1615 | <fieldValue name='radius' value='0.1500'/> |
1616 | <fieldValue name='displayMode'/> |
1617 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1618 | <fieldValue name='transparency' value='0'/> |
1619 | <fieldValue name='translation' value='1.18662 -1.84390 -0.48925'/> |
1620 | <fieldValue name='textTranslation' value='1.33662 -1.84390 -0.48925'/> |
1621 | <fieldValue name='textColor' value='0 0 0'/> |
1622 | </ProtoInstance> |
1623 | <ProtoInstance name='Vertex'> |
1624 | <fieldValue name='vertexText' value='"combat"'/> |
1625 | <fieldValue name='description' value='20: combat'/> |
1626 | <fieldValue name='url'/> |
1627 | <fieldValue name='radius' value='0.1500'/> |
1628 | <fieldValue name='displayMode'/> |
1629 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1630 | <fieldValue name='transparency' value='0'/> |
1631 | <fieldValue name='translation' value='-0.46513 2.43432 0.62324'/> |
1632 | <fieldValue name='textTranslation' value='-0.31513 2.43432 0.62324'/> |
1633 | <fieldValue name='textColor' value='0 0 0'/> |
1634 | </ProtoInstance> |
1635 | <ProtoInstance name='Vertex'> |
1636 | <fieldValue name='vertexText' value='"conducting"'/> |
1637 | <fieldValue name='description' value='21: conducting'/> |
1638 | <fieldValue name='url'/> |
1639 | <fieldValue name='radius' value='0.1500'/> |
1640 | <fieldValue name='displayMode'/> |
1641 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1642 | <fieldValue name='transparency' value='0'/> |
1643 | <fieldValue name='translation' value='-0.03759 0.62898 -1.99485'/> |
1644 | <fieldValue name='textTranslation' value='0.11241 0.62898 -1.99485'/> |
1645 | <fieldValue name='textColor' value='0 0 0'/> |
1646 | </ProtoInstance> |
1647 | <ProtoInstance name='Vertex'> |
1648 | <fieldValue name='vertexText' value='"contact"'/> |
1649 | <fieldValue name='description' value='22: contact'/> |
1650 | <fieldValue name='url'/> |
1651 | <fieldValue name='radius' value='0.1500'/> |
1652 | <fieldValue name='displayMode'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1654 | <fieldValue name='transparency' value='0'/> |
1655 | <fieldValue name='translation' value='-1.90644 -0.16260 2.16278'/> |
1656 | <fieldValue name='textTranslation' value='-1.75644 -0.16260 2.16278'/> |
1657 | <fieldValue name='textColor' value='0 0 0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Vertex'> |
1660 | <fieldValue name='vertexText' value='"corps"'/> |
1661 | <fieldValue name='description' value='23: corps'/> |
1662 | <fieldValue name='url'/> |
1663 | <fieldValue name='radius' value='0.1500'/> |
1664 | <fieldValue name='displayMode'/> |
1665 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1666 | <fieldValue name='transparency' value='0'/> |
1667 | <fieldValue name='translation' value='0.28866 2.59044 0.73178'/> |
1668 | <fieldValue name='textTranslation' value='0.43866 2.59044 0.73178'/> |
1669 | <fieldValue name='textColor' value='0 0 0'/> |
1670 | </ProtoInstance> |
1671 | <ProtoInstance name='Vertex'> |
1672 | <fieldValue name='vertexText' value='"countries"'/> |
1673 | <fieldValue name='description' value='24: countries'/> |
1674 | <fieldValue name='url'/> |
1675 | <fieldValue name='radius' value='0.1500'/> |
1676 | <fieldValue name='displayMode'/> |
1677 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1678 | <fieldValue name='transparency' value='0'/> |
1679 | <fieldValue name='translation' value='2.36815 -1.86894 -0.49626'/> |
1680 | <fieldValue name='textTranslation' value='2.51815 -1.86894 -0.49626'/> |
1681 | <fieldValue name='textColor' value='0 0 0'/> |
1682 | </ProtoInstance> |
1683 | <ProtoInstance name='Vertex'> |
1684 | <fieldValue name='vertexText' value='"defense"'/> |
1685 | <fieldValue name='description' value='25: defense'/> |
1686 | <fieldValue name='url'/> |
1687 | <fieldValue name='radius' value='0.1500'/> |
1688 | <fieldValue name='displayMode'/> |
1689 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | <fieldValue name='translation' value='0.45871 -0.20663 -1.95583'/> |
1692 | <fieldValue name='textTranslation' value='0.60871 -0.20663 -1.95583'/> |
1693 | <fieldValue name='textColor' value='0 0 0'/> |
1694 | </ProtoInstance> |
1695 | <ProtoInstance name='Vertex'> |
1696 | <fieldValue name='vertexText' value='"department"'/> |
1697 | <fieldValue name='description' value='26: department'/> |
1698 | <fieldValue name='url'/> |
1699 | <fieldValue name='radius' value='0.1500'/> |
1700 | <fieldValue name='displayMode'/> |
1701 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1702 | <fieldValue name='transparency' value='0'/> |
1703 | <fieldValue name='translation' value='0.62525 -0.65019 -1.27813'/> |
1704 | <fieldValue name='textTranslation' value='0.77525 -0.65019 -1.27813'/> |
1705 | <fieldValue name='textColor' value='0 0 0'/> |
1706 | </ProtoInstance> |
1707 | <ProtoInstance name='Vertex'> |
1708 | <fieldValue name='vertexText' value='"development"'/> |
1709 | <fieldValue name='description' value='27: development'/> |
1710 | <fieldValue name='url'/> |
1711 | <fieldValue name='radius' value='0.1500'/> |
1712 | <fieldValue name='displayMode'/> |
1713 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1714 | <fieldValue name='transparency' value='0'/> |
1715 | <fieldValue name='translation' value='0.04320 0.46677 -2.23907'/> |
1716 | <fieldValue name='textTranslation' value='0.19320 0.46677 -2.23907'/> |
1717 | <fieldValue name='textColor' value='0 0 0'/> |
1718 | </ProtoInstance> |
1719 | <ProtoInstance name='Vertex'> |
1720 | <fieldValue name='vertexText' value='"disaster"'/> |
1721 | <fieldValue name='description' value='28: disaster'/> |
1722 | <fieldValue name='url'/> |
1723 | <fieldValue name='radius' value='0.1500'/> |
1724 | <fieldValue name='displayMode'/> |
1725 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1726 | <fieldValue name='transparency' value='0'/> |
1727 | <fieldValue name='translation' value='2.63679 -0.74562 0.19765'/> |
1728 | <fieldValue name='textTranslation' value='2.78679 -0.74562 0.19765'/> |
1729 | <fieldValue name='textColor' value='0 0 0'/> |
1730 | </ProtoInstance> |
1731 | <ProtoInstance name='Vertex'> |
1732 | <fieldValue name='vertexText' value='"division"'/> |
1733 | <fieldValue name='description' value='29: division'/> |
1734 | <fieldValue name='url'/> |
1735 | <fieldValue name='radius' value='0.1500'/> |
1736 | <fieldValue name='displayMode'/> |
1737 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1738 | <fieldValue name='transparency' value='0'/> |
1739 | <fieldValue name='translation' value='-0.24195 2.75495 0.05630'/> |
1740 | <fieldValue name='textTranslation' value='-0.09195 2.75495 0.05630'/> |
1741 | <fieldValue name='textColor' value='0 0 0'/> |
1742 | </ProtoInstance> |
1743 | <ProtoInstance name='Vertex'> |
1744 | <fieldValue name='vertexText' value='"dock"'/> |
1745 | <fieldValue name='description' value='30: dock'/> |
1746 | <fieldValue name='url'/> |
1747 | <fieldValue name='radius' value='0.1500'/> |
1748 | <fieldValue name='displayMode'/> |
1749 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1750 | <fieldValue name='transparency' value='0'/> |
1751 | <fieldValue name='translation' value='-0.23425 -0.21193 -2.75513'/> |
1752 | <fieldValue name='textTranslation' value='-0.08425 -0.21193 -2.75513'/> |
1753 | <fieldValue name='textColor' value='0 0 0'/> |
1754 | </ProtoInstance> |
1755 | <ProtoInstance name='Vertex'> |
1756 | <fieldValue name='vertexText' value='"epidemiology"'/> |
1757 | <fieldValue name='description' value='31: epidemiology'/> |
1758 | <fieldValue name='url'/> |
1759 | <fieldValue name='radius' value='0.1500'/> |
1760 | <fieldValue name='displayMode'/> |
1761 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1762 | <fieldValue name='transparency' value='0'/> |
1763 | <fieldValue name='translation' value='1.51720 -1.03123 -1.15478'/> |
1764 | <fieldValue name='textTranslation' value='1.66720 -1.03123 -1.15478'/> |
1765 | <fieldValue name='textColor' value='0 0 0'/> |
1766 | </ProtoInstance> |
1767 | <ProtoInstance name='Vertex'> |
1768 | <fieldValue name='vertexText' value='"evident"'/> |
1769 | <fieldValue name='description' value='32: evident'/> |
1770 | <fieldValue name='url'/> |
1771 | <fieldValue name='radius' value='0.1500'/> |
1772 | <fieldValue name='displayMode'/> |
1773 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1774 | <fieldValue name='transparency' value='0'/> |
1775 | <fieldValue name='translation' value='2.75381 -0.96575 -0.47489'/> |
1776 | <fieldValue name='textTranslation' value='2.90381 -0.96575 -0.47489'/> |
1777 | <fieldValue name='textColor' value='0 0 0'/> |
1778 | </ProtoInstance> |
1779 | <ProtoInstance name='Vertex'> |
1780 | <fieldValue name='vertexText' value='"fan"'/> |
1781 | <fieldValue name='description' value='33: fan'/> |
1782 | <fieldValue name='url'/> |
1783 | <fieldValue name='radius' value='0.1500'/> |
1784 | <fieldValue name='displayMode'/> |
1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1786 | <fieldValue name='transparency' value='0'/> |
1787 | <fieldValue name='translation' value='0.55292 2.71152 -0.17074'/> |
1788 | <fieldValue name='textTranslation' value='0.70292 2.71152 -0.17074'/> |
1789 | <fieldValue name='textColor' value='0 0 0'/> |
1790 | </ProtoInstance> |
1791 | <ProtoInstance name='Vertex'> |
1792 | <fieldValue name='vertexText' value='"follow"'/> |
1793 | <fieldValue name='description' value='34: follow'/> |
1794 | <fieldValue name='url'/> |
1795 | <fieldValue name='radius' value='0.1500'/> |
1796 | <fieldValue name='displayMode'/> |
1797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1798 | <fieldValue name='transparency' value='0'/> |
1799 | <fieldValue name='translation' value='-0.30722 2.75339 -0.15651'/> |
1800 | <fieldValue name='textTranslation' value='-0.15722 2.75339 -0.15651'/> |
1801 | <fieldValue name='textColor' value='0 0 0'/> |
1802 | </ProtoInstance> |
1803 | <ProtoInstance name='Vertex'> |
1804 | <fieldValue name='vertexText' value='"footer"'/> |
1805 | <fieldValue name='description' value='35: footer'/> |
1806 | <fieldValue name='url'/> |
1807 | <fieldValue name='radius' value='0.1500'/> |
1808 | <fieldValue name='displayMode'/> |
1809 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1810 | <fieldValue name='transparency' value='0'/> |
1811 | <fieldValue name='translation' value='-1.12926 0.00606 2.64037'/> |
1812 | <fieldValue name='textTranslation' value='-0.97926 0.00606 2.64037'/> |
1813 | <fieldValue name='textColor' value='0 0 0'/> |
1814 | </ProtoInstance> |
1815 | <ProtoInstance name='Vertex'> |
1816 | <fieldValue name='vertexText' value='"ford"'/> |
1817 | <fieldValue name='description' value='36: ford'/> |
1818 | <fieldValue name='url'/> |
1819 | <fieldValue name='radius' value='0.1500'/> |
1820 | <fieldValue name='displayMode'/> |
1821 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | <fieldValue name='translation' value='1.96457 -1.41045 0.28292'/> |
1824 | <fieldValue name='textTranslation' value='2.11457 -1.41045 0.28292'/> |
1825 | <fieldValue name='textColor' value='0 0 0'/> |
1826 | </ProtoInstance> |
1827 | <ProtoInstance name='Vertex'> |
1828 | <fieldValue name='vertexText' value='"fort"'/> |
1829 | <fieldValue name='description' value='37: fort'/> |
1830 | <fieldValue name='url'/> |
1831 | <fieldValue name='radius' value='0.1500'/> |
1832 | <fieldValue name='displayMode'/> |
1833 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1834 | <fieldValue name='transparency' value='0'/> |
1835 | <fieldValue name='translation' value='0.60815 2.56939 0.42811'/> |
1836 | <fieldValue name='textTranslation' value='0.75815 2.56939 0.42811'/> |
1837 | <fieldValue name='textColor' value='0 0 0'/> |
1838 | </ProtoInstance> |
1839 | <ProtoInstance name='Vertex'> |
1840 | <fieldValue name='vertexText' value='"frequently"'/> |
1841 | <fieldValue name='description' value='38: frequently'/> |
1842 | <fieldValue name='url'/> |
1843 | <fieldValue name='radius' value='0.1500'/> |
1844 | <fieldValue name='displayMode'/> |
1845 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1846 | <fieldValue name='transparency' value='0'/> |
1847 | <fieldValue name='translation' value='2.41103 -1.29642 -0.46958'/> |
1848 | <fieldValue name='textTranslation' value='2.56103 -1.29642 -0.46958'/> |
1849 | <fieldValue name='textColor' value='0 0 0'/> |
1850 | </ProtoInstance> |
1851 | <ProtoInstance name='Vertex'> |
1852 | <fieldValue name='vertexText' value='"health"'/> |
1853 | <fieldValue name='description' value='39: health'/> |
1854 | <fieldValue name='url'/> |
1855 | <fieldValue name='radius' value='0.1500'/> |
1856 | <fieldValue name='displayMode'/> |
1857 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1858 | <fieldValue name='transparency' value='0'/> |
1859 | <fieldValue name='translation' value='2.71464 -1.58487 0.45892'/> |
1860 | <fieldValue name='textTranslation' value='2.86464 -1.58487 0.45892'/> |
1861 | <fieldValue name='textColor' value='0 0 0'/> |
1862 | </ProtoInstance> |
1863 | <ProtoInstance name='Vertex'> |
1864 | <fieldValue name='vertexText' value='"international"'/> |
1865 | <fieldValue name='description' value='40: international'/> |
1866 | <fieldValue name='url'/> |
1867 | <fieldValue name='radius' value='0.1500'/> |
1868 | <fieldValue name='displayMode'/> |
1869 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1870 | <fieldValue name='transparency' value='0'/> |
1871 | <fieldValue name='translation' value='0.15121 0.27013 -2.32901'/> |
1872 | <fieldValue name='textTranslation' value='0.30121 0.27013 -2.32901'/> |
1873 | <fieldValue name='textColor' value='0 0 0'/> |
1874 | </ProtoInstance> |
1875 | <ProtoInstance name='Vertex'> |
1876 | <fieldValue name='vertexText' value='"jean"'/> |
1877 | <fieldValue name='description' value='41: jean'/> |
1878 | <fieldValue name='url'/> |
1879 | <fieldValue name='radius' value='0.1500'/> |
1880 | <fieldValue name='displayMode'/> |
1881 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1882 | <fieldValue name='transparency' value='0'/> |
1883 | <fieldValue name='translation' value='2.33431 -1.00891 0.70500'/> |
1884 | <fieldValue name='textTranslation' value='2.48431 -1.00891 0.70500'/> |
1885 | <fieldValue name='textColor' value='0 0 0'/> |
1886 | </ProtoInstance> |
1887 | <ProtoInstance name='Vertex'> |
1888 | <fieldValue name='vertexText' value='"jobs"'/> |
1889 | <fieldValue name='description' value='42: jobs'/> |
1890 | <fieldValue name='url'/> |
1891 | <fieldValue name='radius' value='0.1500'/> |
1892 | <fieldValue name='displayMode'/> |
1893 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1894 | <fieldValue name='transparency' value='0'/> |
1895 | <fieldValue name='translation' value='-0.79572 -0.55096 2.75513'/> |
1896 | <fieldValue name='textTranslation' value='-0.64572 -0.55096 2.75513'/> |
1897 | <fieldValue name='textColor' value='0 0 0'/> |
1898 | </ProtoInstance> |
1899 | <ProtoInstance name='Vertex'> |
1900 | <fieldValue name='vertexText' value='"kinds"'/> |
1901 | <fieldValue name='description' value='43: kinds'/> |
1902 | <fieldValue name='url'/> |
1903 | <fieldValue name='radius' value='0.1500'/> |
1904 | <fieldValue name='displayMode'/> |
1905 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
1906 | <fieldValue name='transparency' value='0'/> |
1907 | <fieldValue name='translation' value='-1.21209 -1.36260 2.36952'/> |
1908 | <fieldValue name='textTranslation' value='-1.06209 -1.36260 2.36952'/> |
1909 | <fieldValue name='textColor' value='0 0 0'/> |
1910 | </ProtoInstance> |
1911 | <ProtoInstance name='Vertex'> |
1912 | <fieldValue name='vertexText' value='"landed"'/> |
1913 | <fieldValue name='description' value='44: landed'/> |
1914 | <fieldValue name='url'/> |
1915 | <fieldValue name='radius' value='0.1500'/> |
1916 | <fieldValue name='displayMode'/> |
1917 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1918 | <fieldValue name='transparency' value='0'/> |
1919 | <fieldValue name='translation' value='2.34390 -1.65618 -0.65059'/> |
1920 | <fieldValue name='textTranslation' value='2.49390 -1.65618 -0.65059'/> |
1921 | <fieldValue name='textColor' value='0 0 0'/> |
1922 | </ProtoInstance> |
1923 | <ProtoInstance name='Vertex'> |
1924 | <fieldValue name='vertexText' value='"landing"'/> |
1925 | <fieldValue name='description' value='45: landing'/> |
1926 | <fieldValue name='url'/> |
1927 | <fieldValue name='radius' value='0.1500'/> |
1928 | <fieldValue name='displayMode'/> |
1929 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1930 | <fieldValue name='transparency' value='0'/> |
1931 | <fieldValue name='translation' value='1.01768 -1.14661 -0.90234'/> |
1932 | <fieldValue name='textTranslation' value='1.16768 -1.14661 -0.90234'/> |
1933 | <fieldValue name='textColor' value='0 0 0'/> |
1934 | </ProtoInstance> |
1935 | <ProtoInstance name='Vertex'> |
1936 | <fieldValue name='vertexText' value='"lines"'/> |
1937 | <fieldValue name='description' value='46: lines'/> |
1938 | <fieldValue name='url'/> |
1939 | <fieldValue name='radius' value='0.1500'/> |
1940 | <fieldValue name='displayMode'/> |
1941 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1942 | <fieldValue name='transparency' value='0'/> |
1943 | <fieldValue name='translation' value='1.72429 -2.25464 0.26606'/> |
1944 | <fieldValue name='textTranslation' value='1.87429 -2.25464 0.26606'/> |
1945 | <fieldValue name='textColor' value='0 0 0'/> |
1946 | </ProtoInstance> |
1947 | <ProtoInstance name='Vertex'> |
1948 | <fieldValue name='vertexText' value='"long"'/> |
1949 | <fieldValue name='description' value='47: long'/> |
1950 | <fieldValue name='url'/> |
1951 | <fieldValue name='radius' value='0.1500'/> |
1952 | <fieldValue name='displayMode'/> |
1953 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1954 | <fieldValue name='transparency' value='0'/> |
1955 | <fieldValue name='translation' value='1.43926 -2.52926 0.59237'/> |
1956 | <fieldValue name='textTranslation' value='1.58926 -2.52926 0.59237'/> |
1957 | <fieldValue name='textColor' value='0 0 0'/> |
1958 | </ProtoInstance> |
1959 | <ProtoInstance name='Vertex'> |
1960 | <fieldValue name='vertexText' value='"medicine"'/> |
1961 | <fieldValue name='description' value='48: medicine'/> |
1962 | <fieldValue name='url'/> |
1963 | <fieldValue name='radius' value='0.1500'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1966 | <fieldValue name='transparency' value='0'/> |
1967 | <fieldValue name='translation' value='1.63421 -1.66366 -0.81382'/> |
1968 | <fieldValue name='textTranslation' value='1.78421 -1.66366 -0.81382'/> |
1969 | <fieldValue name='textColor' value='0 0 0'/> |
1970 | </ProtoInstance> |
1971 | <ProtoInstance name='Vertex'> |
1972 | <fieldValue name='vertexText' value='"miami"'/> |
1973 | <fieldValue name='description' value='49: miami'/> |
1974 | <fieldValue name='url'/> |
1975 | <fieldValue name='radius' value='0.1500'/> |
1976 | <fieldValue name='displayMode'/> |
1977 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1978 | <fieldValue name='transparency' value='0'/> |
1979 | <fieldValue name='translation' value='1.80359 -2.35549 -0.37295'/> |
1980 | <fieldValue name='textTranslation' value='1.95359 -2.35549 -0.37295'/> |
1981 | <fieldValue name='textColor' value='0 0 0'/> |
1982 | </ProtoInstance> |
1983 | <ProtoInstance name='Vertex'> |
1984 | <fieldValue name='vertexText' value='"operation"'/> |
1985 | <fieldValue name='description' value='50: operation'/> |
1986 | <fieldValue name='url'/> |
1987 | <fieldValue name='radius' value='0.1500'/> |
1988 | <fieldValue name='displayMode'/> |
1989 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1990 | <fieldValue name='transparency' value='0'/> |
1991 | <fieldValue name='translation' value='-0.25473 0.41833 -1.56032'/> |
1992 | <fieldValue name='textTranslation' value='-0.10473 0.41833 -1.56032'/> |
1993 | <fieldValue name='textColor' value='0 0 0'/> |
1994 | </ProtoInstance> |
1995 | <ProtoInstance name='Vertex'> |
1996 | <fieldValue name='vertexText' value='"paratroopers"'/> |
1997 | <fieldValue name='description' value='51: paratroopers'/> |
1998 | <fieldValue name='url'/> |
1999 | <fieldValue name='radius' value='0.1500'/> |
2000 | <fieldValue name='displayMode'/> |
2001 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2002 | <fieldValue name='transparency' value='0'/> |
2003 | <fieldValue name='translation' value='-0.43688 2.24323 -0.86753'/> |
2004 | <fieldValue name='textTranslation' value='-0.28688 2.24323 -0.86753'/> |
2005 | <fieldValue name='textColor' value='0 0 0'/> |
2006 | </ProtoInstance> |
2007 | <ProtoInstance name='Vertex'> |
2008 | <fieldValue name='vertexText' value='"post"'/> |
2009 | <fieldValue name='description' value='52: post'/> |
2010 | <fieldValue name='url'/> |
2011 | <fieldValue name='radius' value='0.1500'/> |
2012 | <fieldValue name='displayMode'/> |
2013 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2014 | <fieldValue name='transparency' value='0'/> |
2015 | <fieldValue name='translation' value='1.61250 -1.62831 0.55842'/> |
2016 | <fieldValue name='textTranslation' value='1.76250 -1.62831 0.55842'/> |
2017 | <fieldValue name='textColor' value='0 0 0'/> |
2018 | </ProtoInstance> |
2019 | <ProtoInstance name='Vertex'> |
2020 | <fieldValue name='vertexText' value='"project"'/> |
2021 | <fieldValue name='description' value='53: project'/> |
2022 | <fieldValue name='url'/> |
2023 | <fieldValue name='radius' value='0.1500'/> |
2024 | <fieldValue name='displayMode'/> |
2025 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2026 | <fieldValue name='transparency' value='0'/> |
2027 | <fieldValue name='translation' value='1.74220 -2.44040 -1.05249'/> |
2028 | <fieldValue name='textTranslation' value='1.89220 -2.44040 -1.05249'/> |
2029 | <fieldValue name='textColor' value='0 0 0'/> |
2030 | </ProtoInstance> |
2031 | <ProtoInstance name='Vertex'> |
2032 | <fieldValue name='vertexText' value='"public"'/> |
2033 | <fieldValue name='description' value='54: public'/> |
2034 | <fieldValue name='url'/> |
2035 | <fieldValue name='radius' value='0.1500'/> |
2036 | <fieldValue name='displayMode'/> |
2037 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2038 | <fieldValue name='transparency' value='0'/> |
2039 | <fieldValue name='translation' value='2.37805 -1.85198 0.07095'/> |
2040 | <fieldValue name='textTranslation' value='2.52805 -1.85198 0.07095'/> |
2041 | <fieldValue name='textColor' value='0 0 0'/> |
2042 | </ProtoInstance> |
2043 | <ProtoInstance name='Vertex'> |
2044 | <fieldValue name='vertexText' value='"reconcile"'/> |
2045 | <fieldValue name='description' value='55: reconcile'/> |
2046 | <fieldValue name='url'/> |
2047 | <fieldValue name='radius' value='0.1500'/> |
2048 | <fieldValue name='displayMode'/> |
2049 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2050 | <fieldValue name='transparency' value='0'/> |
2051 | <fieldValue name='translation' value='-1.46390 -1.39361 2.20002'/> |
2052 | <fieldValue name='textTranslation' value='-1.31390 -1.39361 2.20002'/> |
2053 | <fieldValue name='textColor' value='0 0 0'/> |
2054 | </ProtoInstance> |
2055 | <ProtoInstance name='Vertex'> |
2056 | <fieldValue name='vertexText' value='"region"'/> |
2057 | <fieldValue name='description' value='56: region'/> |
2058 | <fieldValue name='url'/> |
2059 | <fieldValue name='radius' value='0.1500'/> |
2060 | <fieldValue name='displayMode'/> |
2061 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2062 | <fieldValue name='transparency' value='0'/> |
2063 | <fieldValue name='translation' value='-1.31991 -0.30814 -1.82120'/> |
2064 | <fieldValue name='textTranslation' value='-1.16991 -0.30814 -1.82120'/> |
2065 | <fieldValue name='textColor' value='0 0 0'/> |
2066 | </ProtoInstance> |
2067 | <ProtoInstance name='Vertex'> |
2068 | <fieldValue name='vertexText' value='"responded"'/> |
2069 | <fieldValue name='description' value='57: responded'/> |
2070 | <fieldValue name='url'/> |
2071 | <fieldValue name='radius' value='0.1500'/> |
2072 | <fieldValue name='displayMode'/> |
2073 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2074 | <fieldValue name='transparency' value='0'/> |
2075 | <fieldValue name='translation' value='0.93870 -2.56971 0.10219'/> |
2076 | <fieldValue name='textTranslation' value='1.08870 -2.56971 0.10219'/> |
2077 | <fieldValue name='textColor' value='0 0 0'/> |
2078 | </ProtoInstance> |
2079 | <ProtoInstance name='Vertex'> |
2080 | <fieldValue name='vertexText' value='"response"'/> |
2081 | <fieldValue name='description' value='58: response'/> |
2082 | <fieldValue name='url'/> |
2083 | <fieldValue name='radius' value='0.1500'/> |
2084 | <fieldValue name='displayMode'/> |
2085 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2086 | <fieldValue name='transparency' value='0'/> |
2087 | <fieldValue name='translation' value='-0.22892 -0.54747 -1.55312'/> |
2088 | <fieldValue name='textTranslation' value='-0.07892 -0.54747 -1.55312'/> |
2089 | <fieldValue name='textColor' value='0 0 0'/> |
2090 | </ProtoInstance> |
2091 | <ProtoInstance name='Vertex'> |
2092 | <fieldValue name='vertexText' value='"sad"'/> |
2093 | <fieldValue name='description' value='59: sad'/> |
2094 | <fieldValue name='url'/> |
2095 | <fieldValue name='radius' value='0.1500'/> |
2096 | <fieldValue name='displayMode'/> |
2097 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2098 | <fieldValue name='transparency' value='0'/> |
2099 | <fieldValue name='translation' value='1.94690 -2.03806 0.42603'/> |
2100 | <fieldValue name='textTranslation' value='2.09690 -2.03806 0.42603'/> |
2101 | <fieldValue name='textColor' value='0 0 0'/> |
2102 | </ProtoInstance> |
2103 | <ProtoInstance name='Vertex'> |
2104 | <fieldValue name='vertexText' value='"school"'/> |
2105 | <fieldValue name='description' value='60: school'/> |
2106 | <fieldValue name='url'/> |
2107 | <fieldValue name='radius' value='0.1500'/> |
2108 | <fieldValue name='displayMode'/> |
2109 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2110 | <fieldValue name='transparency' value='0'/> |
2111 | <fieldValue name='translation' value='1.96977 -1.97029 -0.39097'/> |
2112 | <fieldValue name='textTranslation' value='2.11977 -1.97029 -0.39097'/> |
2113 | <fieldValue name='textColor' value='0 0 0'/> |
2114 | </ProtoInstance> |
2115 | <ProtoInstance name='Vertex'> |
2116 | <fieldValue name='vertexText' value='"ships"'/> |
2117 | <fieldValue name='description' value='61: ships'/> |
2118 | <fieldValue name='url'/> |
2119 | <fieldValue name='radius' value='0.1500'/> |
2120 | <fieldValue name='displayMode'/> |
2121 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2122 | <fieldValue name='transparency' value='0'/> |
2123 | <fieldValue name='translation' value='0.43637 -0.98311 -1.68779'/> |
2124 | <fieldValue name='textTranslation' value='0.58637 -0.98311 -1.68779'/> |
2125 | <fieldValue name='textColor' value='0 0 0'/> |
2126 | </ProtoInstance> |
2127 | <ProtoInstance name='Vertex'> |
2128 | <fieldValue name='vertexText' value='"station"'/> |
2129 | <fieldValue name='description' value='62: station'/> |
2130 | <fieldValue name='url'/> |
2131 | <fieldValue name='radius' value='0.1500'/> |
2132 | <fieldValue name='displayMode'/> |
2133 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2134 | <fieldValue name='transparency' value='0'/> |
2135 | <fieldValue name='translation' value='-1.05482 -0.80240 -2.03882'/> |
2136 | <fieldValue name='textTranslation' value='-0.90482 -0.80240 -2.03882'/> |
2137 | <fieldValue name='textColor' value='0 0 0'/> |
2138 | </ProtoInstance> |
2139 | <ProtoInstance name='Vertex'> |
2140 | <fieldValue name='vertexText' value='"status"'/> |
2141 | <fieldValue name='description' value='63: status'/> |
2142 | <fieldValue name='url'/> |
2143 | <fieldValue name='radius' value='0.1500'/> |
2144 | <fieldValue name='displayMode'/> |
2145 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2146 | <fieldValue name='transparency' value='0'/> |
2147 | <fieldValue name='translation' value='-1.97994 -1.05131 1.91567'/> |
2148 | <fieldValue name='textTranslation' value='-1.82994 -1.05131 1.91567'/> |
2149 | <fieldValue name='textColor' value='0 0 0'/> |
2150 | </ProtoInstance> |
2151 | <ProtoInstance name='Vertex'> |
2152 | <fieldValue name='vertexText' value='"struck"'/> |
2153 | <fieldValue name='description' value='64: struck'/> |
2154 | <fieldValue name='url'/> |
2155 | <fieldValue name='radius' value='0.1500'/> |
2156 | <fieldValue name='displayMode'/> |
2157 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2158 | <fieldValue name='transparency' value='0'/> |
2159 | <fieldValue name='translation' value='-0.85656 -0.24895 -1.88175'/> |
2160 | <fieldValue name='textTranslation' value='-0.70656 -0.24895 -1.88175'/> |
2161 | <fieldValue name='textColor' value='0 0 0'/> |
2162 | </ProtoInstance> |
2163 | <ProtoInstance name='Vertex'> |
2164 | <fieldValue name='vertexText' value='"support"'/> |
2165 | <fieldValue name='description' value='65: support'/> |
2166 | <fieldValue name='url'/> |
2167 | <fieldValue name='radius' value='0.1500'/> |
2168 | <fieldValue name='displayMode'/> |
2169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2170 | <fieldValue name='transparency' value='0'/> |
2171 | <fieldValue name='translation' value='-0.34792 1.47953 -0.77427'/> |
2172 | <fieldValue name='textTranslation' value='-0.19792 1.47953 -0.77427'/> |
2173 | <fieldValue name='textColor' value='0 0 0'/> |
2174 | </ProtoInstance> |
2175 | <ProtoInstance name='Vertex'> |
2176 | <fieldValue name='vertexText' value='"team"'/> |
2177 | <fieldValue name='description' value='66: team'/> |
2178 | <fieldValue name='url'/> |
2179 | <fieldValue name='radius' value='0.1500'/> |
2180 | <fieldValue name='displayMode'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='transparency' value='0'/> |
2183 | <fieldValue name='translation' value='-0.19792 2.38699 1.05142'/> |
2184 | <fieldValue name='textTranslation' value='-0.04792 2.38699 1.05142'/> |
2185 | <fieldValue name='textColor' value='0 0 0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Vertex'> |
2188 | <fieldValue name='vertexText' value='"terms"'/> |
2189 | <fieldValue name='description' value='67: terms'/> |
2190 | <fieldValue name='url'/> |
2191 | <fieldValue name='radius' value='0.1500'/> |
2192 | <fieldValue name='displayMode'/> |
2193 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2194 | <fieldValue name='transparency' value='0'/> |
2195 | <fieldValue name='translation' value='-1.15938 -0.61812 2.61722'/> |
2196 | <fieldValue name='textTranslation' value='-1.00938 -0.61812 2.61722'/> |
2197 | <fieldValue name='textColor' value='0 0 0'/> |
2198 | </ProtoInstance> |
2199 | <ProtoInstance name='Vertex'> |
2200 | <fieldValue name='vertexText' value='"twitter"'/> |
2201 | <fieldValue name='description' value='68: twitter'/> |
2202 | <fieldValue name='url'/> |
2203 | <fieldValue name='radius' value='0.1500'/> |
2204 | <fieldValue name='displayMode'/> |
2205 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2206 | <fieldValue name='transparency' value='0'/> |
2207 | <fieldValue name='translation' value='-2.03440 -0.38350 2.03330'/> |
2208 | <fieldValue name='textTranslation' value='-1.88440 -0.38350 2.03330'/> |
2209 | <fieldValue name='textColor' value='0 0 0'/> |
2210 | </ProtoInstance> |
2211 | <ProtoInstance name='Vertex'> |
2212 | <fieldValue name='vertexText' value='"unified"'/> |
2213 | <fieldValue name='description' value='69: unified'/> |
2214 | <fieldValue name='url'/> |
2215 | <fieldValue name='radius' value='0.1500'/> |
2216 | <fieldValue name='displayMode'/> |
2217 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2218 | <fieldValue name='transparency' value='0'/> |
2219 | <fieldValue name='translation' value='-0.69924 -0.07510 -1.49315'/> |
2220 | <fieldValue name='textTranslation' value='-0.54924 -0.07510 -1.49315'/> |
2221 | <fieldValue name='textColor' value='0 0 0'/> |
2222 | </ProtoInstance> |
2223 | <ProtoInstance name='Vertex'> |
2224 | <fieldValue name='vertexText' value='"university"'/> |
2225 | <fieldValue name='description' value='70: university'/> |
2226 | <fieldValue name='url'/> |
2227 | <fieldValue name='radius' value='0.1500'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2230 | <fieldValue name='transparency' value='0'/> |
2231 | <fieldValue name='translation' value='1.46748 -2.75495 -0.38128'/> |
2232 | <fieldValue name='textTranslation' value='1.61748 -2.75495 -0.38128'/> |
2233 | <fieldValue name='textColor' value='0 0 0'/> |
2234 | </ProtoInstance> |
2235 | <ProtoInstance name='Vertex'> |
2236 | <fieldValue name='vertexText' value='"victims"'/> |
2237 | <fieldValue name='description' value='71: victims'/> |
2238 | <fieldValue name='url'/> |
2239 | <fieldValue name='radius' value='0.1500'/> |
2240 | <fieldValue name='displayMode'/> |
2241 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2242 | <fieldValue name='transparency' value='0'/> |
2243 | <fieldValue name='translation' value='-0.60155 2.18621 -0.42222'/> |
2244 | <fieldValue name='textTranslation' value='-0.45155 2.18621 -0.42222'/> |
2245 | <fieldValue name='textColor' value='0 0 0'/> |
2246 | </ProtoInstance> |
2247 | <ProtoInstance name='Vertex'> |
2248 | <fieldValue name='vertexText' value='"weeks"'/> |
2249 | <fieldValue name='description' value='72: weeks'/> |
2250 | <fieldValue name='url'/> |
2251 | <fieldValue name='radius' value='0.1500'/> |
2252 | <fieldValue name='displayMode'/> |
2253 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2254 | <fieldValue name='transparency' value='0'/> |
2255 | <fieldValue name='translation' value='-0.77813 2.55886 -0.20208'/> |
2256 | <fieldValue name='textTranslation' value='-0.62813 2.55886 -0.20208'/> |
2257 | <fieldValue name='textColor' value='0 0 0'/> |
2258 | </ProtoInstance> |
2259 | <ProtoInstance name='Vertex'> |
2260 | <fieldValue name='vertexText' value='"wife"'/> |
2261 | <fieldValue name='description' value='73: wife'/> |
2262 | <fieldValue name='url'/> |
2263 | <fieldValue name='radius' value='0.1500'/> |
2264 | <fieldValue name='displayMode'/> |
2265 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2266 | <fieldValue name='transparency' value='0'/> |
2267 | <fieldValue name='translation' value='-1.08976 2.20563 0.84322'/> |
2268 | <fieldValue name='textTranslation' value='-0.93976 2.20563 0.84322'/> |
2269 | <fieldValue name='textColor' value='0 0 0'/> |
2270 | </ProtoInstance> |
2271 | <ProtoInstance name='Vertex'> |
2272 | <fieldValue name='vertexText' value='"world"'/> |
2273 | <fieldValue name='description' value='74: world'/> |
2274 | <fieldValue name='url'/> |
2275 | <fieldValue name='radius' value='0.1500'/> |
2276 | <fieldValue name='displayMode'/> |
2277 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2278 | <fieldValue name='transparency' value='0'/> |
2279 | <fieldValue name='translation' value='1.23235 -2.21797 -0.13720'/> |
2280 | <fieldValue name='textTranslation' value='1.38235 -2.21797 -0.13720'/> |
2281 | <fieldValue name='textColor' value='0 0 0'/> |
2282 | </ProtoInstance> |
2283 | <ProtoInstance name='Vertex'> |
2284 | <fieldValue name='vertexText' value='"written"'/> |
2285 | <fieldValue name='description' value='75: written'/> |
2286 | <fieldValue name='url'/> |
2287 | <fieldValue name='radius' value='0.1500'/> |
2288 | <fieldValue name='displayMode'/> |
2289 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2290 | <fieldValue name='transparency' value='0'/> |
2291 | <fieldValue name='translation' value='1.37002 -1.79347 1.02710'/> |
2292 | <fieldValue name='textTranslation' value='1.52002 -1.79347 1.02710'/> |
2293 | <fieldValue name='textColor' value='0 0 0'/> |
2294 | </ProtoInstance> |
2295 | </Scene> |
2296 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1419
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1551
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1803
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1815
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1827
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1839
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1851
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1863
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1875
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1887
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1899
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1911
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1935
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1947
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1959
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1971
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1983
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1995
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2007
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2019
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2031
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2043
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2067
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2079
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2091
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2103
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2115
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2127
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2139
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2151
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2163
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2175
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2199
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2211
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2223
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2235
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2247
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2259
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2271
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2283
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->