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=' BuoyCommunicationsGridExample.x3d '/> |
6 | <meta name='description' content='Takes a communication-message input from a traversing vehicle (such as an AUV or submarine), then sets up the route/relay time delays, directions, animation and visualization of SeaWeb buoy communications among each other, all the way to the SeaWeb RACOM RF-relay buoy at the surface.'/> |
7 | <meta name='creator' content='Don Brutzman and MV4205 class'/> |
8 | <meta name='created' content='8 June 2004'/> |
9 | <meta name='modified' content='2 January 2025'/> |
10 | <meta name='subject' content='Buoy, SeaWeb'/> |
11 | <meta name='reference' content='BuoyCommunicationsGridExampleRoutingTable.xls'/> |
12 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/SeaWeb/BuoyCommunicationsGridExample.x3d '/> |
13 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
14 | <meta name='license' content='../../license.html'/> |
15 | </head> |
16 | <Scene> |
17 | <!-- ========== --> |
18 | <!-- ExternProtoDeclare statements precede the scene elements utilizing them --> |
19 | <!-- ========== --> |
20 | <WorldInfo title='BuoyCommunicationsGridExample.x3d'/> |
21 | <ExternProtoDeclare name='BuoyCommunicationsGrid' appinfo='BuoyCommunicationsGrid prototype takes a communication-message input from a traversing vehicle (such as an AUV or submarine) then sets up the route/relay time delays directions animation and visualization of SeaWeb buoy communications among each other all the way to the SeaWeb RACOM RF-relay buoy at the surface.' url=' "BuoyCommunicationsGridPrototype.x3d#BuoyCommunicationsGrid" "../../../Savage/CommunicationsAndSensors/SeaWeb/BuoyCommunicationsGridPrototype.x3d#BuoyCommunicationsGrid" "https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/SeaWeb/BuoyCommunicationsGridPrototype.x3d#BuoyCommunicationsGrid" "BuoyCommunicationsGridPrototype.wrl#BuoyCommunicationsGrid" "../../../Savage/CommunicationsAndSensors/SeaWeb/BuoyCommunicationsGridPrototype.wrl#BuoyCommunicationsGrid" "https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/SeaWeb/BuoyCommunicationsGridPrototype.wrl#BuoyCommunicationsGrid" '> |
22 |
<field name='buoyArray' type='MFNode' accessType='initializeOnly'
appinfo='array of SeaWebBuoy nodes index starting at 0'/> |
23 |
<field name='buoyCommunicationsRoutingTable' type='MFInt32' accessType='initializeOnly'
appinfo='2D array of routing connectivity for buoys consisting either of index of next buoy in line -1 for same buoy or else 0 for no route connection. legal values range [-1..n-1] for n buoys.'/> |
24 |
<field name='set_senderPosition' type='SFVec3f' accessType='inputOnly'
appinfo='set position of entity sending the message'/> |
25 |
<field name='senderPosition' type='SFVec3f' accessType='initializeOnly'
appinfo='position of entity sending the message'/> |
26 |
<field name='set_receiverPosition' type='SFVec3f' accessType='inputOnly'
appinfo='set position of entity receiving the message'/> |
27 |
<field name='receiverPosition' type='SFVec3f' accessType='initializeOnly'
appinfo='position of entity receiving the message'/> |
28 | <field name='set_textMessage' type='MFString' accessType='inputOnly'/> |
29 | <field name='textMessage' type='MFString' accessType='initializeOnly'/> |
30 |
<field name='sendMessage' type='SFBool' accessType='inputOnly'
appinfo='send it! (note: maybe should rename as activate)'/> |
31 | </ExternProtoDeclare> |
32 | <!-- ========== --> |
33 | <ExternProtoDeclare name='CameraCompass36' appinfo='Circular set of compass bearings that follow the active viewpoint set at 360/36 = 10 degree intervals. North = +X axis East = +Z axis up = +Y axis.' url=' "../../../Savage/Tools/HeadsUpDisplays/CameraCompassPrototypes.x3d#CameraCompass36" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CameraCompassPrototypes.x3d#CameraCompass36" "../../../Savage/Tools/HeadsUpDisplays/CameraCompassPrototypes.wrl#CameraCompass36" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CameraCompassPrototypes.wrl#CameraCompass36" '> |
34 | <field name='enabled' type='SFBool' accessType='inputOutput'/> |
35 | <field name='positionOffsetFromCamera' type='SFVec3f' accessType='inputOutput'/> |
36 | <field name='markerColor' type='SFColor' accessType='inputOutput'/> |
37 | <field name='labelColor' type='SFColor' accessType='inputOutput'/> |
38 | </ExternProtoDeclare> |
39 | <ExternProtoDeclare name='DvdController' appinfo="Digital Virtual Display (DVD) Controller Prototype definition to control a scenario's animation timing" url=' "../../../Savage/Tools/HeadsUpDisplays/DvdControllerPrototype.x3d#DvdController" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/DvdControllerPrototype.x3d#DvdController" "../../../Savage/Tools/HeadsUpDisplays/DvdControllerPrototype.wrl#DvdController" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/DvdControllerPrototype.wrl#DvdController" '> |
40 |
<field name='description' type='SFString' accessType='initializeOnly'
appinfo='Short description of what is animated by this DvdController.'/> |
41 |
<field name='playEnabled' type='SFBool' accessType='initializeOnly'
appinfo='Whether or not play mode is enabled including during startup.'/> |
42 |
<field name='displayMode' type='SFString' accessType='initializeOnly'
appinfo='Initializes how control buttons and slider are displayed. The control buttons include DIS control (i.e. Master Ghost Local) and Playback control (i.e. Reset to Start Fast Rewind Rewind Pause Play Fast Forward Reset to End). Possible values are (case sensitive): ALL DIS_ONLY PLAYBACK_ONLY SLIDER_ONLY DIS_PLAYBACK DIS_SLIDER PLAYBACK_SLIDER and NONE.'/> |
43 |
<field name='setDisplayMode' type='SFString' accessType='inputOnly'
appinfo='Sets how control buttons and slider are displayed. The control buttons include DIS control (i.e. Master Ghost Local) and Playback control (i.e. Reset to Start Fast Rewind Rewind Pause Play Fast Forward Reset to End). Possible values are (case sensitive): ALL DIS_ONLY PLAYBACK_ONLY SLIDER_ONLY DIS_PLAYBACK DIS_SLIDER PLAYBACK_SLIDER and NONE.'/> |
44 |
<field name='buttonColor' type='SFColor' accessType='initializeOnly'
appinfo='Default button color.'/> |
45 |
<field name='selectedButtonColor' type='SFColor' accessType='initializeOnly'
appinfo='Button color when selected by user.'/> |
46 |
<field name='labelColor' type='SFColor' accessType='initializeOnly'
appinfo='Default label color.'/> |
47 |
<field name='selectedLabelColor' type='SFColor' accessType='initializeOnly'
appinfo='Label color when selected by user.'/> |
48 |
<field name='locationOffset' type='SFVec3f' accessType='initializeOnly'
appinfo='Modified screen location and distance (for size).'/> |
49 | <field name='clockEnabled' type='SFBool' accessType='initializeOnly'/> |
50 |
<field name='cycleInterval' type='SFTime' accessType='initializeOnly'
appinfo='Time for complete loop cycle in seconds.'/> |
51 | <field name='set_cycleInterval' type='SFTime' accessType='inputOnly'/> |
52 | <field name='cycleInterval_changed' type='SFTime' accessType='outputOnly'/> |
53 |
<field name='speedFactor' type='SFFloat' accessType='initializeOnly'
appinfo='Factor used to determine the speed increase/decrease for Fast Rewind and Fast Forward action.'/> |
54 | <field name='isActive' type='SFBool' accessType='outputOnly'/> |
55 | <field name='startTime_changed' type='SFTime' accessType='outputOnly'/> |
56 | <field name='stopTime_changed' type='SFTime' accessType='outputOnly'/> |
57 | <field name='time_changed' type='SFTime' accessType='outputOnly'/> |
58 | <field name='fraction_changed' type='SFFloat' accessType='outputOnly'/> |
59 | <field name='secondsElapsed' type='SFTime' accessType='outputOnly'/> |
60 |
<field name='isMaster' type='SFBool' accessType='outputOnly'
appinfo='isMaster isRemote and isLocal are booleans represent a 3-way toggle. Only one of them can have a true value at any time.'/> |
61 |
<field name='isRemote' type='SFBool' accessType='outputOnly'
appinfo='isMaster isRemote and isLocal are booleans represent a 3-way toggle. Only one of them can have a true value at any time.'/> |
62 |
<field name='isLocal' type='SFBool' accessType='outputOnly'
appinfo='isMaster isRemote and isLocal are booleans represent a 3-way toggle. Only one of them can have a true value at any time.'/> |
63 |
<field name='isPaused' type='SFBool' accessType='outputOnly'
appinfo='isPaused and isRunning always have opposite values. When isPaused is true isRunning will be false and vice versa.'/> |
64 |
<field name='isRunning' type='SFBool' accessType='outputOnly'
appinfo='isPaused and isRunning always have opposite values. When isPaused is true isRunning will be false and vice versa.'/> |
65 |
<field name='traceEnabled' type='SFBool' accessType='initializeOnly'
appinfo='Enable/disable console output for troubleshooting.'/> |
66 | <field name='testTimeVal' type='SFTime' accessType='initializeOnly'/> |
67 | </ExternProtoDeclare> |
68 | <ExternProtoDeclare name='GridXZ' appinfo='Line grid authoring tool to enable precise measurement of objects in 3D space - fixed position. Oriented along XZ plane size 20m by 20m.' url=' "../../../Savage/Tools/Authoring/GridXZPrototype.x3d#GridXZ" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXZPrototype.x3d#GridXZ" "../../../Savage/Tools/Authoring/GridXZPrototype.wrl#GridXZ" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXZPrototype.wrl#GridXZ" '> |
69 |
<field name='description' type='SFString' accessType='initializeOnly'
appinfo='Purpose of this grid displayed for overall Viewpoint'/> |
70 |
<field name='labelColor' type='SFColor' accessType='inputOutput'
appinfo='color for descriptive labels at grid edges and corners'/> |
71 |
<field name='scale' type='SFVec3f' accessType='inputOutput'
appinfo='default unscaled size: 10m by 10m'/> |
72 | <field name='originLabel' type='MFString' accessType='inputOutput'/> |
73 |
<field name='WestLabel' type='MFString' accessType='inputOutput'
appinfo='-X axis'/> |
74 | <field name='NorthWestLabel' type='MFString' accessType='inputOutput'/> |
75 |
<field name='NorthLabel' type='MFString' accessType='inputOutput'
appinfo='-Z axis'/> |
76 | <field name='NorthEastLabel' type='MFString' accessType='inputOutput'/> |
77 |
<field name='EastLabel' type='MFString' accessType='inputOutput'
appinfo='+X axis'/> |
78 | <field name='SouthEastLabel' type='MFString' accessType='inputOutput'/> |
79 |
<field name='SouthLabel' type='MFString' accessType='inputOutput'
appinfo='+Z axis'/> |
80 | <field name='SouthWestLabel' type='MFString' accessType='inputOutput'/> |
81 |
<field name='labelsOffset' type='SFVec3f' accessType='inputOutput'
appinfo='label location offset (in meters) to improve readability'/> |
82 | </ExternProtoDeclare> |
83 | <ExternProtoDeclare name='SeaWebBuoy' appinfo='SeaWeb acoustic-radio gateway communications buoy' url=' "../../../Savage/CommunicationsAndSensors/SeaWeb/SeaWebBuoyPrototype.x3d#SeaWebBuoy" "https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/SeaWeb/SeaWebBuoyPrototype.x3d#SeaWebBuoy" "../../../Savage/CommunicationsAndSensors/SeaWeb/SeaWebBuoyPrototype.wrl#SeaWebBuoy" "https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/SeaWeb/SeaWebBuoyPrototype.wrl#SeaWebBuoy" '> |
84 |
<field name='set_position' type='SFVec3f' accessType='inputOnly'
appinfo='Position of buoy.'/> |
85 |
<field name='position' type='SFVec3f' accessType='initializeOnly'
appinfo='Position of buoy.'/> |
86 |
<field name='set_targetPosition' type='SFVec3f' accessType='inputOnly'
appinfo='Position of target of transmission.'/> |
87 |
<field name='targetPosition' type='SFVec3f' accessType='initializeOnly'
appinfo='Position of target of transmission.'/> |
88 |
<field name='targetIdNumber' type='SFInt32' accessType='initializeOnly'
appinfo='Id number of target.'/> |
89 |
<field name='set_targetIdNumber' type='SFInt32' accessType='inputOnly'
appinfo='Id number of target.'/> |
90 |
<field name='set_enabled' type='SFBool' accessType='inputOnly'
appinfo='Enable buoy for transmission.'/> |
91 |
<field name='enabled' type='SFBool' accessType='initializeOnly'
appinfo='Enable buoy for transmission.'/> |
92 |
<field name='set_activated' type='SFBool' accessType='inputOnly'
appinfo='Start transmission.'/> |
93 |
<field name='activated' type='SFBool' accessType='initializeOnly'
appinfo='Start transmission.'/> |
94 |
<field name='set_transmissionDuration' type='SFFloat' accessType='inputOnly'
appinfo='Duration in seconds needed to transmit message (does not include transmissionTimeDelay or propagation delay).'/> |
95 |
<field name='transmissionDuration' type='SFFloat' accessType='initializeOnly'
appinfo='Duration in seconds needed to transmit message (does not include transmissionTimeDelay or propagation delay).'/> |
96 |
<field name='transmissionTimeDelay' type='SFTime' accessType='initializeOnly'
appinfo='Time delay before transmission begins.'/> |
97 |
<field name='set_transmissionTimeDelay' type='SFTime' accessType='inputOnly'
appinfo='Time delay before transmission begins.'/> |
98 |
<field name='set_directionalTransmission' type='SFBool' accessType='inputOnly'
appinfo='Select between directional (true) or omni-directional (false) transmission.'/> |
99 |
<field name='directionalTransmission' type='SFBool' accessType='initializeOnly'
appinfo='Select between directional (true) or omni-directional (false) transmission.'/> |
100 |
<field name='set_buoyType' type='SFString' accessType='inputOnly'
appinfo='Determine which buoy type to use. "Racom" for Racom Buoy. "Telesonar" for Telesonar Repeater.'/> |
101 |
<field name='buoyType' type='SFString' accessType='initializeOnly'
appinfo='Determine which buoy type to use. "Racom" for Racom Buoy. "Telesonar" for Telesonar Repeater.'/> |
102 | <field name='set_textMessage' type='MFString' accessType='inputOnly'/> |
103 | <field name='textMessage' type='MFString' accessType='initializeOnly'/> |
104 | <field name='textMessageColor' type='SFColor' accessType='inputOutput'/> |
105 | <field name='set_description' type='SFString' accessType='inputOnly'/> |
106 | <field name='description' type='SFString' accessType='initializeOnly'/> |
107 | <field name='traceEnabled' type='SFBool' accessType='initializeOnly'/> |
108 |
<field name='set_soundSpeedInWater' type='SFFloat' accessType='inputOnly'
appinfo='Sound speed in water default value 1500 m/s'/> |
109 |
<field name='soundSpeedInWater' type='SFFloat' accessType='initializeOnly'
appinfo='Sound speed in water default value 1500 m/s'/> |
110 | </ExternProtoDeclare> |
111 | <ExternProtoDeclare name='WaypointInterpolator' appinfo='Reads waypoints and legSpeeds/legDurations/defaultSpeed to provide a customizable position/orientation interpolator.' url=' "../../../Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d#WaypointInterpolator" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d#WaypointInterpolator" "../../../Savage/Tools/Animation/WaypointInterpolatorPrototype.wrl#WaypointInterpolator" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.wrl#WaypointInterpolator" '> |
112 | <!-- Priority of use: legSpeeds (m/sec), legDurations (seconds), defaultSpeed (m/sec) --> |
113 |
<field name='description' type='SFString' accessType='initializeOnly'
appinfo='Short description of what is animated by this WaypointInterpolator.'/> |
114 |
<field name='waypoints' type='MFVec3f' accessType='initializeOnly'
appinfo='Waypoints being traversed with interpolation of intermediate positions and orientations.'/> |
115 |
<field name='add_waypoint' type='SFVec3f' accessType='inputOnly'
appinfo='Add another single waypoint to array of waypoints recalculate interpolator values.'/> |
116 |
<field name='set_waypoints' type='MFVec3f' accessType='inputOnly'
appinfo='Replace all waypoints recalculate interpolator values.'/> |
117 |
<field name='pitchUpDownForVerticalWaypoints' type='SFBool' accessType='initializeOnly'
appinfo='Whether to pitch child geometry (such as a vehicle) up or down to match vertical slope'/> |
118 |
<field name='legSpeeds' type='MFFloat' accessType='initializeOnly'
appinfo='Units m/sec. If used array lengths for legSpeeds and legDurations must be one less than number of waypoints.'/> |
119 |
<field name='legDurations' type='MFTime' accessType='initializeOnly'
appinfo='Units in seconds. If used array lengths for legSpeeds and legDurations must be one less than number of waypoints.'/> |
120 |
<field name='defaultSpeed' type='SFFloat' accessType='initializeOnly'
appinfo='Units m/sec.'/> |
121 |
<field name='turningRate' type='SFFloat' accessType='initializeOnly'
appinfo='turningRate (degrees/second) also determines standoff distance prior to waypoint where turn commences. If 0 turns are instantaneous.'/> |
122 |
<field name='totalDuration' type='SFTime' accessType='outputOnly'
appinfo='Output calculation summing all leg durations, useful for setting TimeSensor cycleInterval. Units in seconds.'/> |
123 | <!-- interpolation fields --> |
124 |
<field name='set_fraction' type='SFFloat' accessType='inputOnly'
appinfo='exposed PositionInterpolator and OrientationInterpolator setting'/> |
125 |
<field name='position_changed' type='SFVec3f' accessType='outputOnly'
appinfo='exposed PositionInterpolator setting'/> |
126 |
<field name='orientation_changed' type='SFRotation' accessType='outputOnly'
appinfo='exposed OrientationInterpolator setting'/> |
127 | <!-- display-related fields --> |
128 |
<field name='lineColor' type='SFColor' accessType='inputOutput'
appinfo='default color for non-active line segments'/> |
129 |
<field name='highlightSegmentColor' type='SFColor' accessType='inputOutput'
appinfo='active segment highlight color'/> |
130 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='1.0 is completely transparent, 0.0 is completely opaque.'/> |
131 |
<field name='labelDisplayMode' type='SFString' accessType='initializeOnly'
appinfo='allowed values: none; waypoints (produce labels at each waypoint); or interpolation (produce single moving label at interpolator time course speed location)'/> |
132 |
<field name='heightLabel' type='SFString' accessType='initializeOnly'
appinfo='allowed values: altitude depth (negate Y value) none'/> |
133 |
<field name='labelOffset' type='SFVec3f' accessType='initializeOnly'
appinfo='heightLabel relative location'/> |
134 |
<field name='labelFontSize' type='SFFloat' accessType='initializeOnly'
appinfo='heightLabel text size'/> |
135 |
<field name='labelColor' type='SFColor' accessType='initializeOnly'
appinfo='heightLabel text color'/> |
136 |
<field name='traceEnabled' type='SFBool' accessType='initializeOnly'
appinfo='enable console output to trace script computations and prototype progress'/> |
137 |
<field name='outputInitializationComputations' type='SFBool' accessType='initializeOnly'
appinfo='Output the number of waypoints totalDistance and totalDuration to console upon initialization'/> |
138 |
<field name='verticalDropLineColor' type='SFColor' accessType='inputOutput'
appinfo='default color for vertical drop-line segments'/> |
139 |
<field name='verticalDropLineTransparency' type='SFFloat' accessType='inputOutput'
appinfo='1.0 is completely transparent, 0.0 is completely opaque.'/> |
140 | </ExternProtoDeclare> |
141 | <!-- ========== --> |
142 | <NavigationInfo avatarSize='2 1.6 0.75' speed='1000'/> |
143 | <Transform rotation='0 1 0 -1.578' translation='5000 15000 5000'> |
144 | <Viewpoint description='Buoy communications grid (15000m up)' orientation='1 0 0 -1.578' position='0 0 0'/> |
145 | </Transform> |
146 | <Inline DEF='ViewPositionOrientationHUD' url=' "../../../Savage/Tools/HeadsUpDisplays/ViewPositionOrientationHUD.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/ViewPositionOrientationHUD.x3d" "../../../Savage/Tools/HeadsUpDisplays/ViewPositionOrientationHUD.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/ViewPositionOrientationHUD.wrl" '/> |
147 | <ProtoInstance name='GridXZ'> |
148 | <fieldValue name='description' value='Sonobuoy Field Scenario'/> |
149 | <fieldValue name='labelColor' value='0.8 0.8 1'/> |
150 | <fieldValue name='scale' value='1000 1000 1000'/> |
151 | <fieldValue name='originLabel' value='"origin"'/> |
152 | <fieldValue name='WestLabel' value='"West" "-Z"'/> |
153 | <fieldValue name='NorthWestLabel' value='"10000 0 -10000"'/> |
154 | <fieldValue name='NorthLabel' value='"North" "+X"'/> |
155 | <fieldValue name='NorthEastLabel' value='"10000 0 10000"'/> |
156 | <fieldValue name='EastLabel' value='"East" "+Z"'/> |
157 | <fieldValue name='SouthEastLabel' value='"-10000 0 10000"'/> |
158 | <fieldValue name='SouthLabel' value='"South" "-X"'/> |
159 | <fieldValue name='SouthWestLabel' value='"-10000 0 -10000"'/> |
160 | </ProtoInstance> |
161 | <ProtoInstance name='CameraCompass36'> |
162 | <fieldValue name='enabled' value='true'/> |
163 | <fieldValue name='positionOffsetFromCamera' value='0 5 0'/> |
164 | <fieldValue name='markerColor' value='0.9 0.9 0.9'/> |
165 | <fieldValue name='labelColor' value='0.9 0.9 0.9'/> |
166 | </ProtoInstance> |
167 | <Group DEF='SeaWebBuoyNodes'> |
168 |
<!-- ProtoInstance
SeaWebBuoy0 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy0'> |
169 | <fieldValue name='buoyType' value='Racom'/> |
170 | <fieldValue name='position' value='6000 -100 0'/> |
171 | <fieldValue name='description' value='SeaWebBuoy0'/> |
172 | </ProtoInstance> |
173 |
<!-- ProtoInstance
SeaWebBuoy1 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy1'> |
174 | <fieldValue name='buoyType' value='Telesonar'/> |
175 | <fieldValue name='position' value='6000 -100 2000'/> |
176 | <fieldValue name='description' value='SeaWebBuoy1'/> |
177 | </ProtoInstance> |
178 |
<!-- ProtoInstance
SeaWebBuoy2 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy2'> |
179 | <fieldValue name='buoyType' value='Telesonar'/> |
180 | <fieldValue name='position' value='6000 -100 4000'/> |
181 | <fieldValue name='description' value='SeaWebBuoy2'/> |
182 | </ProtoInstance> |
183 |
<!-- ProtoInstance
SeaWebBuoy3 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy3'> |
184 | <fieldValue name='buoyType' value='Telesonar'/> |
185 | <fieldValue name='position' value='6000 -100 6000'/> |
186 | <fieldValue name='description' value='SeaWebBuoy3'/> |
187 | </ProtoInstance> |
188 |
<!-- ProtoInstance
SeaWebBuoy4 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy4'> |
189 | <fieldValue name='buoyType' value='Telesonar'/> |
190 | <fieldValue name='position' value='4000 -100 0'/> |
191 | <fieldValue name='description' value='SeaWebBuoy4'/> |
192 | </ProtoInstance> |
193 |
<!-- ProtoInstance
SeaWebBuoy5 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy5'> |
194 | <fieldValue name='buoyType' value='Telesonar'/> |
195 | <fieldValue name='position' value='4000 -100 2000'/> |
196 | <fieldValue name='description' value='SeaWebBuoy5'/> |
197 | </ProtoInstance> |
198 |
<!-- ProtoInstance
SeaWebBuoy6 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy6'> |
199 | <fieldValue name='buoyType' value='Telesonar'/> |
200 | <fieldValue name='position' value='4000 -100 4000'/> |
201 | <fieldValue name='description' value='SeaWebBuoy6'/> |
202 | </ProtoInstance> |
203 |
<!-- ProtoInstance
SeaWebBuoy7 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy7'> |
204 | <fieldValue name='buoyType' value='Telesonar'/> |
205 | <fieldValue name='position' value='4000 -100 6000'/> |
206 | <fieldValue name='description' value='SeaWebBuoy7'/> |
207 | </ProtoInstance> |
208 |
<!-- ProtoInstance
SeaWebBuoy8 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy8'> |
209 | <fieldValue name='buoyType' value='Telesonar'/> |
210 | <fieldValue name='position' value='2000 -100 0'/> |
211 | <fieldValue name='description' value='SeaWebBuoy8'/> |
212 | </ProtoInstance> |
213 |
<!-- ProtoInstance
SeaWebBuoy9 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy9'> |
214 | <fieldValue name='buoyType' value='Telesonar'/> |
215 | <fieldValue name='position' value='2000 -100 2000'/> |
216 | <fieldValue name='description' value='SeaWebBuoy9'/> |
217 | </ProtoInstance> |
218 |
<!-- ProtoInstance
SeaWebBuoy10 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy10'> |
219 | <fieldValue name='buoyType' value='Telesonar'/> |
220 | <fieldValue name='position' value='2000 -100 4000'/> |
221 | <fieldValue name='description' value='SeaWebBuoy10'/> |
222 | </ProtoInstance> |
223 |
<!-- ProtoInstance
SeaWebBuoy11 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy11'> |
224 | <fieldValue name='buoyType' value='Telesonar'/> |
225 | <fieldValue name='position' value='2000 -100 6000'/> |
226 | <fieldValue name='description' value='SeaWebBuoy11'/> |
227 | </ProtoInstance> |
228 |
<!-- ProtoInstance
SeaWebBuoy12 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy12'> |
229 | <fieldValue name='buoyType' value='Telesonar'/> |
230 | <fieldValue name='position' value='0 -100 0'/> |
231 | <fieldValue name='description' value='SeaWebBuoy12'/> |
232 | </ProtoInstance> |
233 |
<!-- ProtoInstance
SeaWebBuoy13 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy13'> |
234 | <fieldValue name='buoyType' value='Telesonar'/> |
235 | <fieldValue name='position' value='0 -100 2000'/> |
236 | <fieldValue name='description' value='SeaWebBuoy13'/> |
237 | </ProtoInstance> |
238 |
<!-- ProtoInstance
SeaWebBuoy14 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy14'> |
239 | <fieldValue name='buoyType' value='Telesonar'/> |
240 | <fieldValue name='position' value='0 -100 4000'/> |
241 | <fieldValue name='description' value='SeaWebBuoy14'/> |
242 | </ProtoInstance> |
243 |
<!-- ProtoInstance
SeaWebBuoy15 is a DEF node that has 1 USE node: USE_1 -->
<ProtoInstance name='SeaWebBuoy' DEF='SeaWebBuoy15'> |
244 | <fieldValue name='buoyType' value='Racom'/> |
245 | <fieldValue name='position' value='0 -100 6000'/> |
246 | <fieldValue name='description' value='SeaWebBuoy15'/> |
247 | </ProtoInstance> |
248 | </Group> |
249 | <Group DEF='BuoyCommunicationsGridGroup'> |
250 |
<!-- ROUTE information for BuoyCommsGrid node:
[from MantaWaypointInterpolator.position_changed to set_receiverPosition
]
[from SolarAuvMessageScript.newMessage to set_textMessage
]
[from SolarAuvMessageScript.sendMessage to sendMessage
]
[from SolarAuvWaypointInterpolator.position_changed to set_senderPosition
]
-->
<ProtoInstance name='BuoyCommunicationsGrid' DEF='BuoyCommsGrid'> |
251 | <fieldValue name='textMessage' value='"testing 1 2 3"'/> |
252 | <fieldValue name='buoyArray'> |
253 | <ProtoInstance USE='SeaWebBuoy0'/> |
254 | <ProtoInstance USE='SeaWebBuoy1'/> |
255 | <ProtoInstance USE='SeaWebBuoy2'/> |
256 | <ProtoInstance USE='SeaWebBuoy3'/> |
257 | <ProtoInstance USE='SeaWebBuoy4'/> |
258 | <ProtoInstance USE='SeaWebBuoy5'/> |
259 | <ProtoInstance USE='SeaWebBuoy6'/> |
260 | <ProtoInstance USE='SeaWebBuoy7'/> |
261 | <ProtoInstance USE='SeaWebBuoy8'/> |
262 | <ProtoInstance USE='SeaWebBuoy9'/> |
263 | <ProtoInstance USE='SeaWebBuoy10'/> |
264 | <ProtoInstance USE='SeaWebBuoy11'/> |
265 | <ProtoInstance USE='SeaWebBuoy12'/> |
266 | <ProtoInstance USE='SeaWebBuoy13'/> |
267 | <ProtoInstance USE='SeaWebBuoy14'/> |
268 | <ProtoInstance USE='SeaWebBuoy15'/> |
269 | </fieldValue> |
270 | <fieldValue name='buoyCommunicationsRoutingTable' value='-1 1 1 1 4 5 5 5 4 5 5 5 4 5 5 5 0 -1 2 2 4 5 6 6 4 5 6 6 4 5 6 6 1 1 -1 3 5 5 6 7 5 5 6 7 5 5 6 7 2 2 2 -1 6 6 6 7 6 6 6 7 6 6 6 7 0 1 1 1 -1 5 5 5 8 9 9 9 8 9 9 9 0 1 2 2 4 -1 6 6 8 9 10 10 8 9 10 10 1 1 2 3 5 5 -1 7 9 9 10 11 9 9 10 11 2 2 2 3 6 6 6 -1 10 10 10 11 10 10 10 11 4 5 5 5 4 5 5 5 -1 9 9 9 12 13 13 13 4 5 6 6 4 5 6 6 8 -1 10 10 12 13 14 14 5 5 6 7 5 5 6 7 9 9 -1 11 13 13 14 15 6 6 6 7 6 6 6 7 10 10 10 -1 14 14 14 15 8 9 9 9 8 9 9 9 8 9 9 9 -1 13 13 13 8 9 10 10 8 9 10 10 8 9 10 10 12 -1 14 14 9 9 10 11 9 9 10 11 9 9 10 11 13 13 -1 15 10 10 10 11 10 10 10 11 10 10 10 11 14 14 14 -1'/> |
271 | </ProtoInstance> |
272 | </Group> |
273 | <Group DEF='AnimationControl'> |
274 |
<!-- ROUTE information for MasterDvdClock node:
[from MantaWaypointInterpolator.totalDuration to set_cycleInterval
]
[from fraction_changed to MantaWaypointInterpolator.set_fraction
]
[from fraction_changed to SolarAuvWaypointInterpolator.set_fraction
]
-->
<ProtoInstance name='DvdController' DEF='MasterDvdClock'> |
275 | <fieldValue name='displayMode' value='PLAYBACK_SLIDER'/> |
276 | <fieldValue name='playEnabled' value='true'/> |
277 | <fieldValue name='buttonColor' value='0.655 0.655 0.655'/> |
278 | <fieldValue name='selectedButtonColor' value='0.675 0.675 0.675'/> |
279 | <fieldValue name='selectedLabelColor' value='0.9 0 0'/> |
280 | <fieldValue name='locationOffset' value='-4 3 -10'/> |
281 | <fieldValue name='cycleInterval' value='60'/> |
282 | <fieldValue name='speedFactor' value='10.0'/> |
283 | <fieldValue name='traceEnabled' value='false'/> |
284 | </ProtoInstance> |
285 | </Group> |
286 | <Group DEF='TransitingVehiclesGroup'> |
287 | <Group DEF='MantaGroup'> |
288 |
<!-- ROUTE information for MantaTransform node:
[from MantaWaypointInterpolator.position_changed to set_translation
]
[from MantaWaypointInterpolator.orientation_changed to set_rotation
]
-->
<Transform DEF='MantaTransform'> |
289 | <Viewpoint description='Manta side view' orientation='0 1 0 -1.57' position='-20 3 0'/> |
290 | <Inline DEF='Manta4' url=' "../../Robots/UnmannedUnderwaterVehicles/Manta4.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/Manta4.x3d" "../../Robots/UnmannedUnderwaterVehicles/Manta4.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/Manta4.wrl" '/> |
291 | </Transform> |
292 |
<!-- ROUTE information for MantaWaypointInterpolator node:
[from MasterDvdClock.fraction_changed to set_fraction
]
[from totalDuration to MasterDvdClock.set_cycleInterval
]
[from position_changed to MantaTransform.set_translation
]
[from orientation_changed to MantaTransform.set_rotation
]
[from position_changed to BuoyCommsGrid.set_receiverPosition
]
-->
<ProtoInstance name='WaypointInterpolator' DEF='MantaWaypointInterpolator'> |
293 | <fieldValue name='description' value='Manta AUV'/> |
294 | <fieldValue name='waypoints' value='1100 -5 6100 1100 -5 8100 7500 -5 8100 7500 -5 1100 6100 -5 1100 1100 -5 6100'/> |
295 | <fieldValue name='pitchUpDownForVerticalWaypoints' value='false'/> |
296 | <fieldValue name='defaultSpeed' value='100'/> |
297 | <fieldValue name='lineColor' value='0.8 0.8 0.2'/> |
298 | <fieldValue name='highlightSegmentColor' value='0.2 0.2 1'/> |
299 | <fieldValue name='transparency' value='0'/> |
300 | <fieldValue name='labelDisplayMode' value='interpolation'/> |
301 | <fieldValue name='heightLabel' value='altitude'/> |
302 | <fieldValue name='labelOffset' value='0 4 0'/> |
303 | <fieldValue name='labelFontSize' value='0.5'/> |
304 | <fieldValue name='labelColor' value='0.3 0.9 0.3'/> |
305 | <fieldValue name='traceEnabled' value='false'/> |
306 | </ProtoInstance> |
307 | < ROUTE fromNode='MasterDvdClock' fromField='fraction_changed' toNode='MantaWaypointInterpolator' toField='set_fraction'/> |
308 | <!-- global fix needed: change toField set_cycleInterval --> |
309 | < ROUTE fromNode='MantaWaypointInterpolator' fromField='totalDuration' toNode='MasterDvdClock' toField='set_cycleInterval'/> |
310 | < ROUTE fromNode='MantaWaypointInterpolator' fromField='position_changed' toNode='MantaTransform' toField='set_translation'/> |
311 | < ROUTE fromNode='MantaWaypointInterpolator' fromField='orientation_changed' toNode='MantaTransform' toField='set_rotation'/> |
312 | < ROUTE fromNode='MantaWaypointInterpolator' fromField='position_changed' toNode='BuoyCommsGrid' toField='set_receiverPosition'/> |
313 | </Group> |
314 | <Group DEF='SolarAuvGroup'> |
315 |
<!-- ROUTE information for SolarAuvTransform node:
[from SolarAuvWaypointInterpolator.position_changed to set_translation
]
[from SolarAuvWaypointInterpolator.orientation_changed to set_rotation
]
-->
<Transform DEF='SolarAuvTransform'> |
316 | <Inline DEF='SolarAuv' url=' "../../Robots/UnmannedUnderwaterVehicles/SolarAUV.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/SolarAUV.x3d" "../../Robots/UnmannedUnderwaterVehicles/SolarAUV.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/SolarAUV.wrl" '/> |
317 | <!-- looping clock trigger follows --> |
318 |
<!-- ROUTE information for SolarAuvMessageSendClock node:
[from cycleTime to SolarAuvMessageScript.timeToPrepareMessage
]
-->
<TimeSensor DEF='SolarAuvMessageSendClock' cycleInterval='15' loop='true'/> |
319 |
<!-- ROUTE information for SolarAuvMessageScript node:
[from SolarAuvMessageSendClock.cycleTime to timeToPrepareMessage
]
[from newMessage to BuoyCommsGrid.set_textMessage
]
[from sendMessage to BuoyCommsGrid.sendMessage
]
-->
<Script DEF='SolarAuvMessageScript'> |
320 |
<field name='timeToPrepareMessage' type='SFTime' accessType='inputOnly'
appinfo='trigger when time to create new message'/> |
321 | <field name='messageCounter' type='SFInt32' value='0' accessType='initializeOnly'/> |
322 |
<field name='newMessage' type='MFString' accessType='outputOnly'
appinfo='text of next message to be sent'/> |
323 | <field name='sendMessage' type='SFBool' accessType='outputOnly'/> |
<![CDATA[
ecmascript: function timeToPrepareMessage (value, timestamp) { messageCounter++; newMessage[0] ='SolarAUV' + messageCounter; // set sendMessage = true; // send Browser.println ('[SolarAuvMessageScript] timeToPrepareMessage() complete:' + newMessage[0]); }
]]>
|
|
325 | </Script> |
326 | < ROUTE fromNode='SolarAuvMessageSendClock' fromField='cycleTime' toNode='SolarAuvMessageScript' toField='timeToPrepareMessage'/> |
327 | < ROUTE fromNode='SolarAuvMessageScript' fromField='newMessage' toNode='BuoyCommsGrid' toField='set_textMessage'/> |
328 | < ROUTE fromNode='SolarAuvMessageScript' fromField='sendMessage' toNode='BuoyCommsGrid' toField='sendMessage'/> |
329 | </Transform> |
330 |
<!-- ROUTE information for SolarAuvWaypointInterpolator node:
[from MasterDvdClock.fraction_changed to set_fraction
]
[from position_changed to SolarAuvTransform.set_translation
]
[from orientation_changed to SolarAuvTransform.set_rotation
]
[from position_changed to BuoyCommsGrid.set_senderPosition
]
-->
<ProtoInstance name='WaypointInterpolator' DEF='SolarAuvWaypointInterpolator'> |
331 | <fieldValue name='description' value='Solar AUV'/> |
332 | <fieldValue name='waypoints' value='-1000 -1 -1000 0 -1 0 2000 -1 2000 3000 -1 3000 4000 -1 4000 5000 -1 5000 6000 -1 6000 7000 -1 7000 7000 -1 6000 6000 -1 5000 5000 -1 4000 4000 -1 3000 3000 -1 2000 2000 -1 1000 1000 -1 0 0 -1 -1000 -1000 -1 -1000'/> |
333 | <fieldValue name='pitchUpDownForVerticalWaypoints' value='false'/> |
334 | <fieldValue name='defaultSpeed' value='10'/> |
335 | <fieldValue name='lineColor' value='0.8 0.8 0.2'/> |
336 | <fieldValue name='highlightSegmentColor' value='0.2 0.2 1'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | <fieldValue name='labelDisplayMode' value='interpolation'/> |
339 | <fieldValue name='heightLabel' value='altitude'/> |
340 | <fieldValue name='labelOffset' value='0 1 0'/> |
341 | <fieldValue name='labelFontSize' value='0.2'/> |
342 | <fieldValue name='labelColor' value='0.9 0.9 0.3'/> |
343 | <fieldValue name='traceEnabled' value='false'/> |
344 | </ProtoInstance> |
345 | < ROUTE fromNode='MasterDvdClock' fromField='fraction_changed' toNode='SolarAuvWaypointInterpolator' toField='set_fraction'/> |
346 | < ROUTE fromNode='SolarAuvWaypointInterpolator' fromField='position_changed' toNode='SolarAuvTransform' toField='set_translation'/> |
347 | < ROUTE fromNode='SolarAuvWaypointInterpolator' fromField='orientation_changed' toNode='SolarAuvTransform' toField='set_rotation'/> |
348 | < ROUTE fromNode='SolarAuvWaypointInterpolator' fromField='position_changed' toNode='BuoyCommsGrid' toField='set_senderPosition'/> |
349 | </Group> |
350 | </Group> |
351 | </Scene> |
352 | </X3D> |
Event Graph ROUTE Table entries with 12 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.
SolarAuvMessageSendClock
TimeSensor cycleTime SFTime |
SolarAuvMessageScript
Script timeToPrepareMessage SFTime |
then
|
SolarAuvMessageScript
Script newMessage MFString |
BuoyCommsGrid
ProtoInstance set_textMessage MFString |
||
then
|
SolarAuvMessageScript
Script sendMessage SFBool |
BuoyCommsGrid
ProtoInstance sendMessage SFBool |
line 147
ProtoInstance GridXZ |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 161
ProtoInstance CameraCompass36 |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
BuoyCommsGrid
ProtoInstance BuoyCommunicationsGrid |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy0
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy1
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy10
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy11
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy12
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy13
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy14
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy15
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy2
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy3
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy4
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy5
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy6
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy7
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy8
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SeaWebBuoy9
ProtoInstance SeaWebBuoy |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
SolarAuvWaypointInterpolator
ProtoInstance position_changed SFVec3f |
SolarAuvTransform
Transform set_translation SFVec3f |
|
SolarAuvWaypointInterpolator
ProtoInstance orientation_changed SFRotation |
SolarAuvTransform
Transform set_rotation SFRotation |
|
SolarAuvWaypointInterpolator
ProtoInstance position_changed SFVec3f |
BuoyCommsGrid
ProtoInstance set_senderPosition SFVec3f |
<!--
Color-coding 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)
<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.
-->