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='2.09327'/> |
55 | <fieldValue name='cylinderTranslation' value='0.47807 -0.78407 -2.01364'/> |
56 | <fieldValue name='coneTranslation' value='0.30201 -0.16761 -2.62610'/> |
57 | <fieldValue name='rotation' value='-144.59595 0 41.56716 0.80199'/> |
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.35879'/> |
66 | <fieldValue name='cylinderTranslation' value='0.17567 -1.88964 -1.04890'/> |
67 | <fieldValue name='coneTranslation' value='-0.21441 -2.17852 -0.86408'/> |
68 | <fieldValue name='rotation' value='48.35177 -0.00000 102.04856 2.16058'/> |
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.34685'/> |
77 | <fieldValue name='cylinderTranslation' value='0.59548 -2.11139 -0.99778'/> |
78 | <fieldValue name='coneTranslation' value='0.52653 -2.56854 -0.77450'/> |
79 | <fieldValue name='rotation' value='58.57475 -0.00000 18.08669 2.66904'/> |
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.23969'/> |
88 | <fieldValue name='cylinderTranslation' value='1.71218 -1.09677 -1.45974'/> |
89 | <fieldValue name='coneTranslation' value='2.59182 -0.74106 -1.60467'/> |
90 | <fieldValue name='rotation' value='-33.81687 0 -205.25446 1.19116'/> |
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.59198'/> |
99 | <fieldValue name='cylinderTranslation' value='0.63126 -1.30994 -1.50016'/> |
100 | <fieldValue name='coneTranslation' value='0.60616 -1.21721 -1.59642'/> |
101 | <fieldValue name='rotation' value='-41.90054 0 10.92909 0.82049'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.35468'/> |
110 | <fieldValue name='cylinderTranslation' value='0.88289 -0.86654 -1.23005'/> |
111 | <fieldValue name='coneTranslation' value='1.03334 -0.37373 -1.18376'/> |
112 | <fieldValue name='rotation' value='12.12123 0 -39.39598 0.30917'/> |
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.38490'/> |
121 | <fieldValue name='cylinderTranslation' value='0.61484 -1.34114 -0.62333'/> |
122 | <fieldValue name='coneTranslation' value='0.56020 -1.20993 -0.11020'/> |
123 | <fieldValue name='rotation' value='133.46534 -0.00000 14.21318 1.32182'/> |
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.37763'/> |
132 | <fieldValue name='cylinderTranslation' value='0.94474 -1.09475 -0.80737'/> |
133 | <fieldValue name='coneTranslation' value='1.14344 -0.77460 -0.43634'/> |
134 | <fieldValue name='rotation' value='96.65802 0 -51.76528 0.92051'/> |
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.33413'/> |
143 | <fieldValue name='cylinderTranslation' value='1.05525 -1.99570 -1.01795'/> |
144 | <fieldValue name='coneTranslation' value='1.33600 -2.36356 -0.81066'/> |
145 | <fieldValue name='rotation' value='54.54094 0 -73.86836 2.38251'/> |
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.33628'/> |
154 | <fieldValue name='cylinderTranslation' value='1.03149 -1.53813 -1.86188'/> |
155 | <fieldValue name='coneTranslation' value='1.29431 -1.55817 -2.29631'/> |
156 | <fieldValue name='rotation' value='-114.24411 0 -69.11613 1.61026'/> |
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.40231'/> |
165 | <fieldValue name='cylinderTranslation' value='0.75266 -1.93802 -1.84335'/> |
166 | <fieldValue name='coneTranslation' value='0.80418 -2.26700 -2.26993'/> |
167 | <fieldValue name='rotation' value='-110.53909 0 -13.35012 2.22425'/> |
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.20193'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.34357 -1.83405 -1.07061'/> |
177 | <fieldValue name='coneTranslation' value='-1.22344 -2.10950 -0.88255'/> |
178 | <fieldValue name='rotation' value='44.00901 -0.00000 205.89622 1.86788'/> |
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.35440'/> |
187 | <fieldValue name='cylinderTranslation' value='0.34638 -1.67169 -1.85435'/> |
188 | <fieldValue name='coneTranslation' value='0.08707 -1.79383 -2.28486'/> |
189 | <fieldValue name='rotation' value='-112.73805 0 67.90548 1.80920'/> |
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='2.19037'/> |
198 | <fieldValue name='cylinderTranslation' value='1.53224 -2.12263 -0.95902'/> |
199 | <fieldValue name='coneTranslation' value='2.25493 -2.64426 -0.67583'/> |
200 | <fieldValue name='rotation' value='66.32839 0 -169.26659 2.16250'/> |
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.37320'/> |
209 | <fieldValue name='cylinderTranslation' value='0.17748 -1.05048 -1.30222'/> |
210 | <fieldValue name='coneTranslation' value='-0.21247 -0.69669 -1.31110'/> |
211 | <fieldValue name='rotation' value='-2.31319 0 101.68565 0.83410'/> |
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.50156'/> |
220 | <fieldValue name='cylinderTranslation' value='0.42343 -0.58224 -2.22314'/> |
221 | <fieldValue name='coneTranslation' value='0.54397 -0.99605 -1.81909'/> |
222 | <fieldValue name='rotation' value='102.69541 0 -30.63806 2.34681'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='0.95504'/> |
231 | <fieldValue name='cylinderTranslation' value='0.08523 -2.48926 -0.75603'/> |
232 | <fieldValue name='coneTranslation' value='0.36438 -2.63671 -0.72204'/> |
233 | <fieldValue name='rotation' value='10.22298 0 -83.96187 2.05373'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='1.04531'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.85381 -2.21192 -0.82885'/> |
243 | <fieldValue name='coneTranslation' value='-1.21410 -2.17335 -0.84392'/> |
244 | <fieldValue name='rotation' value='-4.34276 0 103.84766 1.46425'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.94907'/> |
253 | <fieldValue name='cylinderTranslation' value='0.96482 -2.59532 -0.72508'/> |
254 | <fieldValue name='coneTranslation' value='1.26957 -2.51864 -0.73845'/> |
255 | <fieldValue name='rotation' value='-4.03381 0 -91.95505 1.32453'/> |
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='1.15391'/> |
264 | <fieldValue name='cylinderTranslation' value='0.82824 -0.66472 -1.43955'/> |
265 | <fieldValue name='coneTranslation' value='1.01009 -0.34428 -1.24435'/> |
266 | <fieldValue name='rotation' value='54.02177 0 -50.32507 0.69428'/> |
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.17148'/> |
275 | <fieldValue name='cylinderTranslation' value='0.97685 -1.33630 -2.07138'/> |
276 | <fieldValue name='coneTranslation' value='1.26775 -1.50215 -2.33429'/> |
277 | <fieldValue name='rotation' value='-72.34357 0 -80.04522 1.97096'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='1.16184'/> |
286 | <fieldValue name='cylinderTranslation' value='0.29174 -1.46987 -2.06385'/> |
287 | <fieldValue name='coneTranslation' value='0.08532 -1.73198 -2.32049'/> |
288 | <fieldValue name='rotation' value='-70.83751 0 56.97639 2.24301'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='1.11789'/> |
297 | <fieldValue name='cylinderTranslation' value='0.12284 -0.84866 -1.51173'/> |
298 | <fieldValue name='coneTranslation' value='-0.20105 -0.66347 -1.37045'/> |
299 | <fieldValue name='rotation' value='39.58735 -0.00000 90.75656 1.08807'/> |
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.96864'/> |
308 | <fieldValue name='cylinderTranslation' value='1.14172 -0.44953 -0.74676'/> |
309 | <fieldValue name='coneTranslation' value='1.18313 -0.60234 -0.46372'/> |
310 | <fieldValue name='rotation' value='84.53679 0 -12.36931 2.06144'/> |
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.90201'/> |
319 | <fieldValue name='cylinderTranslation' value='0.87367 -0.92412 -0.14004'/> |
320 | <fieldValue name='coneTranslation' value='1.08653 -0.76514 -0.25879'/> |
321 | <fieldValue name='rotation' value='-36.80732 0 -65.97846 0.99285'/> |
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.99419'/> |
330 | <fieldValue name='cylinderTranslation' value='1.90158 -2.60657 -0.68631'/> |
331 | <fieldValue name='coneTranslation' value='2.22505 -2.69265 -0.64634'/> |
332 | <fieldValue name='rotation' value='11.78745 0 -95.39823 1.82900'/> |
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.97571'/> |
341 | <fieldValue name='cylinderTranslation' value='1.09824 -1.96438 -2.41457'/> |
342 | <fieldValue name='coneTranslation' value='0.91086 -2.23312 -2.40212'/> |
343 | <fieldValue name='rotation' value='3.70502 -0.00000 55.76601 2.53167'/> |
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='0.97183'/> |
352 | <fieldValue name='cylinderTranslation' value='0.41313 -2.09794 -2.40704'/> |
353 | <fieldValue name='coneTranslation' value='0.14063 -1.91931 -2.41442'/> |
354 | <fieldValue name='rotation' value='-2.19896 0 81.25560 0.99071'/> |
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='Vertex'> |
362 | <fieldValue name='vertexText' value='"2010-02-01-YOUTUBE.COM-USER"'/> |
363 | <fieldValue name='description' value='1: 2010-02-01-YOUTUBE.COM-USER'/> |
364 | <fieldValue name='url'/> |
365 | <fieldValue name='radius' value='0.1500'/> |
366 | <fieldValue name='displayMode'/> |
367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
368 | <fieldValue name='transparency' value='0'/> |
369 | <fieldValue name='translation' value='0.68591 -1.51177 -1.29066'/> |
370 | <fieldValue name='textTranslation' value='0.83591 -1.51177 -1.29066'/> |
371 | <fieldValue name='textColor' value='0 0 0'/> |
372 | </ProtoInstance> |
373 | <ProtoInstance name='Vertex'> |
374 | <fieldValue name='vertexText' value=' "Haiti/2010-02-01/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-01.simple" '/> |
375 | <fieldValue name='description' value='2: Haiti/2010-02-01/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-01.simple'/> |
376 | <fieldValue name='url'/> |
377 | <fieldValue name='radius' value='0.1500'/> |
378 | <fieldValue name='displayMode'/> |
379 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
380 | <fieldValue name='transparency' value='0'/> |
381 | <fieldValue name='translation' value='-2.73845 2.73350 2.73662'/> |
382 | <fieldValue name='textTranslation' value='-2.58845 2.73350 2.73662'/> |
383 | <fieldValue name='textColor' value='0 0 0'/> |
384 | </ProtoInstance> |
385 | <ProtoInstance name='Vertex'> |
386 | <fieldValue name='vertexText' value='"assistance"'/> |
387 | <fieldValue name='description' value='3: assistance'/> |
388 | <fieldValue name='url'/> |
389 | <fieldValue name='radius' value='0.1500'/> |
390 | <fieldValue name='displayMode'/> |
391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | <fieldValue name='translation' value='0.27024 -0.05637 -2.73662'/> |
394 | <fieldValue name='textTranslation' value='0.42024 -0.05637 -2.73662'/> |
395 | <fieldValue name='textColor' value='0 0 0'/> |
396 | </ProtoInstance> |
397 | <ProtoInstance name='Vertex'> |
398 | <fieldValue name='vertexText' value='"carry"'/> |
399 | <fieldValue name='description' value='4: carry'/> |
400 | <fieldValue name='url'/> |
401 | <fieldValue name='radius' value='0.1500'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
404 | <fieldValue name='transparency' value='0'/> |
405 | <fieldValue name='translation' value='-0.33458 -2.26750 -0.80714'/> |
406 | <fieldValue name='textTranslation' value='-0.18458 -2.26750 -0.80714'/> |
407 | <fieldValue name='textColor' value='0 0 0'/> |
408 | </ProtoInstance> |
409 | <ProtoInstance name='Vertex'> |
410 | <fieldValue name='vertexText' value='"complex"'/> |
411 | <fieldValue name='description' value='5: complex'/> |
412 | <fieldValue name='url'/> |
413 | <fieldValue name='radius' value='0.1500'/> |
414 | <fieldValue name='displayMode'/> |
415 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
416 | <fieldValue name='transparency' value='0'/> |
417 | <fieldValue name='translation' value='0.50504 -2.71101 -0.70491'/> |
418 | <fieldValue name='textTranslation' value='0.65504 -2.71101 -0.70491'/> |
419 | <fieldValue name='textColor' value='0 0 0'/> |
420 | </ProtoInstance> |
421 | <ProtoInstance name='Vertex'> |
422 | <fieldValue name='vertexText' value='"devastating"'/> |
423 | <fieldValue name='description' value='6: devastating'/> |
424 | <fieldValue name='url'/> |
425 | <fieldValue name='radius' value='0.1500'/> |
426 | <fieldValue name='displayMode'/> |
427 | <fieldValue name='diffuseColor' value='0 0 0'/> |
428 | <fieldValue name='transparency' value='0'/> |
429 | <fieldValue name='translation' value='2.73845 -0.68177 -1.62883'/> |
430 | <fieldValue name='textTranslation' value='2.88845 -0.68177 -1.62883'/> |
431 | <fieldValue name='textColor' value='0 0 0'/> |
432 | </ProtoInstance> |
433 | <ProtoInstance name='Vertex'> |
434 | <fieldValue name='vertexText' value='"food"'/> |
435 | <fieldValue name='description' value='7: food'/> |
436 | <fieldValue name='url'/> |
437 | <fieldValue name='radius' value='0.1500'/> |
438 | <fieldValue name='displayMode'/> |
439 | <fieldValue name='diffuseColor' value='0 0 0'/> |
440 | <fieldValue name='transparency' value='0'/> |
441 | <fieldValue name='translation' value='0.57662 -1.10812 -1.70966'/> |
442 | <fieldValue name='textTranslation' value='0.72662 -1.10812 -1.70966'/> |
443 | <fieldValue name='textColor' value='0 0 0'/> |
444 | </ProtoInstance> |
445 | <ProtoInstance name='Vertex'> |
446 | <fieldValue name='vertexText' value='"homeless"'/> |
447 | <fieldValue name='description' value='8: homeless'/> |
448 | <fieldValue name='url'/> |
449 | <fieldValue name='radius' value='0.1500'/> |
450 | <fieldValue name='displayMode'/> |
451 | <fieldValue name='diffuseColor' value='0 0 0'/> |
452 | <fieldValue name='transparency' value='0'/> |
453 | <fieldValue name='translation' value='1.07987 -0.22132 -1.16945'/> |
454 | <fieldValue name='textTranslation' value='1.22987 -0.22132 -1.16945'/> |
455 | <fieldValue name='textColor' value='0 0 0'/> |
456 | </ProtoInstance> |
457 | <ProtoInstance name='Vertex'> |
458 | <fieldValue name='vertexText' value='"left"'/> |
459 | <fieldValue name='description' value='9: left'/> |
460 | <fieldValue name='url'/> |
461 | <fieldValue name='radius' value='0.1500'/> |
462 | <fieldValue name='displayMode'/> |
463 | <fieldValue name='diffuseColor' value='0 0 0'/> |
464 | <fieldValue name='transparency' value='0'/> |
465 | <fieldValue name='translation' value='0.54378 -1.17050 0.04399'/> |
466 | <fieldValue name='textTranslation' value='0.69378 -1.17050 0.04399'/> |
467 | <fieldValue name='textColor' value='0 0 0'/> |
468 | </ProtoInstance> |
469 | <ProtoInstance name='Vertex'> |
470 | <fieldValue name='vertexText' value='"millions"'/> |
471 | <fieldValue name='description' value='10: millions'/> |
472 | <fieldValue name='url'/> |
473 | <fieldValue name='radius' value='0.1500'/> |
474 | <fieldValue name='displayMode'/> |
475 | <fieldValue name='diffuseColor' value='0 0 0'/> |
476 | <fieldValue name='transparency' value='0'/> |
477 | <fieldValue name='translation' value='1.20356 -0.67773 -0.32408'/> |
478 | <fieldValue name='textTranslation' value='1.35356 -0.67773 -0.32408'/> |
479 | <fieldValue name='textColor' value='0 0 0'/> |
480 | </ProtoInstance> |
481 | <ProtoInstance name='Vertex'> |
482 | <fieldValue name='vertexText' value='"operation"'/> |
483 | <fieldValue name='description' value='11: operation'/> |
484 | <fieldValue name='url'/> |
485 | <fieldValue name='radius' value='0.1500'/> |
486 | <fieldValue name='displayMode'/> |
487 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
488 | <fieldValue name='transparency' value='0'/> |
489 | <fieldValue name='translation' value='1.42459 -2.47964 -0.74525'/> |
490 | <fieldValue name='textTranslation' value='1.57459 -2.47964 -0.74525'/> |
491 | <fieldValue name='textColor' value='0 0 0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Vertex'> |
494 | <fieldValue name='vertexText' value='"programme"'/> |
495 | <fieldValue name='description' value='12: programme'/> |
496 | <fieldValue name='url'/> |
497 | <fieldValue name='radius' value='0.1500'/> |
498 | <fieldValue name='displayMode'/> |
499 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
500 | <fieldValue name='transparency' value='0'/> |
501 | <fieldValue name='translation' value='1.37707 -1.56448 -2.43310'/> |
502 | <fieldValue name='textTranslation' value='1.52707 -1.56448 -2.43310'/> |
503 | <fieldValue name='textColor' value='0 0 0'/> |
504 | </ProtoInstance> |
505 | <ProtoInstance name='Vertex'> |
506 | <fieldValue name='vertexText' value='"providing"'/> |
507 | <fieldValue name='description' value='13: providing'/> |
508 | <fieldValue name='url'/> |
509 | <fieldValue name='radius' value='0.1500'/> |
510 | <fieldValue name='displayMode'/> |
511 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
512 | <fieldValue name='transparency' value='0'/> |
513 | <fieldValue name='translation' value='0.81941 -2.36427 -2.39605'/> |
514 | <fieldValue name='textTranslation' value='0.96941 -2.36427 -2.39605'/> |
515 | <fieldValue name='textColor' value='0 0 0'/> |
516 | </ProtoInstance> |
517 | <ProtoInstance name='Vertex'> |
518 | <fieldValue name='vertexText' value='"takes"'/> |
519 | <fieldValue name='description' value='14: takes'/> |
520 | <fieldValue name='url'/> |
521 | <fieldValue name='radius' value='0.1500'/> |
522 | <fieldValue name='displayMode'/> |
523 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | <fieldValue name='translation' value='-1.37305 -2.15634 -0.85057'/> |
526 | <fieldValue name='textTranslation' value='-1.22305 -2.15634 -0.85057'/> |
527 | <fieldValue name='textColor' value='0 0 0'/> |
528 | </ProtoInstance> |
529 | <ProtoInstance name='Vertex'> |
530 | <fieldValue name='vertexText' value='"vital"'/> |
531 | <fieldValue name='description' value='15: vital'/> |
532 | <fieldValue name='url'/> |
533 | <fieldValue name='radius' value='0.1500'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
536 | <fieldValue name='transparency' value='0'/> |
537 | <fieldValue name='translation' value='0.00686 -1.83161 -2.41804'/> |
538 | <fieldValue name='textTranslation' value='0.15686 -1.83161 -2.41804'/> |
539 | <fieldValue name='textColor' value='0 0 0'/> |
540 | </ProtoInstance> |
541 | <ProtoInstance name='Vertex'> |
542 | <fieldValue name='vertexText' value='"watch"'/> |
543 | <fieldValue name='description' value='16: watch'/> |
544 | <fieldValue name='url'/> |
545 | <fieldValue name='radius' value='0.1500'/> |
546 | <fieldValue name='displayMode'/> |
547 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
548 | <fieldValue name='transparency' value='0'/> |
549 | <fieldValue name='translation' value='2.37858 -2.73350 -0.62737'/> |
550 | <fieldValue name='textTranslation' value='2.52858 -2.73350 -0.62737'/> |
551 | <fieldValue name='textColor' value='0 0 0'/> |
552 | </ProtoInstance> |
553 | <ProtoInstance name='Vertex'> |
554 | <fieldValue name='vertexText' value='"world"'/> |
555 | <fieldValue name='description' value='17: world'/> |
556 | <fieldValue name='url'/> |
557 | <fieldValue name='radius' value='0.1500'/> |
558 | <fieldValue name='displayMode'/> |
559 | <fieldValue name='diffuseColor' value='0 0 0'/> |
560 | <fieldValue name='transparency' value='0'/> |
561 | <fieldValue name='translation' value='-0.33095 -0.58919 -1.31379'/> |
562 | <fieldValue name='textTranslation' value='-0.18095 -0.58919 -1.31379'/> |
563 | <fieldValue name='textColor' value='0 0 0'/> |
564 | </ProtoInstance> |
565 | </Scene> |
566 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 373
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 385
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 397
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 409
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 421
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 433
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 445
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 457
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 469
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 481
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 505
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 517
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 529
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 541
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 553
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->