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.63791'/> |
55 | <fieldValue name='cylinderTranslation' value='1.12618 -1.33078 1.09551'/> |
56 | <fieldValue name='coneTranslation' value='1.00614 -1.28028 1.18665'/> |
57 | <fieldValue name='rotation' value='36.57712 -0.00000 48.17365 1.24749'/> |
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.31883'/> |
66 | <fieldValue name='cylinderTranslation' value='0.74153 -1.56274 1.07536'/> |
67 | <fieldValue name='coneTranslation' value='0.26778 -1.66166 1.19862'/> |
68 | <fieldValue name='rotation' value='32.54850 -0.00000 125.10483 1.77020'/> |
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.36252'/> |
77 | <fieldValue name='cylinderTranslation' value='1.92443 -1.34102 1.29361'/> |
78 | <fieldValue name='coneTranslation' value='2.35090 -1.27132 1.58512'/> |
79 | <fieldValue name='rotation' value='76.19767 0 -111.47521 1.43668'/> |
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='2.16117'/> |
88 | <fieldValue name='cylinderTranslation' value='1.69150 -0.40579 0.81744'/> |
89 | <fieldValue name='coneTranslation' value='1.96790 0.46856 0.73635'/> |
90 | <fieldValue name='rotation' value='-19.03672 0 -64.88934 0.31825'/> |
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='1.38269'/> |
99 | <fieldValue name='cylinderTranslation' value='1.71732 -0.90484 0.63470'/> |
100 | <fieldValue name='coneTranslation' value='1.98653 -0.49959 0.42110'/> |
101 | <fieldValue name='rotation' value='-55.58371 0 -70.05461 0.70333'/> |
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='2.17718'/> |
110 | <fieldValue name='cylinderTranslation' value='2.03795 -0.92955 0.21811'/> |
111 | <fieldValue name='coneTranslation' value='2.61024 -0.50085 -0.37432'/> |
112 | <fieldValue name='rotation' value='-138.90226 0 -134.17995 1.09092'/> |
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.33807'/> |
121 | <fieldValue name='cylinderTranslation' value='1.62636 -1.09181 1.42697'/> |
122 | <fieldValue name='coneTranslation' value='1.82365 -0.83289 1.81832'/> |
123 | <fieldValue name='rotation' value='102.87039 0 -51.86111 1.03718'/> |
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.31265'/> |
132 | <fieldValue name='cylinderTranslation' value='1.21878 -1.03383 1.41277'/> |
133 | <fieldValue name='coneTranslation' value='1.10666 -0.73265 1.79100'/> |
134 | <fieldValue name='rotation' value='100.03067 -0.00000 29.65378 0.91872'/> |
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.30438'/> |
143 | <fieldValue name='cylinderTranslation' value='0.91874 -0.95948 0.88127'/> |
144 | <fieldValue name='coneTranslation' value='0.58042 -0.60279 0.85760'/> |
145 | <fieldValue name='rotation' value='-6.27073 0 89.66149 0.76020'/> |
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.38885'/> |
154 | <fieldValue name='cylinderTranslation' value='1.92672 -1.75100 0.65318'/> |
155 | <fieldValue name='coneTranslation' value='2.35743 -1.99641 0.45352'/> |
156 | <fieldValue name='rotation' value='-51.88806 0 -111.93370 2.04790'/> |
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.38164'/> |
165 | <fieldValue name='cylinderTranslation' value='2.05096 -1.51774 0.95924'/> |
166 | <fieldValue name='coneTranslation' value='2.57646 -1.58354 0.99506'/> |
167 | <fieldValue name='rotation' value='9.32404 0 -136.78115 1.69507'/> |
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='2.09411'/> |
176 | <fieldValue name='cylinderTranslation' value='1.30095 -1.94098 1.82531'/> |
177 | <fieldValue name='coneTranslation' value='1.24495 -2.37208 2.59854'/> |
178 | <fieldValue name='rotation' value='182.53885 -0.00000 13.21994 2.07830'/> |
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.36261'/> |
187 | <fieldValue name='cylinderTranslation' value='1.18495 -1.30574 0.26838'/> |
188 | <fieldValue name='coneTranslation' value='1.04561 -1.20905 -0.22456'/> |
189 | <fieldValue name='rotation' value='-128.84775 0 36.42084 1.38423'/> |
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.33918'/> |
198 | <fieldValue name='cylinderTranslation' value='0.95754 -1.10443 0.49635'/> |
199 | <fieldValue name='coneTranslation' value='0.64588 -0.85505 0.17955'/> |
200 | <fieldValue name='rotation' value='-83.25338 0 81.90198 1.05942'/> |
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.35729'/> |
209 | <fieldValue name='cylinderTranslation' value='1.42124 -2.08361 1.09476'/> |
210 | <fieldValue name='coneTranslation' value='1.46266 -2.58151 1.23396'/> |
211 | <fieldValue name='rotation' value='36.42838 0 -10.83885 2.85778'/> |
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.39091'/> |
220 | <fieldValue name='cylinderTranslation' value='1.02453 -1.92384 0.55971'/> |
221 | <fieldValue name='coneTranslation' value='0.76081 -2.30244 0.28800'/> |
222 | <fieldValue name='rotation' value='-70.58126 0 68.50461 2.35612'/> |
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.40189'/> |
231 | <fieldValue name='cylinderTranslation' value='1.46176 -1.72306 0.28198'/> |
232 | <fieldValue name='coneTranslation' value='1.53484 -1.94759 -0.20471'/> |
233 | <fieldValue name='rotation' value='-126.12790 0 -18.94133 1.99882'/> |
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='2.18675'/> |
242 | <fieldValue name='cylinderTranslation' value='0.33156 -1.77064 1.00555'/> |
243 | <fieldValue name='coneTranslation' value='-0.55239 -2.05962 1.08489'/> |
244 | <fieldValue name='rotation' value='18.58682 -0.00000 207.09735 1.88558'/> |
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.39251'/> |
253 | <fieldValue name='cylinderTranslation' value='1.66010 -2.04809 0.77308'/> |
254 | <fieldValue name='coneTranslation' value='1.88581 -2.52251 0.66560'/> |
255 | <fieldValue name='rotation' value='-27.90881 0 -58.61027 2.65663'/> |
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.94622'/> |
264 | <fieldValue name='cylinderTranslation' value='1.31775 -1.70722 1.29436'/> |
265 | <fieldValue name='coneTranslation' value='1.28512 -1.88928 1.54700'/> |
266 | <fieldValue name='rotation' value='76.34803 -0.00000 9.86012 2.19133'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.89926'/> |
275 | <fieldValue name='cylinderTranslation' value='0.50066 -1.46141 1.25825'/> |
276 | <fieldValue name='coneTranslation' value='0.25288 -1.61082 1.24527'/> |
277 | <fieldValue name='rotation' value='-4.02861 0 76.93118 2.11282'/> |
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.88862'/> |
286 | <fieldValue name='cylinderTranslation' value='0.97791 -0.93250 1.59566'/> |
287 | <fieldValue name='coneTranslation' value='1.03717 -0.74249 1.79868'/> |
288 | <fieldValue name='rotation' value='63.45356 0 -18.51987 0.83882'/> |
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.95247'/> |
297 | <fieldValue name='cylinderTranslation' value='0.67787 -0.85814 1.06415'/> |
298 | <fieldValue name='coneTranslation' value='0.54013 -0.61158 0.92189'/> |
299 | <fieldValue name='rotation' value='-42.84784 0 41.48784 0.67665'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='0.93368'/> |
308 | <fieldValue name='cylinderTranslation' value='1.07688 -1.60588 1.47725'/> |
309 | <fieldValue name='coneTranslation' value='1.20279 -1.85330 1.60795'/> |
310 | <fieldValue name='rotation' value='39.77092 0 -38.31353 2.50872'/> |
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.92987'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.29396 -1.90126 1.16830'/> |
320 | <fieldValue name='coneTranslation' value='-0.56284 -2.03761 1.12251'/> |
321 | <fieldValue name='rotation' value='-13.96168 0 81.99252 2.03438'/> |
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.82156'/> |
330 | <fieldValue name='cylinderTranslation' value='2.18373 -1.00072 1.80796'/> |
331 | <fieldValue name='coneTranslation' value='2.00176 -0.84858 1.88938'/> |
332 | <fieldValue name='rotation' value='26.67273 -0.00000 59.61410 0.91892'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.79760'/> |
341 | <fieldValue name='cylinderTranslation' value='2.60833 -1.42665 1.34023'/> |
342 | <fieldValue name='coneTranslation' value='2.68410 -1.53247 1.14001'/> |
343 | <fieldValue name='rotation' value='-66.87362 0 -25.30594 2.02988'/> |
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.06414'/> |
352 | <fieldValue name='cylinderTranslation' value='2.04177 0.12149 0.53952'/> |
353 | <fieldValue name='coneTranslation' value='2.05983 -0.22749 0.41173'/> |
354 | <fieldValue name='rotation' value='-36.54699 0 -5.16527 2.78738'/> |
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.05254'/> |
363 | <fieldValue name='cylinderTranslation' value='2.38822 -0.40227 -0.05981'/> |
364 | <fieldValue name='coneTranslation' value='2.61137 -0.41947 -0.34975'/> |
365 | <fieldValue name='rotation' value='-83.31855 0 -64.12534 1.61778'/> |
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.82384'/> |
374 | <fieldValue name='cylinderTranslation' value='1.47809 -0.69353 1.92712'/> |
375 | <fieldValue name='coneTranslation' value='1.22882 -0.65807 1.91844'/> |
376 | <fieldValue name='rotation' value='-2.83972 0 81.51489 1.42958'/> |
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.82626'/> |
385 | <fieldValue name='cylinderTranslation' value='0.50923 -0.63179 0.46500'/> |
386 | <fieldValue name='coneTranslation' value='0.53300 -0.72061 0.22916'/> |
387 | <fieldValue name='rotation' value='-76.98265 0 -7.75951 1.92930'/> |
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.80874'/> |
396 | <fieldValue name='cylinderTranslation' value='2.61062 -1.83663 0.69980'/> |
397 | <fieldValue name='coneTranslation' value='2.68570 -1.69566 0.88476'/> |
398 | <fieldValue name='rotation' value='61.21210 0 -24.84745 0.95595'/> |
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.83360'/> |
407 | <fieldValue name='cylinderTranslation' value='2.21977 -2.36697 0.51364'/> |
408 | <fieldValue name='coneTranslation' value='2.05550 -2.55001 0.58751'/> |
409 | <fieldValue name='rotation' value='23.97925 -0.00000 53.32344 2.36426'/> |
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.16076'/> |
418 | <fieldValue name='cylinderTranslation' value='1.25165 -2.21608 2.20705'/> |
419 | <fieldValue name='coneTranslation' value='1.26382 -2.04676 1.82247'/> |
420 | <fieldValue name='rotation' value='-106.19082 0 -3.35982 1.15625'/> |
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.75950'/> |
429 | <fieldValue name='cylinderTranslation' value='0.77544 -0.97806 -0.14789'/> |
430 | <fieldValue name='coneTranslation' value='0.64384 -0.86157 -0.01597'/> |
431 | <fieldValue name='rotation' value='45.59438 -0.00000 45.48113 1.01206'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.80448'/> |
440 | <fieldValue name='cylinderTranslation' value='1.71430 -2.69958 0.95522'/> |
441 | <fieldValue name='coneTranslation' value='1.85814 -2.67819 0.76149'/> |
442 | <fieldValue name='rotation' value='-64.33719 0 -47.77142 1.48236'/> |
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.87687'/> |
451 | <fieldValue name='cylinderTranslation' value='1.37194 -2.35871 1.47650'/> |
452 | <fieldValue name='coneTranslation' value='1.30622 -2.11967 1.60326'/> |
453 | <fieldValue name='rotation' value='39.91965 -0.00000 20.69897 0.53845'/> |
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='Vertex'> |
461 | <fieldValue name='vertexText' value='"2010-02-09-YOUTUBE.COM-AFBLUETUBE"'/> |
462 | <fieldValue name='description' value='1: 2010-02-09-YOUTUBE.COM-AFBLUETUBE'/> |
463 | <fieldValue name='url'/> |
464 | <fieldValue name='radius' value='0.1500'/> |
465 | <fieldValue name='displayMode'/> |
466 | <fieldValue name='diffuseColor' value='0 0 0'/> |
467 | <fieldValue name='transparency' value='0'/> |
468 | <fieldValue name='translation' value='1.36705 -1.43212 0.91262'/> |
469 | <fieldValue name='textTranslation' value='1.51705 -1.43212 0.91262'/> |
470 | <fieldValue name='textColor' value='0 0 0'/> |
471 | </ProtoInstance> |
472 | <ProtoInstance name='Vertex'> |
473 | <fieldValue name='vertexText' value=' "Haiti/2010-02-09/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-09.simple" '/> |
474 | <fieldValue name='description' value='2: Haiti/2010-02-09/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-09.simple'/> |
475 | <fieldValue name='url'/> |
476 | <fieldValue name='radius' value='0.1500'/> |
477 | <fieldValue name='displayMode'/> |
478 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
479 | <fieldValue name='transparency' value='0'/> |
480 | <fieldValue name='translation' value='-2.73486 2.73511 -2.73801'/> |
481 | <fieldValue name='textTranslation' value='-2.58486 2.73511 -2.73801'/> |
482 | <fieldValue name='textColor' value='0 0 0'/> |
483 | </ProtoInstance> |
484 | <ProtoInstance name='Vertex'> |
485 | <fieldValue name='vertexText' value='"air"'/> |
486 | <fieldValue name='description' value='3: air'/> |
487 | <fieldValue name='url'/> |
488 | <fieldValue name='radius' value='0.1500'/> |
489 | <fieldValue name='displayMode'/> |
490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | <fieldValue name='translation' value='0.88531 -1.22945 1.27839'/> |
493 | <fieldValue name='textTranslation' value='1.03531 -1.22945 1.27839'/> |
494 | <fieldValue name='textColor' value='0 0 0'/> |
495 | </ProtoInstance> |
496 | <ProtoInstance name='Vertex'> |
497 | <fieldValue name='vertexText' value='"airlift"'/> |
498 | <fieldValue name='description' value='4: airlift'/> |
499 | <fieldValue name='url'/> |
500 | <fieldValue name='radius' value='0.1500'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='diffuseColor' value='0 0 0'/> |
503 | <fieldValue name='transparency' value='0'/> |
504 | <fieldValue name='translation' value='0.11600 -1.69336 1.23810'/> |
505 | <fieldValue name='textTranslation' value='0.26600 -1.69336 1.23810'/> |
506 | <fieldValue name='textColor' value='0 0 0'/> |
507 | </ProtoInstance> |
508 | <ProtoInstance name='Vertex'> |
509 | <fieldValue name='vertexText' value='"assisting"'/> |
510 | <fieldValue name='description' value='5: assisting'/> |
511 | <fieldValue name='url'/> |
512 | <fieldValue name='radius' value='0.1500'/> |
513 | <fieldValue name='displayMode'/> |
514 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
515 | <fieldValue name='transparency' value='0'/> |
516 | <fieldValue name='translation' value='2.48180 -1.24993 1.67460'/> |
517 | <fieldValue name='textTranslation' value='2.63180 -1.24993 1.67460'/> |
518 | <fieldValue name='textColor' value='0 0 0'/> |
519 | </ProtoInstance> |
520 | <ProtoInstance name='Vertex'> |
521 | <fieldValue name='vertexText' value='"camera"'/> |
522 | <fieldValue name='description' value='6: camera'/> |
523 | <fieldValue name='url'/> |
524 | <fieldValue name='radius' value='0.1500'/> |
525 | <fieldValue name='displayMode'/> |
526 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
527 | <fieldValue name='transparency' value='0'/> |
528 | <fieldValue name='translation' value='2.01594 0.62053 0.72225'/> |
529 | <fieldValue name='textTranslation' value='2.16594 0.62053 0.72225'/> |
530 | <fieldValue name='textColor' value='0 0 0'/> |
531 | </ProtoInstance> |
532 | <ProtoInstance name='Vertex'> |
533 | <fieldValue name='vertexText' value='"combat"'/> |
534 | <fieldValue name='description' value='7: combat'/> |
535 | <fieldValue name='url'/> |
536 | <fieldValue name='radius' value='0.1500'/> |
537 | <fieldValue name='displayMode'/> |
538 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
539 | <fieldValue name='transparency' value='0'/> |
540 | <fieldValue name='translation' value='2.06760 -0.37755 0.35678'/> |
541 | <fieldValue name='textTranslation' value='2.21760 -0.37755 0.35678'/> |
542 | <fieldValue name='textColor' value='0 0 0'/> |
543 | </ProtoInstance> |
544 | <ProtoInstance name='Vertex'> |
545 | <fieldValue name='vertexText' value='"controllers"'/> |
546 | <fieldValue name='description' value='8: controllers'/> |
547 | <fieldValue name='url'/> |
548 | <fieldValue name='radius' value='0.1500'/> |
549 | <fieldValue name='displayMode'/> |
550 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
551 | <fieldValue name='transparency' value='0'/> |
552 | <fieldValue name='translation' value='2.70885 -0.42699 -0.47640'/> |
553 | <fieldValue name='textTranslation' value='2.85885 -0.42699 -0.47640'/> |
554 | <fieldValue name='textColor' value='0 0 0'/> |
555 | </ProtoInstance> |
556 | <ProtoInstance name='Vertex'> |
557 | <fieldValue name='vertexText' value='"crews"'/> |
558 | <fieldValue name='description' value='9: crews'/> |
559 | <fieldValue name='url'/> |
560 | <fieldValue name='radius' value='0.1500'/> |
561 | <fieldValue name='displayMode'/> |
562 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
563 | <fieldValue name='transparency' value='0'/> |
564 | <fieldValue name='translation' value='1.88566 -0.75151 1.94132'/> |
565 | <fieldValue name='textTranslation' value='2.03566 -0.75151 1.94132'/> |
566 | <fieldValue name='textColor' value='0 0 0'/> |
567 | </ProtoInstance> |
568 | <ProtoInstance name='Vertex'> |
569 | <fieldValue name='vertexText' value='"delivery"'/> |
570 | <fieldValue name='description' value='10: delivery'/> |
571 | <fieldValue name='url'/> |
572 | <fieldValue name='radius' value='0.1500'/> |
573 | <fieldValue name='displayMode'/> |
574 | <fieldValue name='diffuseColor' value='0 0 0'/> |
575 | <fieldValue name='transparency' value='0'/> |
576 | <fieldValue name='translation' value='1.07051 -0.63555 1.91293'/> |
577 | <fieldValue name='textTranslation' value='1.22051 -0.63555 1.91293'/> |
578 | <fieldValue name='textColor' value='0 0 0'/> |
579 | </ProtoInstance> |
580 | <ProtoInstance name='Vertex'> |
581 | <fieldValue name='vertexText' value='"force"'/> |
582 | <fieldValue name='description' value='11: force'/> |
583 | <fieldValue name='url'/> |
584 | <fieldValue name='radius' value='0.1500'/> |
585 | <fieldValue name='displayMode'/> |
586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
587 | <fieldValue name='transparency' value='0'/> |
588 | <fieldValue name='translation' value='0.47043 -0.48683 0.84991'/> |
589 | <fieldValue name='textTranslation' value='0.62043 -0.48683 0.84991'/> |
590 | <fieldValue name='textColor' value='0 0 0'/> |
591 | </ProtoInstance> |
592 | <ProtoInstance name='Vertex'> |
593 | <fieldValue name='vertexText' value='"operation"'/> |
594 | <fieldValue name='description' value='12: operation'/> |
595 | <fieldValue name='url'/> |
596 | <fieldValue name='radius' value='0.1500'/> |
597 | <fieldValue name='displayMode'/> |
598 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
599 | <fieldValue name='transparency' value='0'/> |
600 | <fieldValue name='translation' value='2.48639 -2.06988 0.39374'/> |
601 | <fieldValue name='textTranslation' value='2.63639 -2.06988 0.39374'/> |
602 | <fieldValue name='textColor' value='0 0 0'/> |
603 | </ProtoInstance> |
604 | <ProtoInstance name='Vertex'> |
605 | <fieldValue name='vertexText' value='"part"'/> |
606 | <fieldValue name='description' value='13: part'/> |
607 | <fieldValue name='url'/> |
608 | <fieldValue name='radius' value='0.1500'/> |
609 | <fieldValue name='displayMode'/> |
610 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
611 | <fieldValue name='transparency' value='0'/> |
612 | <fieldValue name='translation' value='2.73486 -1.60337 1.00586'/> |
613 | <fieldValue name='textTranslation' value='2.88486 -1.60337 1.00586'/> |
614 | <fieldValue name='textColor' value='0 0 0'/> |
615 | </ProtoInstance> |
616 | <ProtoInstance name='Vertex'> |
617 | <fieldValue name='vertexText' value='"production"'/> |
618 | <fieldValue name='description' value='14: production'/> |
619 | <fieldValue name='url'/> |
620 | <fieldValue name='radius' value='0.1500'/> |
621 | <fieldValue name='displayMode'/> |
622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | <fieldValue name='translation' value='1.23485 -2.44984 2.73801'/> |
625 | <fieldValue name='textTranslation' value='1.38485 -2.44984 2.73801'/> |
626 | <fieldValue name='textColor' value='0 0 0'/> |
627 | </ProtoInstance> |
628 | <ProtoInstance name='Vertex'> |
629 | <fieldValue name='vertexText' value='"providing"'/> |
630 | <fieldValue name='description' value='15: providing'/> |
631 | <fieldValue name='url'/> |
632 | <fieldValue name='radius' value='0.1500'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='diffuseColor' value='0 0 0'/> |
635 | <fieldValue name='transparency' value='0'/> |
636 | <fieldValue name='translation' value='1.00284 -1.17937 -0.37586'/> |
637 | <fieldValue name='textTranslation' value='1.15284 -1.17937 -0.37586'/> |
638 | <fieldValue name='textColor' value='0 0 0'/> |
639 | </ProtoInstance> |
640 | <ProtoInstance name='Vertex'> |
641 | <fieldValue name='vertexText' value='"responding"'/> |
642 | <fieldValue name='description' value='16: responding'/> |
643 | <fieldValue name='url'/> |
644 | <fieldValue name='radius' value='0.1500'/> |
645 | <fieldValue name='displayMode'/> |
646 | <fieldValue name='diffuseColor' value='0 0 0'/> |
647 | <fieldValue name='transparency' value='0'/> |
648 | <fieldValue name='translation' value='0.54803 -0.77675 0.08009'/> |
649 | <fieldValue name='textTranslation' value='0.69803 -0.77675 0.08009'/> |
650 | <fieldValue name='textColor' value='0 0 0'/> |
651 | </ProtoInstance> |
652 | <ProtoInstance name='Vertex'> |
653 | <fieldValue name='vertexText' value='"response"'/> |
654 | <fieldValue name='description' value='17: response'/> |
655 | <fieldValue name='url'/> |
656 | <fieldValue name='radius' value='0.1500'/> |
657 | <fieldValue name='displayMode'/> |
658 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
659 | <fieldValue name='transparency' value='0'/> |
660 | <fieldValue name='translation' value='1.47544 -2.73511 1.27690'/> |
661 | <fieldValue name='textTranslation' value='1.62544 -2.73511 1.27690'/> |
662 | <fieldValue name='textColor' value='0 0 0'/> |
663 | </ProtoInstance> |
664 | <ProtoInstance name='Vertex'> |
665 | <fieldValue name='vertexText' value='"struck"'/> |
666 | <fieldValue name='description' value='18: struck'/> |
667 | <fieldValue name='url'/> |
668 | <fieldValue name='radius' value='0.1500'/> |
669 | <fieldValue name='displayMode'/> |
670 | <fieldValue name='diffuseColor' value='0 0 0'/> |
671 | <fieldValue name='transparency' value='0'/> |
672 | <fieldValue name='translation' value='0.68200 -2.41557 0.20681'/> |
673 | <fieldValue name='textTranslation' value='0.83200 -2.41557 0.20681'/> |
674 | <fieldValue name='textColor' value='0 0 0'/> |
675 | </ProtoInstance> |
676 | <ProtoInstance name='Vertex'> |
677 | <fieldValue name='vertexText' value='"survivors"'/> |
678 | <fieldValue name='description' value='19: survivors'/> |
679 | <fieldValue name='url'/> |
680 | <fieldValue name='radius' value='0.1500'/> |
681 | <fieldValue name='displayMode'/> |
682 | <fieldValue name='diffuseColor' value='0 0 0'/> |
683 | <fieldValue name='transparency' value='0'/> |
684 | <fieldValue name='translation' value='1.55646 -2.01400 -0.34866'/> |
685 | <fieldValue name='textTranslation' value='1.70646 -2.01400 -0.34866'/> |
686 | <fieldValue name='textColor' value='0 0 0'/> |
687 | </ProtoInstance> |
688 | <ProtoInstance name='Vertex'> |
689 | <fieldValue name='vertexText' value='"teams"'/> |
690 | <fieldValue name='description' value='20: teams'/> |
691 | <fieldValue name='url'/> |
692 | <fieldValue name='radius' value='0.1500'/> |
693 | <fieldValue name='displayMode'/> |
694 | <fieldValue name='diffuseColor' value='0 0 0'/> |
695 | <fieldValue name='transparency' value='0'/> |
696 | <fieldValue name='translation' value='-0.70392 -2.10916 1.09849'/> |
697 | <fieldValue name='textTranslation' value='-0.55392 -2.10916 1.09849'/> |
698 | <fieldValue name='textColor' value='0 0 0'/> |
699 | </ProtoInstance> |
700 | <ProtoInstance name='Vertex'> |
701 | <fieldValue name='vertexText' value='"unified"'/> |
702 | <fieldValue name='description' value='21: unified'/> |
703 | <fieldValue name='url'/> |
704 | <fieldValue name='radius' value='0.1500'/> |
705 | <fieldValue name='displayMode'/> |
706 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
707 | <fieldValue name='transparency' value='0'/> |
708 | <fieldValue name='translation' value='1.95315 -2.66406 0.63353'/> |
709 | <fieldValue name='textTranslation' value='2.10315 -2.66406 0.63353'/> |
710 | <fieldValue name='textColor' value='0 0 0'/> |
711 | </ProtoInstance> |
712 | <ProtoInstance name='Vertex'> |
713 | <fieldValue name='vertexText' value='"video"'/> |
714 | <fieldValue name='description' value='22: video'/> |
715 | <fieldValue name='url'/> |
716 | <fieldValue name='radius' value='0.1500'/> |
717 | <fieldValue name='displayMode'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='transparency' value='0'/> |
720 | <fieldValue name='translation' value='1.26845 -1.98231 1.67610'/> |
721 | <fieldValue name='textTranslation' value='1.41845 -1.98231 1.67610'/> |
722 | <fieldValue name='textColor' value='0 0 0'/> |
723 | </ProtoInstance> |
724 | </Scene> |
725 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 472
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 484
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 496
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 508
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 520
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 532
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 544
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 556
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 568
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 580
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 604
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 616
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 628
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 640
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 652
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 664
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 676
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 688
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 700
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 712
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->