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='ProximitySensorSingle.x3d'/> |
6 | <meta name='description' content='Example of a single ProximitySensor region'/> |
7 | <meta name='creator' content='Leonard Daly and Don Brutzman'/> |
8 | <meta name='created' content='15 July 2006'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='reference' content='ProximitySensorMultiple.x3d'/> |
11 | <meta name='reference' content='ProximitySensorNoOverlap.x3d'/> |
12 | <meta name='reference' content='ProximitySensorOverlap.x3d'/> |
13 | <meta name='reference' content='https://X3dGraphics.com'/> |
14 | <meta name='reference' content='https://www.web3d.org/x3d/content/examples/X3dResources.html'/> |
15 | <meta name='rights' content='Copyright Don Brutzman and Leonard Daly 2007'/> |
16 | <meta name='subject' content='X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com'/> |
17 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter12EnvironmentSensorSound/ProximitySensorSingle.x3d'/> |
18 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
19 | <meta name='license' content='../license.html'/> |
20 | </head> |
21 | <Scene> |
22 | <WorldInfo title='ProximitySensorSingle.x3d'/> |
23 | <ExternProtoDeclare name='WhereAmI' url=' "../Chapter14Prototypes/WhereAmIPrototype.x3d#WhereAmI" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/WhereAmIPrototype.x3d#WhereAmI" "../Chapter14Prototypes/WhereAmIPrototype.wrl#WhereAmI" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/WhereAmI.wrl#WhereAmI" '/> |
24 | <ProtoInstance name='WhereAmI'/> |
25 | <Viewpoint description='Book Viewpoint' orientation='0 1 0 -0.06' position='0.05 0 8.71'/> |
26 | <Viewpoint description='Inside proximity box' orientation='0 1 0 -0.78' position='0 0 0.5'/> |
27 | <NavigationInfo avatarSize='0.05 1.6 0.75' type='"WALK" "ANY"'/> |
28 | <Background skyColor='1 1 1'/> |
29 | <Collision enabled='false'> |
30 | <Transform> |
31 |
<!-- ROUTE information for HereIAm node:
[from position_changed to LocationReport.position
]
[from orientation_changed to LocationReport.orientation
]
-->
<ProximitySensor DEF='HereIAm' size='2 2 2'/> |
32 | <Transform DEF='SensorSize'> |
33 | <Shape DEF='BoxOutline'> |
34 | <Appearance> |
35 | <Material emissiveColor='0.8 0.8 0.8'/> |
36 | </Appearance> |
37 | <IndexedLineSet coordIndex='0 1 2 3 0 -1 4 5 6 7 4 -1 0 4 -1 1 5 -1 2 6 -1 3 7 -1'> |
38 | <Coordinate point='1 1 1 1 1 -1 1 -1 -1 1 -1 1 -1 1 1 -1 1 -1 -1 -1 -1 -1 -1 1'/> |
39 | </IndexedLineSet> |
40 | </Shape> |
41 | <Shape DEF='BoxSurface'> |
42 | <Appearance> |
43 | <Material diffuseColor='1 .5 0' transparency='.8'/> |
44 | </Appearance> |
45 | <Box/> |
46 | </Shape> |
47 | </Transform> |
48 | </Transform> |
49 | </Collision> |
50 |
<!-- ROUTE information for LocationReport node:
[from HereIAm.position_changed to position
]
[from HereIAm.orientation_changed to orientation
]
-->
<Script DEF='LocationReport' url=' "ProximitySensorSingleScriptLocationReport.js" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter12EnvironmentSensorSound/ProximitySensorSingleScriptLocationReport.js" '> |
51 | <field name='position' type='SFVec3f' accessType='inputOnly'/> |
52 | <field name='orientation' type='SFRotation' accessType='inputOnly'/> |
53 | </Script> |
54 | < ROUTE fromNode='HereIAm' fromField='position_changed' toNode='LocationReport' toField='position'/> |
55 | < ROUTE fromNode='HereIAm' fromField='orientation_changed' toNode='LocationReport' toField='orientation'/> |
56 | </Scene> |
57 | </X3D> |
Event Graph ROUTE Table entries with 2 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.
HereIAm
ProximitySensor position_changed SFVec3f |
LocationReport
Script position SFVec3f |
|
HereIAm
ProximitySensor orientation_changed SFRotation |
LocationReport
Script orientation SFRotation |
ProtoInstance WhereAmI |
No ROUTE connection found for output events 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 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. -->