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.90604'/> |
55 | <fieldValue name='cylinderTranslation' value='0.89996 -1.48147 -1.17666'/> |
56 | <fieldValue name='coneTranslation' value='0.66951 -1.49332 -0.99607'/> |
57 | <fieldValue name='rotation' value='55.83967 -0.00000 71.25753 1.61123'/> |
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.59256'/> |
66 | <fieldValue name='cylinderTranslation' value='1.29873 -1.83668 -0.75390'/> |
67 | <fieldValue name='coneTranslation' value='1.33269 -2.13515 -0.19299'/> |
68 | <fieldValue name='rotation' value='140.39132 0 -8.49783 2.05904'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='1.45801'/> |
77 | <fieldValue name='cylinderTranslation' value='1.01278 -0.92019 -1.87699'/> |
78 | <fieldValue name='coneTranslation' value='0.82275 -0.49639 -2.20570'/> |
79 | <fieldValue name='rotation' value='-84.22729 0 48.69275 0.73054'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='1.33324'/> |
88 | <fieldValue name='cylinderTranslation' value='1.15885 -1.34540 -2.10472'/> |
89 | <fieldValue name='coneTranslation' value='1.08484 -1.25590 -2.59785'/> |
90 | <fieldValue name='rotation' value='-129.77341 0 19.47822 1.39320'/> |
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.84720'/> |
99 | <fieldValue name='cylinderTranslation' value='1.54952 -1.16031 -1.41445'/> |
100 | <fieldValue name='coneTranslation' value='1.73201 -0.97185 -1.38869'/> |
101 | <fieldValue name='rotation' value='8.28011 0 -58.65406 0.77426'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.82950'/> |
110 | <fieldValue name='cylinderTranslation' value='1.19519 -1.16339 -1.17580'/> |
111 | <fieldValue name='coneTranslation' value='1.15769 -0.97927 -1.00379'/> |
112 | <fieldValue name='rotation' value='56.01014 -0.00000 12.21047 0.76299'/> |
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.59453'/> |
121 | <fieldValue name='cylinderTranslation' value='1.95426 -1.13243 -1.25830'/> |
122 | <fieldValue name='coneTranslation' value='2.51220 -0.86808 -1.10040'/> |
123 | <fieldValue name='rotation' value='39.51013 0 -139.60344 1.14304'/> |
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.59385'/> |
132 | <fieldValue name='cylinderTranslation' value='1.57989 -1.65120 -0.75230'/> |
133 | <fieldValue name='coneTranslation' value='1.83856 -1.80149 -0.19000'/> |
134 | <fieldValue name='rotation' value='140.71088 0 -64.72900 1.80900'/> |
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='1.57441'/> |
143 | <fieldValue name='cylinderTranslation' value='0.53696 -1.36844 -1.76139'/> |
144 | <fieldValue name='coneTranslation' value='-0.03612 -1.29298 -2.00483'/> |
145 | <fieldValue name='rotation' value='-61.10749 0 143.85623 1.45018'/> |
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.43555'/> |
154 | <fieldValue name='cylinderTranslation' value='1.48834 -0.94137 -1.89067'/> |
155 | <fieldValue name='coneTranslation' value='1.66870 -0.53589 -2.22856'/> |
156 | <fieldValue name='rotation' value='-86.96306 0 -46.41966 0.75691'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='1.44574'/> |
165 | <fieldValue name='cylinderTranslation' value='1.66585 -1.99027 -1.17852'/> |
166 | <fieldValue name='coneTranslation' value='1.98480 -2.40071 -0.96257'/> |
167 | <fieldValue name='rotation' value='55.46748 0 -81.92197 2.38793'/> |
168 | <fieldValue name='diffuseColor' value='0 0 0'/> |
169 | <fieldValue name='ballRadius' value='0.02'/> |
170 | <fieldValue name='traceEnabled' value='false'/> |
171 | <fieldValue name='displayMode'/> |
172 | <fieldValue name='transparency' value='0'/> |
173 | </ProtoInstance> |
174 | <ProtoInstance name='Arc'> |
175 | <fieldValue name='cylinderHeight' value='0.83210'/> |
176 | <fieldValue name='cylinderTranslation' value='1.59112 -1.47071 -1.70264'/> |
177 | <fieldValue name='coneTranslation' value='1.79721 -1.47536 -1.85452'/> |
178 | <fieldValue name='rotation' value='-49.35675 0 -66.97439 1.58895'/> |
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.42969'/> |
187 | <fieldValue name='cylinderTranslation' value='0.97083 -2.10868 -1.34246'/> |
188 | <fieldValue name='coneTranslation' value='0.74930 -2.60971 -1.25445'/> |
189 | <fieldValue name='rotation' value='22.67812 -0.00000 57.08309 2.69752'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.56220'/> |
198 | <fieldValue name='cylinderTranslation' value='1.26663 -1.34989 -1.71291'/> |
199 | <fieldValue name='coneTranslation' value='1.27111 -1.30109 -1.82365'/> |
200 | <fieldValue name='rotation' value='-51.41084 0 -2.07787 1.15603'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='1.58880'/> |
209 | <fieldValue name='cylinderTranslation' value='0.60285 -1.69842 -1.07012'/> |
210 | <fieldValue name='coneTranslation' value='0.08105 -1.88630 -0.76208'/> |
211 | <fieldValue name='rotation' value='77.14617 -0.00000 130.67999 1.87146'/> |
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.51283'/> |
220 | <fieldValue name='cylinderTranslation' value='2.00436 -1.43100 -1.34880'/> |
221 | <fieldValue name='coneTranslation' value='2.59422 -1.40565 -1.26438'/> |
222 | <fieldValue name='rotation' value='21.41177 0 -149.62207 1.52827'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='1.51339'/> |
231 | <fieldValue name='cylinderTranslation' value='0.59906 -1.67259 -1.76703'/> |
232 | <fieldValue name='coneTranslation' value='0.08083 -1.83773 -2.01241'/> |
233 | <fieldValue name='rotation' value='-62.23524 0 131.43787 1.85122'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.91735'/> |
242 | <fieldValue name='cylinderTranslation' value='1.19365 -1.90823 -1.54740'/> |
243 | <fieldValue name='coneTranslation' value='1.15289 -2.19804 -1.60701'/> |
244 | <fieldValue name='rotation' value='-18.30824 0 12.51926 2.89740'/> |
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.25043'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.54788 2.17814 1.64194'/> |
254 | <fieldValue name='coneTranslation' value='-0.81714 2.38080 1.32123'/> |
255 | <fieldValue name='rotation' value='-86.20342 0 72.37168 1.12007'/> |
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.73704'/> |
264 | <fieldValue name='cylinderTranslation' value='0.05716 1.86970 2.34749'/> |
265 | <fieldValue name='coneTranslation' value='0.19475 1.84929 2.50283'/> |
266 | <fieldValue name='rotation' value='54.90632 0 -48.63623 1.66886'/> |
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.36639'/> |
275 | <fieldValue name='cylinderTranslation' value='0.01962 2.32999 1.57846'/> |
276 | <fieldValue name='coneTranslation' value='0.17710 2.65484 1.19978'/> |
277 | <fieldValue name='rotation' value='-98.89858 0 -41.12863 0.90090'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.60934'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.47931 1.94121 1.99843'/> |
287 | <fieldValue name='coneTranslation' value='-0.61857 1.95804 1.96304'/> |
288 | <fieldValue name='rotation' value='-14.90595 0 58.65584 1.45425'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='0.73782'/> |
297 | <fieldValue name='cylinderTranslation' value='0.11661 2.10433 2.14430'/> |
298 | <fieldValue name='coneTranslation' value='0.28798 2.21676 2.18469'/> |
299 | <fieldValue name='rotation' value='14.26748 0 -60.52656 1.00251'/> |
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.38847'/> |
308 | <fieldValue name='cylinderTranslation' value='0.29829 2.24992 1.71383'/> |
309 | <fieldValue name='coneTranslation' value='0.67098 2.51474 1.43747'/> |
310 | <fieldValue name='rotation' value='-71.82574 0 -96.86272 1.05216'/> |
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.75032'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.19469 1.71095 2.39344'/> |
320 | <fieldValue name='coneTranslation' value='-0.19966 1.59920 2.57723'/> |
321 | <fieldValue name='rotation' value='64.09555 -0.00000 1.73235 2.11689'/> |
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.88111'/> |
330 | <fieldValue name='cylinderTranslation' value='0.22107 1.74703 2.12915'/> |
331 | <fieldValue name='coneTranslation' value='0.48031 1.64593 2.16494'/> |
332 | <fieldValue name='rotation' value='11.23890 0 -81.41885 1.93945'/> |
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.42431'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.22745 1.28158 2.41327'/> |
342 | <fieldValue name='coneTranslation' value='-0.25957 0.79762 2.67713'/> |
343 | <fieldValue name='rotation' value='68.06315 -0.00000 8.28530 2.63935'/> |
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.26301'/> |
352 | <fieldValue name='cylinderTranslation' value='-0.73142 1.59209 2.12726'/> |
353 | <fieldValue name='coneTranslation' value='-1.13862 1.35788 2.16780'/> |
354 | <fieldValue name='rotation' value='10.85979 -0.00000 109.07798 2.09063'/> |
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.33015'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.79393 1.86476 1.80631'/> |
364 | <fieldValue name='coneTranslation' value='-1.25558 1.83360 1.60380'/> |
365 | <fieldValue name='rotation' value='-53.33021 0 121.57988 1.63253'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='0.86796'/> |
374 | <fieldValue name='cylinderTranslation' value='0.83891 -1.18171 -0.89661'/> |
375 | <fieldValue name='coneTranslation' value='1.02529 -0.98089 -0.89607'/> |
376 | <fieldValue name='rotation' value='0.17047 0 -59.04706 0.74817'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.76601'/> |
385 | <fieldValue name='cylinderTranslation' value='0.24656 -1.71674 -0.79093'/> |
386 | <fieldValue name='coneTranslation' value='0.07356 -1.84306 -0.72890'/> |
387 | <fieldValue name='rotation' value='21.30650 -0.00000 59.42245 2.17298'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='0.67366'/> |
396 | <fieldValue name='cylinderTranslation' value='1.62238 -2.02472 -0.05034'/> |
397 | <fieldValue name='coneTranslation' value='1.76998 -1.92735 -0.04951'/> |
398 | <fieldValue name='rotation' value='0.31955 0 -56.23117 0.98763'/> |
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.86700'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.84116 2.21357 1.56741'/> |
408 | <fieldValue name='coneTranslation' value='-0.79790 2.06409 1.79232'/> |
409 | <fieldValue name='rotation' value='71.29747 0 -13.71584 2.14904'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.63205'/> |
418 | <fieldValue name='cylinderTranslation' value='0.35979 2.06825 2.41883'/> |
419 | <fieldValue name='coneTranslation' value='0.38914 2.18409 2.31851'/> |
420 | <fieldValue name='rotation' value='-40.63883 0 -11.89033 0.73411'/> |
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.60246'/> |
429 | <fieldValue name='cylinderTranslation' value='0.04849 1.67486 2.66797'/> |
430 | <fieldValue name='coneTranslation' value='-0.06958 1.60043 2.68951'/> |
431 | <fieldValue name='rotation' value='9.18924 -0.00000 50.36858 2.12590'/> |
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.05072'/> |
440 | <fieldValue name='cylinderTranslation' value='1.02317 -0.80691 -2.13405'/> |
441 | <fieldValue name='coneTranslation' value='1.19971 -1.10575 -2.01994'/> |
442 | <fieldValue name='rotation' value='32.81645 0 -50.77061 2.52856'/> |
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.81278'/> |
451 | <fieldValue name='cylinderTranslation' value='1.16924 -1.23212 -2.36178'/> |
452 | <fieldValue name='coneTranslation' value='1.23459 -1.23484 -2.12422'/> |
453 | <fieldValue name='rotation' value='78.36256 0 -21.55609 1.58184'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.63997'/> |
462 | <fieldValue name='cylinderTranslation' value='0.50393 2.67412 1.21934'/> |
463 | <fieldValue name='coneTranslation' value='0.64326 2.63408 1.28702'/> |
464 | <fieldValue name='rotation' value='27.07284 0 -55.73409 1.82371'/> |
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.89898'/> |
473 | <fieldValue name='cylinderTranslation' value='-1.02470 1.62752 2.05273'/> |
474 | <fieldValue name='coneTranslation' value='-1.18706 1.40267 2.13570'/> |
475 | <fieldValue name='rotation' value='25.76575 -0.00000 50.42214 2.46021'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.75297'/> |
484 | <fieldValue name='cylinderTranslation' value='-1.08720 1.90018 1.73178'/> |
485 | <fieldValue name='coneTranslation' value='-1.26812 1.85622 1.62130'/> |
486 | <fieldValue name='rotation' value='-38.42426 0 62.92405 1.77530'/> |
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.85442'/> |
495 | <fieldValue name='cylinderTranslation' value='1.48846 -0.86054 -1.13440'/> |
496 | <fieldValue name='coneTranslation' value='1.26684 -0.86247 -0.98513'/> |
497 | <fieldValue name='rotation' value='47.73003 -0.00000 70.86452 1.57801'/> |
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.85119'/> |
506 | <fieldValue name='cylinderTranslation' value='1.88439 -1.16787 -1.66124'/> |
507 | <fieldValue name='coneTranslation' value='1.91035 -1.36157 -1.84108'/> |
508 | <fieldValue name='rotation' value='-57.63686 0 -8.32034 2.38815'/> |
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.63195'/> |
517 | <fieldValue name='cylinderTranslation' value='2.70237 -1.10028 -1.15125'/> |
518 | <fieldValue name='coneTranslation' value='2.72710 -1.24766 -1.19592'/> |
519 | <fieldValue name='rotation' value='-18.09836 0 -10.01863 2.80811'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.62094'/> |
528 | <fieldValue name='cylinderTranslation' value='-0.12023 -1.57787 -2.07257'/> |
529 | <fieldValue name='coneTranslation' value='-0.09013 -1.72527 -2.07530'/> |
530 | <fieldValue name='rotation' value='-1.12775 0 -12.41836 2.93940'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.99527'/> |
539 | <fieldValue name='cylinderTranslation' value='1.49873 -0.82809 -2.14772'/> |
540 | <fieldValue name='coneTranslation' value='1.34831 -1.10526 -2.02712'/> |
541 | <fieldValue name='rotation' value='35.55222 -0.00000 44.34180 2.53381'/> |
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.69280'/> |
550 | <fieldValue name='cylinderTranslation' value='1.60151 -1.35744 -1.95969'/> |
551 | <fieldValue name='coneTranslation' value='1.42690 -1.29242 -1.96522'/> |
552 | <fieldValue name='rotation' value='-2.05410 0 64.89653 1.21450'/> |
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.72615'/> |
561 | <fieldValue name='cylinderTranslation' value='0.90823 -2.55374 -1.43401'/> |
562 | <fieldValue name='coneTranslation' value='1.03286 -2.44162 -1.54863'/> |
563 | <fieldValue name='rotation' value='-40.98635 0 -44.56383 0.98594'/> |
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='Vertex'> |
571 | <fieldValue name='vertexText' value='"2010-02-05-OXFAMAMERICA.ORG-FRONT"'/> |
572 | <fieldValue name='description' value='1: 2010-02-05-OXFAMAMERICA.ORG-FRONT'/> |
573 | <fieldValue name='url'/> |
574 | <fieldValue name='radius' value='0.1500'/> |
575 | <fieldValue name='displayMode'/> |
576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
577 | <fieldValue name='transparency' value='0'/> |
578 | <fieldValue name='translation' value='1.25625 -1.46316 -1.45586'/> |
579 | <fieldValue name='textTranslation' value='1.40625 -1.46316 -1.45586'/> |
580 | <fieldValue name='textColor' value='0 0 0'/> |
581 | </ProtoInstance> |
582 | <ProtoInstance name='Vertex'> |
583 | <fieldValue name='vertexText' value='"2010-02-05-YOUTUBE.COM-WATCH"'/> |
584 | <fieldValue name='description' value='2: 2010-02-05-YOUTUBE.COM-WATCH'/> |
585 | <fieldValue name='url'/> |
586 | <fieldValue name='radius' value='0.1500'/> |
587 | <fieldValue name='displayMode'/> |
588 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
589 | <fieldValue name='transparency' value='0'/> |
590 | <fieldValue name='translation' value='-0.18603 1.90579 2.07296'/> |
591 | <fieldValue name='textTranslation' value='-0.03603 1.90579 2.07296'/> |
592 | <fieldValue name='textColor' value='0 0 0'/> |
593 | </ProtoInstance> |
594 | <ProtoInstance name='Vertex'> |
595 | <fieldValue name='vertexText' value=' "Haiti/2010-02-05/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-05.simple" '/> |
596 | <fieldValue name='description' value='3: Haiti/2010-02-05/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-05.simple'/> |
597 | <fieldValue name='url'/> |
598 | <fieldValue name='radius' value='0.1500'/> |
599 | <fieldValue name='displayMode'/> |
600 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
601 | <fieldValue name='transparency' value='0'/> |
602 | <fieldValue name='translation' value='-2.75247 0.64023 -1.00507'/> |
603 | <fieldValue name='textTranslation' value='-2.60247 0.64023 -1.00507'/> |
604 | <fieldValue name='textColor' value='0 0 0'/> |
605 | </ProtoInstance> |
606 | <ProtoInstance name='Vertex'> |
607 | <fieldValue name='vertexText' value='"actions"'/> |
608 | <fieldValue name='description' value='4: actions'/> |
609 | <fieldValue name='url'/> |
610 | <fieldValue name='radius' value='0.1500'/> |
611 | <fieldValue name='displayMode'/> |
612 | <fieldValue name='diffuseColor' value='0 0 0'/> |
613 | <fieldValue name='transparency' value='0'/> |
614 | <fieldValue name='translation' value='0.54367 -1.49979 -0.89746'/> |
615 | <fieldValue name='textTranslation' value='0.69367 -1.49979 -0.89746'/> |
616 | <fieldValue name='textColor' value='0 0 0'/> |
617 | </ProtoInstance> |
618 | <ProtoInstance name='Vertex'> |
619 | <fieldValue name='vertexText' value='"activists"'/> |
620 | <fieldValue name='description' value='5: activists'/> |
621 | <fieldValue name='url'/> |
622 | <fieldValue name='radius' value='0.1500'/> |
623 | <fieldValue name='displayMode'/> |
624 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
625 | <fieldValue name='transparency' value='0'/> |
626 | <fieldValue name='translation' value='1.34122 -2.21020 -0.05194'/> |
627 | <fieldValue name='textTranslation' value='1.49122 -2.21020 -0.05194'/> |
628 | <fieldValue name='textColor' value='0 0 0'/> |
629 | </ProtoInstance> |
630 | <ProtoInstance name='Vertex'> |
631 | <fieldValue name='vertexText' value='"assessment"'/> |
632 | <fieldValue name='description' value='6: assessment'/> |
633 | <fieldValue name='url'/> |
634 | <fieldValue name='radius' value='0.1500'/> |
635 | <fieldValue name='displayMode'/> |
636 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
637 | <fieldValue name='transparency' value='0'/> |
638 | <fieldValue name='translation' value='-0.90974 2.45050 1.21092'/> |
639 | <fieldValue name='textTranslation' value='-0.75974 2.45050 1.21092'/> |
640 | <fieldValue name='textColor' value='0 0 0'/> |
641 | </ProtoInstance> |
642 | <ProtoInstance name='Vertex'> |
643 | <fieldValue name='vertexText' value='"assistance"'/> |
644 | <fieldValue name='description' value='7: assistance'/> |
645 | <fieldValue name='url'/> |
646 | <fieldValue name='radius' value='0.1500'/> |
647 | <fieldValue name='displayMode'/> |
648 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
649 | <fieldValue name='transparency' value='0'/> |
650 | <fieldValue name='translation' value='0.30034 1.83362 2.62202'/> |
651 | <fieldValue name='textTranslation' value='0.45034 1.83362 2.62202'/> |
652 | <fieldValue name='textColor' value='0 0 0'/> |
653 | </ProtoInstance> |
654 | <ProtoInstance name='Vertex'> |
655 | <fieldValue name='vertexText' value='"concerned"'/> |
656 | <fieldValue name='description' value='8: concerned'/> |
657 | <fieldValue name='url'/> |
658 | <fieldValue name='radius' value='0.1500'/> |
659 | <fieldValue name='displayMode'/> |
660 | <fieldValue name='diffuseColor' value='0 0 0'/> |
661 | <fieldValue name='transparency' value='0'/> |
662 | <fieldValue name='translation' value='0.76932 -0.37722 -2.29813'/> |
663 | <fieldValue name='textTranslation' value='0.91932 -0.37722 -2.29813'/> |
664 | <fieldValue name='textColor' value='0 0 0'/> |
665 | </ProtoInstance> |
666 | <ProtoInstance name='Vertex'> |
667 | <fieldValue name='vertexText' value='"corruption"'/> |
668 | <fieldValue name='description' value='9: corruption'/> |
669 | <fieldValue name='url'/> |
670 | <fieldValue name='radius' value='0.1500'/> |
671 | <fieldValue name='displayMode'/> |
672 | <fieldValue name='diffuseColor' value='0 0 0'/> |
673 | <fieldValue name='transparency' value='0'/> |
674 | <fieldValue name='translation' value='1.06146 -1.22763 -2.75359'/> |
675 | <fieldValue name='textTranslation' value='1.21146 -1.22763 -2.75359'/> |
676 | <fieldValue name='textColor' value='0 0 0'/> |
677 | </ProtoInstance> |
678 | <ProtoInstance name='Vertex'> |
679 | <fieldValue name='vertexText' value='"customize"'/> |
680 | <fieldValue name='description' value='10: customize'/> |
681 | <fieldValue name='url'/> |
682 | <fieldValue name='radius' value='0.1500'/> |
683 | <fieldValue name='displayMode'/> |
684 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
685 | <fieldValue name='transparency' value='0'/> |
686 | <fieldValue name='translation' value='0.22526 2.75419 1.08397'/> |
687 | <fieldValue name='textTranslation' value='0.37526 2.75419 1.08397'/> |
688 | <fieldValue name='textColor' value='0 0 0'/> |
689 | </ProtoInstance> |
690 | <ProtoInstance name='Vertex'> |
691 | <fieldValue name='vertexText' value='"damage"'/> |
692 | <fieldValue name='description' value='11: damage'/> |
693 | <fieldValue name='url'/> |
694 | <fieldValue name='radius' value='0.1500'/> |
695 | <fieldValue name='displayMode'/> |
696 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
697 | <fieldValue name='transparency' value='0'/> |
698 | <fieldValue name='translation' value='-0.77258 1.97664 1.92390'/> |
699 | <fieldValue name='textTranslation' value='-0.62258 1.97664 1.92390'/> |
700 | <fieldValue name='textColor' value='0 0 0'/> |
701 | </ProtoInstance> |
702 | <ProtoInstance name='Vertex'> |
703 | <fieldValue name='vertexText' value='"dec"'/> |
704 | <fieldValue name='description' value='12: dec'/> |
705 | <fieldValue name='url'/> |
706 | <fieldValue name='radius' value='0.1500'/> |
707 | <fieldValue name='displayMode'/> |
708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
709 | <fieldValue name='transparency' value='0'/> |
710 | <fieldValue name='translation' value='1.84279 -0.85746 -1.37305'/> |
711 | <fieldValue name='textTranslation' value='1.99279 -0.85746 -1.37305'/> |
712 | <fieldValue name='textColor' value='0 0 0'/> |
713 | </ProtoInstance> |
714 | <ProtoInstance name='Vertex'> |
715 | <fieldValue name='vertexText' value='"disaster"'/> |
716 | <fieldValue name='description' value='13: disaster'/> |
717 | <fieldValue name='url'/> |
718 | <fieldValue name='radius' value='0.1500'/> |
719 | <fieldValue name='displayMode'/> |
720 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
721 | <fieldValue name='transparency' value='0'/> |
722 | <fieldValue name='translation' value='0.41924 2.30287 2.21563'/> |
723 | <fieldValue name='textTranslation' value='0.56924 2.30287 2.21563'/> |
724 | <fieldValue name='textColor' value='0 0 0'/> |
725 | </ProtoInstance> |
726 | <ProtoInstance name='Vertex'> |
727 | <fieldValue name='vertexText' value='"document"'/> |
728 | <fieldValue name='description' value='14: document'/> |
729 | <fieldValue name='url'/> |
730 | <fieldValue name='radius' value='0.1500'/> |
731 | <fieldValue name='displayMode'/> |
732 | <fieldValue name='diffuseColor' value='0 0 0'/> |
733 | <fieldValue name='transparency' value='0'/> |
734 | <fieldValue name='translation' value='1.13414 -0.86362 -0.89575'/> |
735 | <fieldValue name='textTranslation' value='1.28414 -0.86362 -0.89575'/> |
736 | <fieldValue name='textColor' value='0 0 0'/> |
737 | </ProtoInstance> |
738 | <ProtoInstance name='Vertex'> |
739 | <fieldValue name='vertexText' value='"el"'/> |
740 | <fieldValue name='description' value='15: el'/> |
741 | <fieldValue name='url'/> |
742 | <fieldValue name='radius' value='0.1500'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
745 | <fieldValue name='transparency' value='0'/> |
746 | <fieldValue name='translation' value='2.65228 -0.80171 -1.06075'/> |
747 | <fieldValue name='textTranslation' value='2.80228 -0.80171 -1.06075'/> |
748 | <fieldValue name='textColor' value='0 0 0'/> |
749 | </ProtoInstance> |
750 | <ProtoInstance name='Vertex'> |
751 | <fieldValue name='vertexText' value='"embed"'/> |
752 | <fieldValue name='description' value='16: embed'/> |
753 | <fieldValue name='url'/> |
754 | <fieldValue name='radius' value='0.1500'/> |
755 | <fieldValue name='displayMode'/> |
756 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
757 | <fieldValue name='transparency' value='0'/> |
758 | <fieldValue name='translation' value='0.78260 2.59405 1.35470'/> |
759 | <fieldValue name='textTranslation' value='0.93260 2.59405 1.35470'/> |
760 | <fieldValue name='textColor' value='0 0 0'/> |
761 | </ProtoInstance> |
762 | <ProtoInstance name='Vertex'> |
763 | <fieldValue name='vertexText' value='"environmental"'/> |
764 | <fieldValue name='description' value='17: environmental'/> |
765 | <fieldValue name='url'/> |
766 | <fieldValue name='radius' value='0.1500'/> |
767 | <fieldValue name='displayMode'/> |
768 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
769 | <fieldValue name='transparency' value='0'/> |
770 | <fieldValue name='translation' value='1.90354 -1.83924 -0.04875'/> |
771 | <fieldValue name='textTranslation' value='2.05354 -1.83924 -0.04875'/> |
772 | <fieldValue name='textColor' value='0 0 0'/> |
773 | </ProtoInstance> |
774 | <ProtoInstance name='Vertex'> |
775 | <fieldValue name='vertexText' value='"examines"'/> |
776 | <fieldValue name='description' value='18: examines'/> |
777 | <fieldValue name='url'/> |
778 | <fieldValue name='radius' value='0.1500'/> |
779 | <fieldValue name='displayMode'/> |
780 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
781 | <fieldValue name='transparency' value='0'/> |
782 | <fieldValue name='translation' value='-0.18232 -1.27372 -2.06693'/> |
783 | <fieldValue name='textTranslation' value='-0.03232 -1.27372 -2.06693'/> |
784 | <fieldValue name='textColor' value='0 0 0'/> |
785 | </ProtoInstance> |
786 | <ProtoInstance name='Vertex'> |
787 | <fieldValue name='vertexText' value='"foreign"'/> |
788 | <fieldValue name='description' value='19: foreign'/> |
789 | <fieldValue name='url'/> |
790 | <fieldValue name='radius' value='0.1500'/> |
791 | <fieldValue name='displayMode'/> |
792 | <fieldValue name='diffuseColor' value='0 0 0'/> |
793 | <fieldValue name='transparency' value='0'/> |
794 | <fieldValue name='translation' value='1.72044 -0.41957 -2.32549'/> |
795 | <fieldValue name='textTranslation' value='1.87044 -0.41957 -2.32549'/> |
796 | <fieldValue name='textColor' value='0 0 0'/> |
797 | </ProtoInstance> |
798 | <ProtoInstance name='Vertex'> |
799 | <fieldValue name='vertexText' value='"humanitarian"'/> |
800 | <fieldValue name='description' value='20: humanitarian'/> |
801 | <fieldValue name='url'/> |
802 | <fieldValue name='radius' value='0.1500'/> |
803 | <fieldValue name='displayMode'/> |
804 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
805 | <fieldValue name='transparency' value='0'/> |
806 | <fieldValue name='translation' value='-0.20335 1.51611 2.71391'/> |
807 | <fieldValue name='textTranslation' value='-0.05335 1.51611 2.71391'/> |
808 | <fieldValue name='textColor' value='0 0 0'/> |
809 | </ProtoInstance> |
810 | <ProtoInstance name='Vertex'> |
811 | <fieldValue name='vertexText' value='"info"'/> |
812 | <fieldValue name='description' value='21: info'/> |
813 | <fieldValue name='url'/> |
814 | <fieldValue name='radius' value='0.1500'/> |
815 | <fieldValue name='displayMode'/> |
816 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
817 | <fieldValue name='transparency' value='0'/> |
818 | <fieldValue name='translation' value='0.62816 1.58827 2.18535'/> |
819 | <fieldValue name='textTranslation' value='0.77816 1.58827 2.18535'/> |
820 | <fieldValue name='textColor' value='0 0 0'/> |
821 | </ProtoInstance> |
822 | <ProtoInstance name='Vertex'> |
823 | <fieldValue name='vertexText' value='"media"'/> |
824 | <fieldValue name='description' value='22: media'/> |
825 | <fieldValue name='url'/> |
826 | <fieldValue name='radius' value='0.1500'/> |
827 | <fieldValue name='displayMode'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='transparency' value='0'/> |
830 | <fieldValue name='translation' value='2.07546 -2.51738 -0.90118'/> |
831 | <fieldValue name='textTranslation' value='2.22546 -2.51738 -0.90118'/> |
832 | <fieldValue name='textColor' value='0 0 0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Vertex'> |
835 | <fieldValue name='vertexText' value='"money"'/> |
836 | <fieldValue name='description' value='23: money'/> |
837 | <fieldValue name='url'/> |
838 | <fieldValue name='radius' value='0.1500'/> |
839 | <fieldValue name='displayMode'/> |
840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
841 | <fieldValue name='transparency' value='0'/> |
842 | <fieldValue name='translation' value='1.92599 -1.47827 -1.94942'/> |
843 | <fieldValue name='textTranslation' value='2.07599 -1.47827 -1.94942'/> |
844 | <fieldValue name='textColor' value='0 0 0'/> |
845 | </ProtoInstance> |
846 | <ProtoInstance name='Vertex'> |
847 | <fieldValue name='vertexText' value='"news"'/> |
848 | <fieldValue name='description' value='24: news'/> |
849 | <fieldValue name='url'/> |
850 | <fieldValue name='radius' value='0.1500'/> |
851 | <fieldValue name='displayMode'/> |
852 | <fieldValue name='diffuseColor' value='0 0 0'/> |
853 | <fieldValue name='transparency' value='0'/> |
854 | <fieldValue name='translation' value='0.68541 -2.75419 -1.22907'/> |
855 | <fieldValue name='textTranslation' value='0.83541 -2.75419 -1.22907'/> |
856 | <fieldValue name='textColor' value='0 0 0'/> |
857 | </ProtoInstance> |
858 | <ProtoInstance name='Vertex'> |
859 | <fieldValue name='vertexText' value='"oil"'/> |
860 | <fieldValue name='description' value='25: oil'/> |
861 | <fieldValue name='url'/> |
862 | <fieldValue name='radius' value='0.1500'/> |
863 | <fieldValue name='displayMode'/> |
864 | <fieldValue name='diffuseColor' value='0 0 0'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | <fieldValue name='translation' value='1.27702 -1.23661 -1.96996'/> |
867 | <fieldValue name='textTranslation' value='1.42702 -1.23661 -1.96996'/> |
868 | <fieldValue name='textColor' value='0 0 0'/> |
869 | </ProtoInstance> |
870 | <ProtoInstance name='Vertex'> |
871 | <fieldValue name='vertexText' value='"print"'/> |
872 | <fieldValue name='description' value='26: print'/> |
873 | <fieldValue name='url'/> |
874 | <fieldValue name='radius' value='0.1500'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='diffuseColor' value='0 0 0'/> |
877 | <fieldValue name='transparency' value='0'/> |
878 | <fieldValue name='translation' value='-0.05055 -1.93369 -0.68439'/> |
879 | <fieldValue name='textTranslation' value='0.09945 -1.93369 -0.68439'/> |
880 | <fieldValue name='textColor' value='0 0 0'/> |
881 | </ProtoInstance> |
882 | <ProtoInstance name='Vertex'> |
883 | <fieldValue name='vertexText' value='"salvador"'/> |
884 | <fieldValue name='description' value='27: salvador'/> |
885 | <fieldValue name='url'/> |
886 | <fieldValue name='radius' value='0.1500'/> |
887 | <fieldValue name='displayMode'/> |
888 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
889 | <fieldValue name='transparency' value='0'/> |
890 | <fieldValue name='translation' value='2.75247 -1.39885 -1.24174'/> |
891 | <fieldValue name='textTranslation' value='2.90247 -1.39885 -1.24174'/> |
892 | <fieldValue name='textColor' value='0 0 0'/> |
893 | </ProtoInstance> |
894 | <ProtoInstance name='Vertex'> |
895 | <fieldValue name='vertexText' value='"senate"'/> |
896 | <fieldValue name='description' value='28: senate'/> |
897 | <fieldValue name='url'/> |
898 | <fieldValue name='radius' value='0.1500'/> |
899 | <fieldValue name='displayMode'/> |
900 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
901 | <fieldValue name='transparency' value='0'/> |
902 | <fieldValue name='translation' value='-0.05813 -1.88201 -2.07821'/> |
903 | <fieldValue name='textTranslation' value='0.09187 -1.88201 -2.07821'/> |
904 | <fieldValue name='textColor' value='0 0 0'/> |
905 | </ProtoInstance> |
906 | <ProtoInstance name='Vertex'> |
907 | <fieldValue name='vertexText' value='"sign"'/> |
908 | <fieldValue name='description' value='29: sign'/> |
909 | <fieldValue name='url'/> |
910 | <fieldValue name='radius' value='0.1500'/> |
911 | <fieldValue name='displayMode'/> |
912 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
913 | <fieldValue name='transparency' value='0'/> |
914 | <fieldValue name='translation' value='-0.26888 0.65738 2.75359'/> |
915 | <fieldValue name='textTranslation' value='-0.11888 0.65738 2.75359'/> |
916 | <fieldValue name='textColor' value='0 0 0'/> |
917 | </ProtoInstance> |
918 | <ProtoInstance name='Vertex'> |
919 | <fieldValue name='vertexText' value='"tags"'/> |
920 | <fieldValue name='description' value='30: tags'/> |
921 | <fieldValue name='url'/> |
922 | <fieldValue name='radius' value='0.1500'/> |
923 | <fieldValue name='displayMode'/> |
924 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
925 | <fieldValue name='transparency' value='0'/> |
926 | <fieldValue name='translation' value='-1.27681 1.27840 2.18156'/> |
927 | <fieldValue name='textTranslation' value='-1.12681 1.27840 2.18156'/> |
928 | <fieldValue name='textColor' value='0 0 0'/> |
929 | </ProtoInstance> |
930 | <ProtoInstance name='Vertex'> |
931 | <fieldValue name='vertexText' value='"updates"'/> |
932 | <fieldValue name='description' value='31: updates'/> |
933 | <fieldValue name='url'/> |
934 | <fieldValue name='radius' value='0.1500'/> |
935 | <fieldValue name='displayMode'/> |
936 | <fieldValue name='diffuseColor' value='0 0 0'/> |
937 | <fieldValue name='transparency' value='0'/> |
938 | <fieldValue name='translation' value='1.13105 -2.35329 -1.63894'/> |
939 | <fieldValue name='textTranslation' value='1.28105 -2.35329 -1.63894'/> |
940 | <fieldValue name='textColor' value='0 0 0'/> |
941 | </ProtoInstance> |
942 | <ProtoInstance name='Vertex'> |
943 | <fieldValue name='vertexText' value='"video"'/> |
944 | <fieldValue name='description' value='32: video'/> |
945 | <fieldValue name='url'/> |
946 | <fieldValue name='radius' value='0.1500'/> |
947 | <fieldValue name='displayMode'/> |
948 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
949 | <fieldValue name='transparency' value='0'/> |
950 | <fieldValue name='translation' value='-1.40182 1.82373 1.53966'/> |
951 | <fieldValue name='textTranslation' value='-1.25182 1.82373 1.53966'/> |
952 | <fieldValue name='textColor' value='0 0 0'/> |
953 | </ProtoInstance> |
954 | </Scene> |
955 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 582
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 594
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 606
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 618
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 630
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 642
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 654
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 666
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 678
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 690
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 714
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 726
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 738
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 750
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 762
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 774
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 786
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 798
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 810
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 822
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 846
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 858
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 870
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 882
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 894
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 906
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 918
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 930
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 942
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->