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.83296'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.92075 1.32155 1.54825'/> |
56 | <fieldValue name='coneTranslation' value='-1.11923 1.19343 1.44842'/> |
57 | <fieldValue name='rotation' value='-32.42364 0 64.46177 2.09390'/> |
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.50480'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.70665 2.02377 1.15342'/> |
67 | <fieldValue name='coneTranslation' value='-0.79185 2.41285 0.71490'/> |
68 | <fieldValue name='rotation' value='-111.39127 0 21.64265 0.85426'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='0.36556'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.68936 1.56036 1.86592'/> |
78 | <fieldValue name='coneTranslation' value='-0.70069 1.56419 1.88531'/> |
79 | <fieldValue name='rotation' value='31.10998 -0.00000 18.18489 1.40179'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='0.84608'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.53783 1.64087 2.11400'/> |
89 | <fieldValue name='coneTranslation' value='-0.50014 1.71004 2.36496'/> |
90 | <fieldValue name='rotation' value='80.72482 0 -12.12157 1.30468'/> |
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.81369'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.64241 1.23105 1.43751'/> |
100 | <fieldValue name='coneTranslation' value='-0.66909 1.04991 1.27196'/> |
101 | <fieldValue name='rotation' value='-54.57187 0 8.79474 2.39476'/> |
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.48079'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.56931 2.14137 1.29433'/> |
111 | <fieldValue name='coneTranslation' value='-0.54648 2.62092 0.96819'/> |
112 | <fieldValue name='rotation' value='-83.20911 0 -5.82501 0.59837'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='1.39777'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.16436 1.90015 1.53467'/> |
122 | <fieldValue name='coneTranslation' value='-1.60073 2.18585 1.39919'/> |
123 | <fieldValue name='rotation' value='-35.14074 0 113.18525 1.01199'/> |
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.53702'/> |
132 | <fieldValue name='cylinderTranslation' value='-1.01101 1.58301 1.06420'/> |
133 | <fieldValue name='coneTranslation' value='-1.33769 1.62530 0.55255'/> |
134 | <fieldValue name='rotation' value='-129.23469 0 82.51433 1.50125'/> |
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.83588'/> |
143 | <fieldValue name='cylinderTranslation' value='-1.00556 1.48166 1.79174'/> |
144 | <fieldValue name='coneTranslation' value='-1.25683 1.45206 1.84196'/> |
145 | <fieldValue name='rotation' value='16.27392 -0.00000 81.42528 1.68580'/> |
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.44095'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.14665 2.09041 1.73222'/> |
155 | <fieldValue name='coneTranslation' value='0.20481 2.52667 1.74921'/> |
156 | <fieldValue name='rotation' value='4.36911 0 -90.35787 0.67873'/> |
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.90934'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.40437 1.93324 1.78879'/> |
166 | <fieldValue name='coneTranslation' value='-0.27860 2.19484 1.83961'/> |
167 | <fieldValue name='rotation' value='15.68372 0 -38.81253 0.47839'/> |
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.54021'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.21433 1.77980 1.09155'/> |
177 | <fieldValue name='coneTranslation' value='0.08997 1.97800 0.60130'/> |
178 | <fieldValue name='rotation' value='-123.76363 0 -76.82072 1.23992'/> |
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.53112'/> |
187 | <fieldValue name='cylinderTranslation' value='0.13885 1.70153 1.82411'/> |
188 | <fieldValue name='coneTranslation' value='0.72204 1.83752 1.91408'/> |
189 | <fieldValue name='rotation' value='22.74837 0 -147.45712 1.34430'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='1.51250'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.12737 1.24416 2.22856'/> |
199 | <fieldValue name='coneTranslation' value='0.24404 1.01910 2.63712'/> |
200 | <fieldValue name='rotation' value='103.63822 0 -94.21406 1.95785'/> |
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.81733'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.62371 1.88615 1.90849'/> |
210 | <fieldValue name='coneTranslation' value='-0.63910 2.10310 2.02904'/> |
211 | <fieldValue name='rotation' value='39.62331 -0.00000 5.05555 0.51062'/> |
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.50021'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.45568 0.80059 1.81433'/> |
221 | <fieldValue name='coneTranslation' value='-0.34337 0.22708 1.89611'/> |
222 | <fieldValue name='rotation' value='20.79085 0 -28.55171 2.90393'/> |
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.95424'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.12830 1.55347 1.78811'/> |
232 | <fieldValue name='coneTranslation' value='0.18418 1.56932 1.83978'/> |
233 | <fieldValue name='rotation' value='15.54748 0 -94.02815 1.52078'/> |
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.55037'/> |
242 | <fieldValue name='cylinderTranslation' value='0.15364 1.36703 1.80446'/> |
243 | <fieldValue name='coneTranslation' value='0.75049 1.23800 1.87913'/> |
244 | <fieldValue name='rotation' value='18.81800 0 -150.41630 1.78211'/> |
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.56107'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.05165 1.85679 1.25958'/> |
254 | <fieldValue name='coneTranslation' value='0.38306 2.11690 0.90120'/> |
255 | <fieldValue name='rotation' value='-90.15739 0 -109.35816 1.13827'/> |
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.84724'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.64843 1.52414 2.13100'/> |
265 | <fieldValue name='coneTranslation' value='-0.67954 1.52073 2.39275'/> |
266 | <fieldValue name='rotation' value='84.12502 -0.00000 9.99891 1.58373'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='1.50987'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.29247 1.07736 2.23170'/> |
276 | <fieldValue name='coneTranslation' value='-0.05135 0.72096 2.64253'/> |
277 | <fieldValue name='rotation' value='104.26474 0 -61.19355 2.21312'/> |
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.52286'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.88953 0.89861 2.02161'/> |
287 | <fieldValue name='coneTranslation' value='-1.11945 0.40019 2.26745'/> |
288 | <fieldValue name='rotation' value='62.24788 -0.00000 58.21822 2.54760'/> |
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.55145'/> |
297 | <fieldValue name='cylinderTranslation' value='-1.22294 1.07243 1.65811'/> |
298 | <fieldValue name='coneTranslation' value='-1.71863 0.70955 1.61663'/> |
299 | <fieldValue name='rotation' value='-10.45243 0 124.90015 2.20106'/> |
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.54076'/> |
308 | <fieldValue name='cylinderTranslation' value='-1.18999 1.48756 1.21866'/> |
309 | <fieldValue name='coneTranslation' value='-1.65868 1.45425 0.82906'/> |
310 | <fieldValue name='rotation' value='-98.34311 0 118.31034 1.62541'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='0.86580'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.49000 1.11184 1.67705'/> |
320 | <fieldValue name='coneTranslation' value='-0.42163 0.84848 1.65604'/> |
321 | <fieldValue name='rotation' value='-6.66436 0 -21.68840 2.87644'/> |
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.89887'/> |
330 | <fieldValue name='cylinderTranslation' value='-0.91442 1.84548 1.66161'/> |
331 | <fieldValue name='coneTranslation' value='-1.11791 2.04889 1.63021'/> |
332 | <fieldValue name='rotation' value='-9.75226 0 63.19600 0.79146'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='1.25939'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.99966 1.33716 2.15590'/> |
342 | <fieldValue name='coneTranslation' value='-1.29894 1.19360 2.48822'/> |
343 | <fieldValue name='rotation' value='89.10581 -0.00000 80.24495 1.88140'/> |
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.31990'/> |
352 | <fieldValue name='cylinderTranslation' value='1.26666 -1.49366 -2.29959'/> |
353 | <fieldValue name='coneTranslation' value='1.03776 -1.21159 -2.64309'/> |
354 | <fieldValue name='rotation' value='-90.68616 0 60.42938 0.97133'/> |
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.33490'/> |
363 | <fieldValue name='cylinderTranslation' value='1.40409 -1.37409 -2.26612'/> |
364 | <fieldValue name='coneTranslation' value='1.27886 -1.00009 -2.58542'/> |
365 | <fieldValue name='rotation' value='-83.99343 0 32.94280 0.74215'/> |
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='1.32523'/> |
374 | <fieldValue name='cylinderTranslation' value='1.01906 -1.76892 -2.20310'/> |
375 | <fieldValue name='coneTranslation' value='0.60206 -1.69528 -2.47386'/> |
376 | <fieldValue name='rotation' value='-71.38944 0 109.94881 1.42375'/> |
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.34079'/> |
385 | <fieldValue name='cylinderTranslation' value='2.01859 -1.36890 -1.84580'/> |
386 | <fieldValue name='coneTranslation' value='2.36103 -0.99043 -1.84553'/> |
387 | <fieldValue name='rotation' value='0.07084 0 -89.95719 0.73546'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='1.27439'/> |
396 | <fieldValue name='cylinderTranslation' value='2.15887 -1.69915 -1.67296'/> |
397 | <fieldValue name='coneTranslation' value='2.60077 -1.57419 -1.54326'/> |
398 | <fieldValue name='rotation' value='34.63884 0 -118.01337 1.30584'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='0.78019'/> |
407 | <fieldValue name='cylinderTranslation' value='1.83299 -2.02355 -1.60624'/> |
408 | <fieldValue name='coneTranslation' value='1.98882 -2.11647 -1.46472'/> |
409 | <fieldValue name='rotation' value='47.98374 0 -52.83674 1.98652'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='1.37064'/> |
418 | <fieldValue name='cylinderTranslation' value='1.75740 -1.27367 -2.13464'/> |
419 | <fieldValue name='coneTranslation' value='1.90196 -0.81962 -2.35578'/> |
420 | <fieldValue name='rotation' value='-57.69710 0 -37.71810 0.52697'/> |
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.76067'/> |
429 | <fieldValue name='cylinderTranslation' value='1.54831 -2.20970 -1.68456'/> |
430 | <fieldValue name='coneTranslation' value='1.53644 -2.40880 -1.59094'/> |
431 | <fieldValue name='rotation' value='32.32024 -0.00000 4.09920 2.69899'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='1.28820'/> |
440 | <fieldValue name='cylinderTranslation' value='1.12983 -2.28805 -1.63627'/> |
441 | <fieldValue name='coneTranslation' value='0.79991 -2.60524 -1.47852'/> |
442 | <fieldValue name='rotation' value='41.97707 -0.00000 87.79444 2.28529'/> |
443 | <fieldValue name='diffuseColor' value='0 0 0'/> |
444 | <fieldValue name='ballRadius' value='0.02'/> |
445 | <fieldValue name='traceEnabled' value='false'/> |
446 | <fieldValue name='displayMode'/> |
447 | <fieldValue name='transparency' value='0'/> |
448 | </ProtoInstance> |
449 | <ProtoInstance name='Arc'> |
450 | <fieldValue name='cylinderHeight' value='0.70868'/> |
451 | <fieldValue name='cylinderTranslation' value='1.91459 -1.84481 -1.92058'/> |
452 | <fieldValue name='coneTranslation' value='2.10424 -1.83318 -1.96139'/> |
453 | <fieldValue name='rotation' value='-14.88354 0 -69.15774 1.51092'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='1.34281'/> |
462 | <fieldValue name='cylinderTranslation' value='1.96464 -2.00561 -1.32212'/> |
463 | <fieldValue name='coneTranslation' value='2.26614 -2.11195 -0.92297'/> |
464 | <fieldValue name='rotation' value='104.80710 0 -79.16635 1.78025'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='0.72193'/> |
473 | <fieldValue name='cylinderTranslation' value='1.67346 -1.93830 -1.50835'/> |
474 | <fieldValue name='coneTranslation' value='1.73173 -1.97855 -1.32027'/> |
475 | <fieldValue name='rotation' value='67.56240 0 -20.93094 1.77244'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='1.30982'/> |
484 | <fieldValue name='cylinderTranslation' value='1.48340 -2.30957 -1.37195'/> |
485 | <fieldValue name='coneTranslation' value='1.41887 -2.64476 -1.01359'/> |
486 | <fieldValue name='rotation' value='94.84196 -0.00000 17.08043 2.31485'/> |
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.74272'/> |
495 | <fieldValue name='cylinderTranslation' value='1.32467 -2.14332 -1.88366'/> |
496 | <fieldValue name='coneTranslation' value='1.18572 -2.30115 -1.90500'/> |
497 | <fieldValue name='rotation' value='-7.49974 0 48.82729 2.41394'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.60864'/> |
506 | <fieldValue name='cylinderTranslation' value='1.67994 -1.86436 -2.12945'/> |
507 | <fieldValue name='coneTranslation' value='1.73265 -1.86358 -2.26380'/> |
508 | <fieldValue name='rotation' value='-56.65886 0 -22.22716 1.56537'/> |
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.76508'/> |
517 | <fieldValue name='cylinderTranslation' value='1.81150 -1.58671 -1.94325'/> |
518 | <fieldValue name='coneTranslation' value='1.95268 -1.42422 -1.99974'/> |
519 | <fieldValue name='rotation' value='-19.41914 0 -48.53816 0.75228'/> |
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.34184'/> |
528 | <fieldValue name='cylinderTranslation' value='0.94625 -1.89281 -2.09484'/> |
529 | <fieldValue name='coneTranslation' value='0.47216 -1.91321 -2.28421'/> |
530 | <fieldValue name='rotation' value='-49.73604 0 124.51099 1.61075'/> |
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.39326'/> |
539 | <fieldValue name='cylinderTranslation' value='0.92071 -2.11370 -1.78359'/> |
540 | <fieldValue name='coneTranslation' value='0.42147 -2.30451 -1.73540'/> |
541 | <fieldValue name='rotation' value='12.51298 -0.00000 129.61848 1.93431'/> |
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.62586'/> |
550 | <fieldValue name='cylinderTranslation' value='-0.96472 1.02299 1.27539'/> |
551 | <fieldValue name='coneTranslation' value='-0.82870 0.97876 1.22127'/> |
552 | <fieldValue name='rotation' value='-22.14823 0 -55.66703 1.86419'/> |
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.60700'/> |
561 | <fieldValue name='cylinderTranslation' value='-1.32787 1.27360 1.62962'/> |
562 | <fieldValue name='coneTranslation' value='-1.36798 1.34930 1.74475'/> |
563 | <fieldValue name='rotation' value='48.69756 -0.00000 16.96352 1.01512'/> |
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.45846'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.67753 2.63553 0.73737'/> |
573 | <fieldValue name='coneTranslation' value='-0.63605 2.67104 0.77993'/> |
574 | <fieldValue name='rotation' value='28.18217 0 -27.46766 1.03212'/> |
575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
576 | <fieldValue name='ballRadius' value='0.02'/> |
577 | <fieldValue name='traceEnabled' value='false'/> |
578 | <fieldValue name='displayMode'/> |
579 | <fieldValue name='transparency' value='0'/> |
580 | </ProtoInstance> |
581 | <ProtoInstance name='Arc'> |
582 | <fieldValue name='cylinderHeight' value='0.60327'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.62875 1.67161 2.26955'/> |
584 | <fieldValue name='coneTranslation' value='-0.55760 1.70942 2.38603'/> |
585 | <fieldValue name='rotation' value='49.61484 0 -30.30646 1.30061'/> |
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.66837'/> |
594 | <fieldValue name='cylinderTranslation' value='-1.09649 1.51240 1.94729'/> |
595 | <fieldValue name='coneTranslation' value='-1.26130 1.47138 1.90863'/> |
596 | <fieldValue name='rotation' value='-14.83605 0 63.24039 1.80853'/> |
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.67011'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.71464 1.91690 2.06404'/> |
606 | <fieldValue name='coneTranslation' value='-0.68034 2.08711 2.08628'/> |
607 | <fieldValue name='rotation' value='8.51333 0 -13.12934 0.23569'/> |
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.54130'/> |
616 | <fieldValue name='cylinderTranslation' value='-0.73936 1.55488 2.28655'/> |
617 | <fieldValue name='coneTranslation' value='-0.72262 1.54007 2.39492'/> |
618 | <fieldValue name='rotation' value='53.01505 0 -8.18598 1.70504'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.95957'/> |
627 | <fieldValue name='cylinderTranslation' value='-1.09059 1.36790 2.31145'/> |
628 | <fieldValue name='coneTranslation' value='-1.29741 1.21913 2.50473'/> |
629 | <fieldValue name='rotation' value='57.99584 -0.00000 62.06006 2.05467'/> |
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.37043'/> |
638 | <fieldValue name='cylinderTranslation' value='1.10194 -1.00174 -2.71956'/> |
639 | <fieldValue name='coneTranslation' value='1.12066 -0.98547 -2.71500'/> |
640 | <fieldValue name='rotation' value='6.69273 0 -27.48658 0.86901'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='0.32341'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.58782 1.63539 2.53462'/> |
650 | <fieldValue name='coneTranslation' value='-0.58899 1.63416 2.53480'/> |
651 | <fieldValue name='rotation' value='3.40021 -0.00000 22.12048 2.37732'/> |
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.61586'/> |
660 | <fieldValue name='cylinderTranslation' value='-0.53397 0.81328 1.40419'/> |
661 | <fieldValue name='coneTranslation' value='-0.46075 0.75601 1.51926'/> |
662 | <fieldValue name='rotation' value='47.90751 0 -30.48314 1.96832'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.35983'/> |
671 | <fieldValue name='cylinderTranslation' value='0.39651 -1.79572 -2.45178'/> |
672 | <fieldValue name='coneTranslation' value='0.38845 -1.80943 -2.43980'/> |
673 | <fieldValue name='rotation' value='21.65340 -0.00000 14.56218 2.33029'/> |
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.57123'/> |
682 | <fieldValue name='cylinderTranslation' value='-1.48034 2.21601 1.48591'/> |
683 | <fieldValue name='coneTranslation' value='-1.37042 2.19197 1.54174'/> |
684 | <fieldValue name='rotation' value='25.38848 0 -49.98926 1.76339'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.50991'/> |
693 | <fieldValue name='cylinderTranslation' value='-1.60256 1.54096 0.57248'/> |
694 | <fieldValue name='coneTranslation' value='-1.66922 1.50541 0.63001'/> |
695 | <fieldValue name='rotation' value='30.89157 -0.00000 35.79601 1.95453'/> |
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.61425'/> |
704 | <fieldValue name='cylinderTranslation' value='0.04741 2.49404 1.81064'/> |
705 | <fieldValue name='coneTranslation' value='-0.07605 2.41875 1.83774'/> |
706 | <fieldValue name='rotation' value='11.31461 -0.00000 51.54534 2.10800'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='0.50855'/> |
715 | <fieldValue name='cylinderTranslation' value='-0.42965 2.28978 1.98691'/> |
716 | <fieldValue name='coneTranslation' value='-0.51097 2.27232 2.03129'/> |
717 | <fieldValue name='rotation' value='23.93959 -0.00000 43.86808 1.75708'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.49246'/> |
726 | <fieldValue name='cylinderTranslation' value='0.33246 2.10697 0.64077'/> |
727 | <fieldValue name='coneTranslation' value='0.38943 2.13394 0.69961'/> |
728 | <fieldValue name='rotation' value='33.60624 0 -32.53744 1.25278'/> |
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.61510'/> |
737 | <fieldValue name='cylinderTranslation' value='0.60899 1.72539 1.90185'/> |
738 | <fieldValue name='coneTranslation' value='0.48082 1.65435 1.88458'/> |
739 | <fieldValue name='rotation' value='-7.20089 0 53.42897 2.07310'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='0.46942'/> |
748 | <fieldValue name='cylinderTranslation' value='0.17860 0.79191 2.74989'/> |
749 | <fieldValue name='coneTranslation' value='0.12605 0.73881 2.75088'/> |
750 | <fieldValue name='rotation' value='0.62652 -0.00000 33.02051 2.36121'/> |
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.63190'/> |
759 | <fieldValue name='cylinderTranslation' value='2.26128 -1.08959 -1.94290'/> |
760 | <fieldValue name='coneTranslation' value='2.15906 -1.19710 -1.99100'/> |
761 | <fieldValue name='rotation' value='-19.48998 0 41.41903 2.33142'/> |
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.75419'/> |
770 | <fieldValue name='cylinderTranslation' value='2.50466 -1.67795 -1.74738'/> |
771 | <fieldValue name='coneTranslation' value='2.36403 -1.76180 -1.88993'/> |
772 | <fieldValue name='rotation' value='-49.52238 0 48.85563 1.96737'/> |
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.62730'/> |
781 | <fieldValue name='cylinderTranslation' value='2.22882 -2.16315 -1.08220'/> |
782 | <fieldValue name='coneTranslation' value='2.29331 -2.15437 -0.94302'/> |
783 | <fieldValue name='rotation' value='56.82335 0 -26.32962 1.51358'/> |
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.41134'/> |
792 | <fieldValue name='cylinderTranslation' value='1.93764 -2.09584 -1.26843'/> |
793 | <fieldValue name='coneTranslation' value='1.90222 -2.07691 -1.24669'/> |
794 | <fieldValue name='rotation' value='19.57866 -0.00000 31.90579 1.14342'/> |
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.68381'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.34724 0.38282 1.78100'/> |
804 | <fieldValue name='coneTranslation' value='-0.36549 0.54842 1.70797'/> |
805 | <fieldValue name='rotation' value='-27.45521 0 6.86331 0.42669'/> |
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.66906'/> |
814 | <fieldValue name='cylinderTranslation' value='1.46291 -2.65325 -1.21035'/> |
815 | <fieldValue name='coneTranslation' value='1.42904 -2.70536 -1.04725'/> |
816 | <fieldValue name='rotation' value='62.52172 -0.00000 12.98122 1.87395'/> |
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.69313'/> |
825 | <fieldValue name='cylinderTranslation' value='0.88570 -2.56535 -1.67377'/> |
826 | <fieldValue name='coneTranslation' value='0.99058 -2.48744 -1.80694'/> |
827 | <fieldValue name='rotation' value='-49.47681 0 -38.96716 1.13998'/> |
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.67681'/> |
836 | <fieldValue name='cylinderTranslation' value='0.62378 1.39088 1.88220'/> |
837 | <fieldValue name='coneTranslation' value='0.77242 1.29259 1.89082'/> |
838 | <fieldValue name='rotation' value='3.27052 0 -56.38815 2.15428'/> |
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.62952'/> |
847 | <fieldValue name='cylinderTranslation' value='2.02573 -1.84316 -2.20387'/> |
848 | <fieldValue name='coneTranslation' value='1.91036 -1.85277 -2.30657'/> |
849 | <fieldValue name='rotation' value='-41.77531 0 46.93058 1.63296'/> |
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='Vertex'> |
857 | <fieldValue name='vertexText' value='"2010-02-15-BLOGS.STATE.GOV-INDEX.PHP"'/> |
858 | <fieldValue name='description' value='1: 2010-02-15-BLOGS.STATE.GOV-INDEX.PHP'/> |
859 | <fieldValue name='url'/> |
860 | <fieldValue name='radius' value='0.1500'/> |
861 | <fieldValue name='displayMode'/> |
862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
863 | <fieldValue name='transparency' value='0'/> |
864 | <fieldValue name='translation' value='-0.59844 1.52961 1.71037'/> |
865 | <fieldValue name='textTranslation' value='-0.44844 1.52961 1.71037'/> |
866 | <fieldValue name='textColor' value='0 0 0'/> |
867 | </ProtoInstance> |
868 | <ProtoInstance name='Vertex'> |
869 | <fieldValue name='vertexText' value='"2010-02-15-TWITTER.COM-HAITI_INRELIEF"'/> |
870 | <fieldValue name='description' value='2: 2010-02-15-TWITTER.COM-HAITI_INRELIEF'/> |
871 | <fieldValue name='url'/> |
872 | <fieldValue name='radius' value='0.1500'/> |
873 | <fieldValue name='displayMode'/> |
874 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
875 | <fieldValue name='transparency' value='0'/> |
876 | <fieldValue name='translation' value='1.56881 -1.86601 -1.84616'/> |
877 | <fieldValue name='textTranslation' value='1.71881 -1.86601 -1.84616'/> |
878 | <fieldValue name='textColor' value='0 0 0'/> |
879 | </ProtoInstance> |
880 | <ProtoInstance name='Vertex'> |
881 | <fieldValue name='vertexText' value=' "Haiti/2010-02-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-15.simple" '/> |
882 | <fieldValue name='description' value='3: Haiti/2010-02-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-15.simple'/> |
883 | <fieldValue name='url'/> |
884 | <fieldValue name='radius' value='0.1500'/> |
885 | <fieldValue name='displayMode'/> |
886 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | <fieldValue name='translation' value='-2.74894 -0.32875 -1.91788'/> |
889 | <fieldValue name='textTranslation' value='-2.59894 -0.32875 -1.91788'/> |
890 | <fieldValue name='textColor' value='0 0 0'/> |
891 | </ProtoInstance> |
892 | <ProtoInstance name='Vertex'> |
893 | <fieldValue name='vertexText' value='"africa"'/> |
894 | <fieldValue name='description' value='4: africa'/> |
895 | <fieldValue name='url'/> |
896 | <fieldValue name='radius' value='0.1500'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='diffuseColor' value='0 0 0'/> |
899 | <fieldValue name='transparency' value='0'/> |
900 | <fieldValue name='translation' value='-1.24305 1.11349 1.38614'/> |
901 | <fieldValue name='textTranslation' value='-1.09305 1.11349 1.38614'/> |
902 | <fieldValue name='textColor' value='0 0 0'/> |
903 | </ProtoInstance> |
904 | <ProtoInstance name='Vertex'> |
905 | <fieldValue name='vertexText' value='"americas"'/> |
906 | <fieldValue name='description' value='5: americas'/> |
907 | <fieldValue name='url'/> |
908 | <fieldValue name='radius' value='0.1500'/> |
909 | <fieldValue name='displayMode'/> |
910 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
911 | <fieldValue name='transparency' value='0'/> |
912 | <fieldValue name='translation' value='-0.81486 2.51793 0.59646'/> |
913 | <fieldValue name='textTranslation' value='-0.66486 2.51793 0.59646'/> |
914 | <fieldValue name='textColor' value='0 0 0'/> |
915 | </ProtoInstance> |
916 | <ProtoInstance name='Vertex'> |
917 | <fieldValue name='vertexText' value='"asia"'/> |
918 | <fieldValue name='description' value='6: asia'/> |
919 | <fieldValue name='url'/> |
920 | <fieldValue name='radius' value='0.1500'/> |
921 | <fieldValue name='displayMode'/> |
922 | <fieldValue name='diffuseColor' value='0 0 0'/> |
923 | <fieldValue name='transparency' value='0'/> |
924 | <fieldValue name='translation' value='-0.78029 1.59110 2.02147'/> |
925 | <fieldValue name='textTranslation' value='-0.63029 1.59110 2.02147'/> |
926 | <fieldValue name='textColor' value='0 0 0'/> |
927 | </ProtoInstance> |
928 | <ProtoInstance name='Vertex'> |
929 | <fieldValue name='vertexText' value='"beach"'/> |
930 | <fieldValue name='description' value='7: beach'/> |
931 | <fieldValue name='url'/> |
932 | <fieldValue name='radius' value='0.1500'/> |
933 | <fieldValue name='displayMode'/> |
934 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
935 | <fieldValue name='transparency' value='0'/> |
936 | <fieldValue name='translation' value='0.96451 -1.12132 -2.75302'/> |
937 | <fieldValue name='textTranslation' value='1.11451 -1.12132 -2.75302'/> |
938 | <fieldValue name='textColor' value='0 0 0'/> |
939 | </ProtoInstance> |
940 | <ProtoInstance name='Vertex'> |
941 | <fieldValue name='vertexText' value='"boxes"'/> |
942 | <fieldValue name='description' value='8: boxes'/> |
943 | <fieldValue name='url'/> |
944 | <fieldValue name='radius' value='0.1500'/> |
945 | <fieldValue name='displayMode'/> |
946 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
947 | <fieldValue name='transparency' value='0'/> |
948 | <fieldValue name='translation' value='1.23938 -0.88217 -2.68609'/> |
949 | <fieldValue name='textTranslation' value='1.38938 -0.88217 -2.68609'/> |
950 | <fieldValue name='textColor' value='0 0 0'/> |
951 | </ProtoInstance> |
952 | <ProtoInstance name='Vertex'> |
953 | <fieldValue name='vertexText' value='"central"'/> |
954 | <fieldValue name='description' value='9: central'/> |
955 | <fieldValue name='url'/> |
956 | <fieldValue name='radius' value='0.1500'/> |
957 | <fieldValue name='displayMode'/> |
958 | <fieldValue name='diffuseColor' value='0 0 0'/> |
959 | <fieldValue name='transparency' value='0'/> |
960 | <fieldValue name='translation' value='-0.47722 1.75212 2.51762'/> |
961 | <fieldValue name='textTranslation' value='-0.32722 1.75212 2.51762'/> |
962 | <fieldValue name='textColor' value='0 0 0'/> |
963 | </ProtoInstance> |
964 | <ProtoInstance name='Vertex'> |
965 | <fieldValue name='vertexText' value='"channels"'/> |
966 | <fieldValue name='description' value='10: channels'/> |
967 | <fieldValue name='url'/> |
968 | <fieldValue name='radius' value='0.1500'/> |
969 | <fieldValue name='displayMode'/> |
970 | <fieldValue name='diffuseColor' value='0 0 0'/> |
971 | <fieldValue name='transparency' value='0'/> |
972 | <fieldValue name='translation' value='-0.68638 0.93249 1.16465'/> |
973 | <fieldValue name='textTranslation' value='-0.53638 0.93249 1.16465'/> |
974 | <fieldValue name='textColor' value='0 0 0'/> |
975 | </ProtoInstance> |
976 | <ProtoInstance name='Vertex'> |
977 | <fieldValue name='vertexText' value='"contact"'/> |
978 | <fieldValue name='description' value='11: contact'/> |
979 | <fieldValue name='url'/> |
980 | <fieldValue name='radius' value='0.1500'/> |
981 | <fieldValue name='displayMode'/> |
982 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
983 | <fieldValue name='transparency' value='0'/> |
984 | <fieldValue name='translation' value='0.46932 -1.67184 -2.56005'/> |
985 | <fieldValue name='textTranslation' value='0.61932 -1.67184 -2.56005'/> |
986 | <fieldValue name='textColor' value='0 0 0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Vertex'> |
989 | <fieldValue name='vertexText' value='"countries"'/> |
990 | <fieldValue name='description' value='12: countries'/> |
991 | <fieldValue name='url'/> |
992 | <fieldValue name='radius' value='0.1500'/> |
993 | <fieldValue name='displayMode'/> |
994 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
995 | <fieldValue name='transparency' value='0'/> |
996 | <fieldValue name='translation' value='-0.54019 2.75312 0.87828'/> |
997 | <fieldValue name='textTranslation' value='-0.39019 2.75312 0.87828'/> |
998 | <fieldValue name='textColor' value='0 0 0'/> |
999 | </ProtoInstance> |
1000 | <ProtoInstance name='Vertex'> |
1001 | <fieldValue name='vertexText' value='"diary"'/> |
1002 | <fieldValue name='description' value='13: diary'/> |
1003 | <fieldValue name='url'/> |
1004 | <fieldValue name='radius' value='0.1500'/> |
1005 | <fieldValue name='displayMode'/> |
1006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1007 | <fieldValue name='transparency' value='0'/> |
1008 | <fieldValue name='translation' value='-1.73029 2.27068 1.35896'/> |
1009 | <fieldValue name='textTranslation' value='-1.58029 2.27068 1.35896'/> |
1010 | <fieldValue name='textColor' value='0 0 0'/> |
1011 | </ProtoInstance> |
1012 | <ProtoInstance name='Vertex'> |
1013 | <fieldValue name='vertexText' value='"dominates"'/> |
1014 | <fieldValue name='description' value='14: dominates'/> |
1015 | <fieldValue name='url'/> |
1016 | <fieldValue name='radius' value='0.1500'/> |
1017 | <fieldValue name='displayMode'/> |
1018 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | <fieldValue name='translation' value='-1.42358 1.63641 0.41802'/> |
1021 | <fieldValue name='textTranslation' value='-1.27358 1.63641 0.41802'/> |
1022 | <fieldValue name='textColor' value='0 0 0'/> |
1023 | </ProtoInstance> |
1024 | <ProtoInstance name='Vertex'> |
1025 | <fieldValue name='vertexText' value='"east"'/> |
1026 | <fieldValue name='description' value='15: east'/> |
1027 | <fieldValue name='url'/> |
1028 | <fieldValue name='radius' value='0.1500'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1031 | <fieldValue name='transparency' value='0'/> |
1032 | <fieldValue name='translation' value='-1.41269 1.43370 1.87311'/> |
1033 | <fieldValue name='textTranslation' value='-1.26269 1.43370 1.87311'/> |
1034 | <fieldValue name='textColor' value='0 0 0'/> |
1035 | </ProtoInstance> |
1036 | <ProtoInstance name='Vertex'> |
1037 | <fieldValue name='vertexText' value='"eurasia"'/> |
1038 | <fieldValue name='description' value='16: eurasia'/> |
1039 | <fieldValue name='url'/> |
1040 | <fieldValue name='radius' value='0.1500'/> |
1041 | <fieldValue name='displayMode'/> |
1042 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1043 | <fieldValue name='transparency' value='0'/> |
1044 | <fieldValue name='translation' value='0.30514 2.65120 1.75406'/> |
1045 | <fieldValue name='textTranslation' value='0.45514 2.65120 1.75406'/> |
1046 | <fieldValue name='textColor' value='0 0 0'/> |
1047 | </ProtoInstance> |
1048 | <ProtoInstance name='Vertex'> |
1049 | <fieldValue name='vertexText' value='"europe"'/> |
1050 | <fieldValue name='description' value='17: europe'/> |
1051 | <fieldValue name='url'/> |
1052 | <fieldValue name='radius' value='0.1500'/> |
1053 | <fieldValue name='displayMode'/> |
1054 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1055 | <fieldValue name='transparency' value='0'/> |
1056 | <fieldValue name='translation' value='-0.21031 2.33687 1.86721'/> |
1057 | <fieldValue name='textTranslation' value='-0.06031 2.33687 1.86721'/> |
1058 | <fieldValue name='textColor' value='0 0 0'/> |
1059 | </ProtoInstance> |
1060 | <ProtoInstance name='Vertex'> |
1061 | <fieldValue name='vertexText' value='"games"'/> |
1062 | <fieldValue name='description' value='18: games'/> |
1063 | <fieldValue name='url'/> |
1064 | <fieldValue name='radius' value='0.1500'/> |
1065 | <fieldValue name='displayMode'/> |
1066 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
1067 | <fieldValue name='transparency' value='0'/> |
1068 | <fieldValue name='translation' value='0.16977 2.02998 0.47274'/> |
1069 | <fieldValue name='textTranslation' value='0.31977 2.02998 0.47274'/> |
1070 | <fieldValue name='textColor' value='0 0 0'/> |
1071 | </ProtoInstance> |
1072 | <ProtoInstance name='Vertex'> |
1073 | <fieldValue name='vertexText' value='"hemisphere"'/> |
1074 | <fieldValue name='description' value='19: hemisphere'/> |
1075 | <fieldValue name='url'/> |
1076 | <fieldValue name='radius' value='0.1500'/> |
1077 | <fieldValue name='displayMode'/> |
1078 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
1079 | <fieldValue name='transparency' value='0'/> |
1080 | <fieldValue name='translation' value='0.87613 1.87345 1.93786'/> |
1081 | <fieldValue name='textTranslation' value='1.02613 1.87345 1.93786'/> |
1082 | <fieldValue name='textColor' value='0 0 0'/> |
1083 | </ProtoInstance> |
1084 | <ProtoInstance name='Vertex'> |
1085 | <fieldValue name='vertexText' value='"issues"'/> |
1086 | <fieldValue name='description' value='20: issues'/> |
1087 | <fieldValue name='url'/> |
1088 | <fieldValue name='radius' value='0.1500'/> |
1089 | <fieldValue name='displayMode'/> |
1090 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
1091 | <fieldValue name='transparency' value='0'/> |
1092 | <fieldValue name='translation' value='0.34370 0.95870 2.74675'/> |
1093 | <fieldValue name='textTranslation' value='0.49370 0.95870 2.74675'/> |
1094 | <fieldValue name='textColor' value='0 0 0'/> |
1095 | </ProtoInstance> |
1096 | <ProtoInstance name='Vertex'> |
1097 | <fieldValue name='vertexText' value='"jobs"'/> |
1098 | <fieldValue name='description' value='21: jobs'/> |
1099 | <fieldValue name='url'/> |
1100 | <fieldValue name='radius' value='0.1500'/> |
1101 | <fieldValue name='displayMode'/> |
1102 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1103 | <fieldValue name='transparency' value='0'/> |
1104 | <fieldValue name='translation' value='2.46838 -0.87179 -1.84545'/> |
1105 | <fieldValue name='textTranslation' value='2.61838 -0.87179 -1.84545'/> |
1106 | <fieldValue name='textColor' value='0 0 0'/> |
1107 | </ProtoInstance> |
1108 | <ProtoInstance name='Vertex'> |
1109 | <fieldValue name='vertexText' value='"johns"'/> |
1110 | <fieldValue name='description' value='22: johns'/> |
1111 | <fieldValue name='url'/> |
1112 | <fieldValue name='radius' value='0.1500'/> |
1113 | <fieldValue name='displayMode'/> |
1114 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1115 | <fieldValue name='transparency' value='0'/> |
1116 | <fieldValue name='translation' value='2.74894 -1.53229 -1.49977'/> |
1117 | <fieldValue name='textTranslation' value='2.89894 -1.53229 -1.49977'/> |
1118 | <fieldValue name='textColor' value='0 0 0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Vertex'> |
1121 | <fieldValue name='vertexText' value='"kinds"'/> |
1122 | <fieldValue name='description' value='23: kinds'/> |
1123 | <fieldValue name='url'/> |
1124 | <fieldValue name='radius' value='0.1500'/> |
1125 | <fieldValue name='displayMode'/> |
1126 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1127 | <fieldValue name='transparency' value='0'/> |
1128 | <fieldValue name='translation' value='2.09717 -2.18109 -1.36632'/> |
1129 | <fieldValue name='textTranslation' value='2.24717 -2.18109 -1.36632'/> |
1130 | <fieldValue name='textColor' value='0 0 0'/> |
1131 | </ProtoInstance> |
1132 | <ProtoInstance name='Vertex'> |
1133 | <fieldValue name='vertexText' value='"moving"'/> |
1134 | <fieldValue name='description' value='24: moving'/> |
1135 | <fieldValue name='url'/> |
1136 | <fieldValue name='radius' value='0.1500'/> |
1137 | <fieldValue name='displayMode'/> |
1138 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1139 | <fieldValue name='transparency' value='0'/> |
1140 | <fieldValue name='translation' value='1.94599 -0.68132 -2.42313'/> |
1141 | <fieldValue name='textTranslation' value='2.09599 -0.68132 -2.42313'/> |
1142 | <fieldValue name='textColor' value='0 0 0'/> |
1143 | </ProtoInstance> |
1144 | <ProtoInstance name='Vertex'> |
1145 | <fieldValue name='vertexText' value='"pacific"'/> |
1146 | <fieldValue name='description' value='25: pacific'/> |
1147 | <fieldValue name='url'/> |
1148 | <fieldValue name='radius' value='0.1500'/> |
1149 | <fieldValue name='displayMode'/> |
1150 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | <fieldValue name='translation' value='-0.64899 2.24269 2.10660'/> |
1153 | <fieldValue name='textTranslation' value='-0.49899 2.24269 2.10660'/> |
1154 | <fieldValue name='textColor' value='0 0 0'/> |
1155 | </ProtoInstance> |
1156 | <ProtoInstance name='Vertex'> |
1157 | <fieldValue name='vertexText' value='"pages"'/> |
1158 | <fieldValue name='description' value='26: pages'/> |
1159 | <fieldValue name='url'/> |
1160 | <fieldValue name='radius' value='0.1500'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1163 | <fieldValue name='transparency' value='0'/> |
1164 | <fieldValue name='translation' value='-0.31292 0.07157 1.91828'/> |
1165 | <fieldValue name='textTranslation' value='-0.16292 0.07157 1.91828'/> |
1166 | <fieldValue name='textColor' value='0 0 0'/> |
1167 | </ProtoInstance> |
1168 | <ProtoInstance name='Vertex'> |
1169 | <fieldValue name='vertexText' value='"people"'/> |
1170 | <fieldValue name='description' value='27: people'/> |
1171 | <fieldValue name='url'/> |
1172 | <fieldValue name='radius' value='0.1500'/> |
1173 | <fieldValue name='displayMode'/> |
1174 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1175 | <fieldValue name='transparency' value='0'/> |
1176 | <fieldValue name='translation' value='1.52781 -2.55338 -1.52295'/> |
1177 | <fieldValue name='textTranslation' value='1.67781 -2.55338 -1.52295'/> |
1178 | <fieldValue name='textColor' value='0 0 0'/> |
1179 | </ProtoInstance> |
1180 | <ProtoInstance name='Vertex'> |
1181 | <fieldValue name='vertexText' value='"personnel"'/> |
1182 | <fieldValue name='description' value='28: personnel'/> |
1183 | <fieldValue name='url'/> |
1184 | <fieldValue name='radius' value='0.1500'/> |
1185 | <fieldValue name='displayMode'/> |
1186 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1187 | <fieldValue name='transparency' value='0'/> |
1188 | <fieldValue name='translation' value='0.69086 -2.71008 -1.42639'/> |
1189 | <fieldValue name='textTranslation' value='0.84086 -2.71008 -1.42639'/> |
1190 | <fieldValue name='textColor' value='0 0 0'/> |
1191 | </ProtoInstance> |
1192 | <ProtoInstance name='Vertex'> |
1193 | <fieldValue name='vertexText' value='"policy"'/> |
1194 | <fieldValue name='description' value='29: policy'/> |
1195 | <fieldValue name='url'/> |
1196 | <fieldValue name='radius' value='0.1500'/> |
1197 | <fieldValue name='displayMode'/> |
1198 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
1199 | <fieldValue name='transparency' value='0'/> |
1200 | <fieldValue name='translation' value='0.34184 1.57732 1.86585'/> |
1201 | <fieldValue name='textTranslation' value='0.49184 1.57732 1.86585'/> |
1202 | <fieldValue name='textColor' value='0 0 0'/> |
1203 | </ProtoInstance> |
1204 | <ProtoInstance name='Vertex'> |
1205 | <fieldValue name='vertexText' value='"port"'/> |
1206 | <fieldValue name='description' value='30: port'/> |
1207 | <fieldValue name='url'/> |
1208 | <fieldValue name='radius' value='0.1500'/> |
1209 | <fieldValue name='displayMode'/> |
1210 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1211 | <fieldValue name='transparency' value='0'/> |
1212 | <fieldValue name='translation' value='2.26038 -1.82360 -1.99499'/> |
1213 | <fieldValue name='textTranslation' value='2.41038 -1.82360 -1.99499'/> |
1214 | <fieldValue name='textColor' value='0 0 0'/> |
1215 | </ProtoInstance> |
1216 | <ProtoInstance name='Vertex'> |
1217 | <fieldValue name='vertexText' value='"reconcile"'/> |
1218 | <fieldValue name='description' value='31: reconcile'/> |
1219 | <fieldValue name='url'/> |
1220 | <fieldValue name='radius' value='0.1500'/> |
1221 | <fieldValue name='displayMode'/> |
1222 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1223 | <fieldValue name='transparency' value='0'/> |
1224 | <fieldValue name='translation' value='2.36047 -2.14522 -0.79809'/> |
1225 | <fieldValue name='textTranslation' value='2.51047 -2.14522 -0.79809'/> |
1226 | <fieldValue name='textColor' value='0 0 0'/> |
1227 | </ProtoInstance> |
1228 | <ProtoInstance name='Vertex'> |
1229 | <fieldValue name='vertexText' value='"scenes"'/> |
1230 | <fieldValue name='description' value='32: scenes'/> |
1231 | <fieldValue name='url'/> |
1232 | <fieldValue name='radius' value='0.1500'/> |
1233 | <fieldValue name='displayMode'/> |
1234 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
1235 | <fieldValue name='transparency' value='0'/> |
1236 | <fieldValue name='translation' value='0.90573 1.20444 1.89855'/> |
1237 | <fieldValue name='textTranslation' value='1.05573 1.20444 1.89855'/> |
1238 | <fieldValue name='textColor' value='0 0 0'/> |
1239 | </ProtoInstance> |
1240 | <ProtoInstance name='Vertex'> |
1241 | <fieldValue name='vertexText' value='"shared"'/> |
1242 | <fieldValue name='description' value='33: shared'/> |
1243 | <fieldValue name='url'/> |
1244 | <fieldValue name='radius' value='0.1500'/> |
1245 | <fieldValue name='displayMode'/> |
1246 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
1247 | <fieldValue name='transparency' value='0'/> |
1248 | <fieldValue name='translation' value='0.49514 2.18396 0.80880'/> |
1249 | <fieldValue name='textTranslation' value='0.64514 2.18396 0.80880'/> |
1250 | <fieldValue name='textColor' value='0 0 0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Vertex'> |
1253 | <fieldValue name='vertexText' value='"south"'/> |
1254 | <fieldValue name='description' value='34: south'/> |
1255 | <fieldValue name='url'/> |
1256 | <fieldValue name='radius' value='0.1500'/> |
1257 | <fieldValue name='displayMode'/> |
1258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1259 | <fieldValue name='transparency' value='0'/> |
1260 | <fieldValue name='translation' value='-0.69843 1.51866 2.55162'/> |
1261 | <fieldValue name='textTranslation' value='-0.54843 1.51866 2.55162'/> |
1262 | <fieldValue name='textColor' value='0 0 0'/> |
1263 | </ProtoInstance> |
1264 | <ProtoInstance name='Vertex'> |
1265 | <fieldValue name='vertexText' value='"status"'/> |
1266 | <fieldValue name='description' value='35: status'/> |
1267 | <fieldValue name='url'/> |
1268 | <fieldValue name='radius' value='0.1500'/> |
1269 | <fieldValue name='displayMode'/> |
1270 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1271 | <fieldValue name='transparency' value='0'/> |
1272 | <fieldValue name='translation' value='1.77811 -2.01060 -1.17053'/> |
1273 | <fieldValue name='textTranslation' value='1.92811 -2.01060 -1.17053'/> |
1274 | <fieldValue name='textColor' value='0 0 0'/> |
1275 | </ProtoInstance> |
1276 | <ProtoInstance name='Vertex'> |
1277 | <fieldValue name='vertexText' value='"street"'/> |
1278 | <fieldValue name='description' value='36: street'/> |
1279 | <fieldValue name='url'/> |
1280 | <fieldValue name='radius' value='0.1500'/> |
1281 | <fieldValue name='displayMode'/> |
1282 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | <fieldValue name='translation' value='1.39800 -2.75312 -0.89774'/> |
1285 | <fieldValue name='textTranslation' value='1.54800 -2.75312 -0.89774'/> |
1286 | <fieldValue name='textColor' value='0 0 0'/> |
1287 | </ProtoInstance> |
1288 | <ProtoInstance name='Vertex'> |
1289 | <fieldValue name='vertexText' value='"sudan"'/> |
1290 | <fieldValue name='description' value='37: sudan'/> |
1291 | <fieldValue name='url'/> |
1292 | <fieldValue name='radius' value='0.1500'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
1295 | <fieldValue name='transparency' value='0'/> |
1296 | <fieldValue name='translation' value='0.01350 0.62511 2.75302'/> |
1297 | <fieldValue name='textTranslation' value='0.16350 0.62511 2.75302'/> |
1298 | <fieldValue name='textColor' value='0 0 0'/> |
1299 | </ProtoInstance> |
1300 | <ProtoInstance name='Vertex'> |
1301 | <fieldValue name='vertexText' value='"sunday"'/> |
1302 | <fieldValue name='description' value='38: sunday'/> |
1303 | <fieldValue name='url'/> |
1304 | <fieldValue name='radius' value='0.1500'/> |
1305 | <fieldValue name='displayMode'/> |
1306 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1307 | <fieldValue name='transparency' value='0'/> |
1308 | <fieldValue name='translation' value='-1.18062 0.26760 2.33285'/> |
1309 | <fieldValue name='textTranslation' value='-1.03062 0.26760 2.33285'/> |
1310 | <fieldValue name='textColor' value='0 0 0'/> |
1311 | </ProtoInstance> |
1312 | <ProtoInstance name='Vertex'> |
1313 | <fieldValue name='vertexText' value='"super"'/> |
1314 | <fieldValue name='description' value='39: super'/> |
1315 | <fieldValue name='url'/> |
1316 | <fieldValue name='radius' value='0.1500'/> |
1317 | <fieldValue name='displayMode'/> |
1318 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1319 | <fieldValue name='transparency' value='0'/> |
1320 | <fieldValue name='translation' value='-1.84744 0.61525 1.60585'/> |
1321 | <fieldValue name='textTranslation' value='-1.69744 0.61525 1.60585'/> |
1322 | <fieldValue name='textColor' value='0 0 0'/> |
1323 | </ProtoInstance> |
1324 | <ProtoInstance name='Vertex'> |
1325 | <fieldValue name='vertexText' value='"supplies"'/> |
1326 | <fieldValue name='description' value='40: supplies'/> |
1327 | <fieldValue name='url'/> |
1328 | <fieldValue name='radius' value='0.1500'/> |
1329 | <fieldValue name='displayMode'/> |
1330 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1331 | <fieldValue name='transparency' value='0'/> |
1332 | <fieldValue name='translation' value='1.08053 -2.42063 -1.92115'/> |
1333 | <fieldValue name='textTranslation' value='1.23053 -2.42063 -1.92115'/> |
1334 | <fieldValue name='textColor' value='0 0 0'/> |
1335 | </ProtoInstance> |
1336 | <ProtoInstance name='Vertex'> |
1337 | <fieldValue name='vertexText' value='"team"'/> |
1338 | <fieldValue name='description' value='41: team'/> |
1339 | <fieldValue name='url'/> |
1340 | <fieldValue name='radius' value='0.1500'/> |
1341 | <fieldValue name='displayMode'/> |
1342 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1343 | <fieldValue name='transparency' value='0'/> |
1344 | <fieldValue name='translation' value='-1.78154 1.44551 0.72694'/> |
1345 | <fieldValue name='textTranslation' value='-1.63154 1.44551 0.72694'/> |
1346 | <fieldValue name='textColor' value='0 0 0'/> |
1347 | </ProtoInstance> |
1348 | <ProtoInstance name='Vertex'> |
1349 | <fieldValue name='vertexText' value='"tents"'/> |
1350 | <fieldValue name='description' value='42: tents'/> |
1351 | <fieldValue name='url'/> |
1352 | <fieldValue name='radius' value='0.1500'/> |
1353 | <fieldValue name='displayMode'/> |
1354 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1355 | <fieldValue name='transparency' value='0'/> |
1356 | <fieldValue name='translation' value='1.79108 -1.86271 -2.41275'/> |
1357 | <fieldValue name='textTranslation' value='1.94108 -1.86271 -2.41275'/> |
1358 | <fieldValue name='textColor' value='0 0 0'/> |
1359 | </ProtoInstance> |
1360 | <ProtoInstance name='Vertex'> |
1361 | <fieldValue name='vertexText' value='"terms"'/> |
1362 | <fieldValue name='description' value='43: terms'/> |
1363 | <fieldValue name='url'/> |
1364 | <fieldValue name='radius' value='0.1500'/> |
1365 | <fieldValue name='displayMode'/> |
1366 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1367 | <fieldValue name='transparency' value='0'/> |
1368 | <fieldValue name='translation' value='2.05419 -1.30740 -2.04035'/> |
1369 | <fieldValue name='textTranslation' value='2.20419 -1.30740 -2.04035'/> |
1370 | <fieldValue name='textColor' value='0 0 0'/> |
1371 | </ProtoInstance> |
1372 | <ProtoInstance name='Vertex'> |
1373 | <fieldValue name='vertexText' value='"topics"'/> |
1374 | <fieldValue name='description' value='44: topics'/> |
1375 | <fieldValue name='url'/> |
1376 | <fieldValue name='radius' value='0.1500'/> |
1377 | <fieldValue name='displayMode'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='transparency' value='0'/> |
1380 | <fieldValue name='translation' value='-0.38155 0.69407 1.64373'/> |
1381 | <fieldValue name='textTranslation' value='-0.23155 0.69407 1.64373'/> |
1382 | <fieldValue name='textColor' value='0 0 0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Vertex'> |
1385 | <fieldValue name='vertexText' value='"travel"'/> |
1386 | <fieldValue name='description' value='45: travel'/> |
1387 | <fieldValue name='url'/> |
1388 | <fieldValue name='radius' value='0.1500'/> |
1389 | <fieldValue name='displayMode'/> |
1390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1391 | <fieldValue name='transparency' value='0'/> |
1392 | <fieldValue name='translation' value='-1.23040 2.16134 1.61285'/> |
1393 | <fieldValue name='textTranslation' value='-1.08040 2.16134 1.61285'/> |
1394 | <fieldValue name='textColor' value='0 0 0'/> |
1395 | </ProtoInstance> |
1396 | <ProtoInstance name='Vertex'> |
1397 | <fieldValue name='vertexText' value='"twitter"'/> |
1398 | <fieldValue name='description' value='46: twitter'/> |
1399 | <fieldValue name='url'/> |
1400 | <fieldValue name='radius' value='0.1500'/> |
1401 | <fieldValue name='displayMode'/> |
1402 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1403 | <fieldValue name='transparency' value='0'/> |
1404 | <fieldValue name='translation' value='0.32370 -1.91960 -2.34352'/> |
1405 | <fieldValue name='textTranslation' value='0.47370 -1.91960 -2.34352'/> |
1406 | <fieldValue name='textColor' value='0 0 0'/> |
1407 | </ProtoInstance> |
1408 | <ProtoInstance name='Vertex'> |
1409 | <fieldValue name='vertexText' value='"video"'/> |
1410 | <fieldValue name='description' value='47: video'/> |
1411 | <fieldValue name='url'/> |
1412 | <fieldValue name='radius' value='0.1500'/> |
1413 | <fieldValue name='displayMode'/> |
1414 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | <fieldValue name='translation' value='0.27262 -2.36140 -1.72103'/> |
1417 | <fieldValue name='textTranslation' value='0.42262 -2.36140 -1.72103'/> |
1418 | <fieldValue name='textColor' value='0 0 0'/> |
1419 | </ProtoInstance> |
1420 | <ProtoInstance name='Vertex'> |
1421 | <fieldValue name='vertexText' value='"western"'/> |
1422 | <fieldValue name='description' value='48: western'/> |
1423 | <fieldValue name='url'/> |
1424 | <fieldValue name='radius' value='0.1500'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1427 | <fieldValue name='transparency' value='0'/> |
1428 | <fieldValue name='translation' value='-1.40089 1.14470 2.60143'/> |
1429 | <fieldValue name='textTranslation' value='-1.25089 1.14470 2.60143'/> |
1430 | <fieldValue name='textColor' value='0 0 0'/> |
1431 | </ProtoInstance> |
1432 | </Scene> |
1433 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 868
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 880
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1000
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1012
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1072
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1084
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1096
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1108
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1132
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1144
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1156
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1168
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1180
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1192
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1204
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1216
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1228
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1240
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1264
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1276
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1288
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1300
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1312
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1324
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1336
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1348
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1360
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1372
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1396
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1408
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1420
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->