1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
|
3 | <X3D profile='Immersive' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'> |
4 | <head> |
5 | <meta name='title' content='SharkLeftyLocale.x3d'/> |
6 | <meta name='description' content='Lefty Shark with animation to traverse the tank'/> |
7 | <meta name='creator' content='Tim McLean'/> |
8 | <meta name='translator' content='Don Brutzman'/> |
9 | <meta name='created' content='1 June 1998'/> |
10 | <meta name='modified' content='20 October 2019'/> |
11 | <meta name='reference' content='http://faculty.nps.edu/brutzman/kelp'/> |
12 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SharkLeftyLocale.x3d'/> |
13 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
14 | <meta name='license' content='../license.html'/> |
15 | </head> |
16 | <Scene> |
17 | <WorldInfo title='SharkLeftyLocale.x3d'/> |
18 |
<!-- ROUTE information for _0 node:
[from SHARK2_POSITION.value_changed to set_translation
]
[from SHARK2_ORIENTATION.value_changed to set_rotation
]
-->
<Transform DEF='_0' translation='0.0 -5.5 -1.0'> |
19 | <Inline url=' "SharkLefty.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SharkLefty.x3d" "SharkLefty.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SharkLefty.wrl" '/> |
20 | <Group> |
21 |
<!-- ROUTE information for SHARK2_CLOCK node:
[from sharkSwimmingInTankTrigger_5.startTime to set_startTime
]
[from fraction_changed to SHARK2_POSITION.set_fraction
]
[from fraction_changed to SHARK2_ORIENTATION.set_fraction
]
-->
<TimeSensor DEF='SHARK2_CLOCK' cycleInterval='110.0' loop='true'/> |
22 |
<!-- ROUTE information for SHARK2_POSITION node:
[from SHARK2_CLOCK.fraction_changed to set_fraction
]
[from value_changed to _0.set_translation
]
-->
<PositionInterpolator DEF='SHARK2_POSITION' key='0.0 0.152 0.194 0.224 0.288 0.35 0.427 0.549 0.632 0.7 0.813 1.0' keyValue='0.0 -4.25 -1.0 3.75 -4.5 -0.75 4.75 -4.5 -1.0 4.75 -4.5 -2.0 3.25 -4.0 -2.5 1.75 -4.0 -2.75 0.0 -4.0 -3.25 -3.0 -3.5 -4.0 -5.0 -4.0 -2.5 -5.75 -4.5 0.0 -4.5 -4.5 0.25 0.0 -4.25 -1.0'/> |
23 |
<!-- ROUTE information for SHARK2_ORIENTATION node:
[from SHARK2_CLOCK.fraction_changed to set_fraction
]
[from value_changed to _0.set_rotation
]
-->
<OrientationInterpolator DEF='SHARK2_ORIENTATION' key='0.0 0.152 0.194 0.224 0.288 0.35 0.427 0.549 0.632 0.7 0.813 1.0' keyValue='0.0 1.0 0.0 6.2134 0.0 1.0 0.0 0.244 0.0 1.0 0.0 1.57 0.1564 0.9974 -0.0262 2.8141 0.0 1.0 0.0 2.967 0.0 1.0 0.0 2.7227 0.0872 0.9961 -0.0107 2.8982 -0.1218 0.9917 -0.0407 3.7824 -0.1469 0.9832 -0.1087 4.3995 0.0 1.0 0.0 6.0912 0.0 1.0 0.0 0.2618 0.0 1.0 0.0 6.2134'/> |
24 | </Group> |
25 | </Transform> |
26 |
<!-- ROUTE information for _4 node:
[from sharkSwimmingInTankTrigger_5.firstTime to set_enabled
]
[from time to sharkSwimmingInTankTrigger_5.triggerIn
]
-->
<TimeSensor DEF='_4' loop='true'/> |
27 |
<!-- ROUTE information for sharkSwimmingInTankTrigger_5 node:
[from _4.time to triggerIn
]
[from startTime to SHARK2_CLOCK.set_startTime
]
[from firstTime to _4.set_enabled
]
-->
<Script DEF='sharkSwimmingInTankTrigger_5'> |
28 | <field name='triggerIn' type='SFTime' accessType='inputOnly'/> |
29 | <field name='startTime' type='SFTime' accessType='outputOnly'/> |
30 | <field name='firstTime' type='SFBool' accessType='outputOnly'/> |
<![CDATA[
ecmascript: function triggerIn (value, time) { startTime = value; firstTime = false; }
]]>
|
|
32 | </Script> |
33 | < ROUTE fromNode='sharkSwimmingInTankTrigger_5' fromField='startTime' toNode='SHARK2_CLOCK' toField='set_startTime'/> |
34 | < ROUTE fromNode='SHARK2_CLOCK' fromField='fraction_changed' toNode='SHARK2_POSITION' toField='set_fraction'/> |
35 | < ROUTE fromNode='SHARK2_CLOCK' fromField='fraction_changed' toNode='SHARK2_ORIENTATION' toField='set_fraction'/> |
36 | < ROUTE fromNode='SHARK2_POSITION' fromField='value_changed' toNode='_0' toField='set_translation'/> |
37 | < ROUTE fromNode='SHARK2_ORIENTATION' fromField='value_changed' toNode='_0' toField='set_rotation'/> |
38 | < ROUTE fromNode='sharkSwimmingInTankTrigger_5' fromField='firstTime' toNode='_4' toField='set_enabled'/> |
39 | < ROUTE fromNode='_4' fromField='time' toNode='sharkSwimmingInTankTrigger_5' toField='triggerIn'/> |
40 | </Scene> |
41 | </X3D> |
Event Graph ROUTE Table entries with 7 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.
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->