<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<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 ' >
<head>
<meta name='titlecontent=' ProximitySensorMultiple.x3d '/>
<meta name='descriptioncontent='Example multiple ProximitySensor non-overlapping regions'/>
<meta name='creatorcontent='Leonard Daly and Don Brutzman'/>
<meta name='createdcontent='15 July 2006'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='referencecontent=' ProximitySensorNoOverlap.x3d '/>
<meta name='referencecontent=' ProximitySensorOverlap.x3d '/>
<meta name='referencecontent=' ProximitySensorSingle.x3d '/>
<meta name='referencecontent=' https://X3dGraphics.com '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dResources.html '/>
<meta name='rightscontent='Copyright Don Brutzman and Leonard Daly 2007'/>
<meta name='subjectcontent=' X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com '/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter12EnvironmentSensorSound/ProximitySensorMultiple.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: BoxOutline, BoxSurface, HereIAm1, HereIAm2, HereIAm3, HereIAm4, LocationReport, SensorSize

Index for Viewpoint nodes: Viewpoint_1, Viewpoint_2, Viewpoint_3, Viewpoint_4, Viewpoint_5 Index for ExternProtoDeclare definition: WhereAmI
-->
<Scene>
<WorldInfo title='ProximitySensorMultiple.x3d'/>
<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" ' />

<ProtoInstance name='WhereAmI'/>
<Viewpoint description='Book Viewpointorientation='0 1 0 -0.06position='0.05 0 8.71'/>
<NavigationInfo avatarSize='0.05 1.6 0.75type='"WALK" "ANY"'/>
<Background skyColor='1 1 1'/>
<Collision enabled='false'>
<Transform>
<Viewpoint description='Inside proximity box 1orientation='0 1 0 -0.78position='0 0 0.5'/>
<!-- ROUTE information for HereIAm1 node:  [from position_changed to LocationReport.position ] [from orientation_changed to LocationReport.orientation ] -->
<ProximitySensor DEF='HereIAm1size='2 2 2'/>

<Transform DEF='SensorSize'>
<Shape DEF='BoxOutline'>
<Appearance>
<Material emissiveColor='0.8 0.8 0.8'/>
</Appearance>
<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'>
<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'/>
</IndexedLineSet>
</Shape>
<Shape DEF='BoxSurface'>
<Appearance>
<Material diffuseColor='1 .5 0transparency='.8'/>
</Appearance>
<Box/>
</Shape>
</Transform>
</Transform>
</Collision>
<Collision enabled='false'>
<Transform rotation='.707 .707 0 1translation='3 1 2'>
<Viewpoint description='Inside proximity box 2orientation='0 1 0 -0.78position='0 0 0.5'/>
<!-- ROUTE information for HereIAm2 node:  [from position_changed to LocationReport.position ] [from orientation_changed to LocationReport.orientation ] -->
<ProximitySensor DEF='HereIAm2size='2 2 2'/>

<Transform USE=' SensorSize'/>
</Transform>
</Collision>
<Collision enabled='false'>
<Transform translation='-1 .5 -.5'>
<Viewpoint description='Inside proximity box 3orientation='0 1 0 -0.78position='0 0 0.5'/>
<!-- ROUTE information for HereIAm3 node:  [from position_changed to LocationReport.position ] [from orientation_changed to LocationReport.orientation ] -->
<ProximitySensor DEF='HereIAm3size='2 2 2'/>

<Transform USE=' SensorSize'/>
</Transform>
</Collision>
<Collision enabled='false'>
<Transform translation='-2 -1 .5'>
<Viewpoint description='Inside proximity box 4orientation='0 1 0 -0.78position='0 0 0.5'/>
<!-- ROUTE information for HereIAm4 node:  [from position_changed to LocationReport.position ] [from orientation_changed to LocationReport.orientation ] -->
<ProximitySensor DEF='HereIAm4size='2 2 2'/>

<Transform USE=' SensorSize'/>
</Transform>
</Collision>
<field name='positiontype='SFVec3faccessType='inputOnly'/>
<field name='orientationtype='SFRotationaccessType='inputOnly'/>
</Script>
< ROUTE  fromNode=' HereIAm1' fromField='position_changed' toNode=' LocationReport' toField='position'/>
< ROUTE  fromNode=' HereIAm2' fromField='position_changed' toNode=' LocationReport' toField='position'/>
< ROUTE  fromNode=' HereIAm3' fromField='position_changed' toNode=' LocationReport' toField='position'/>
< ROUTE  fromNode=' HereIAm4' fromField='position_changed' toNode=' LocationReport' toField='position'/>
< ROUTE  fromNode=' HereIAm1' fromField='orientation_changed' toNode=' LocationReport' toField='orientation'/>
< ROUTE  fromNode=' HereIAm2' fromField='orientation_changed' toNode=' LocationReport' toField='orientation'/>
< ROUTE  fromNode=' HereIAm3' fromField='orientation_changed' toNode=' LocationReport' toField='orientation'/>
< ROUTE  fromNode=' HereIAm4' fromField='orientation_changed' toNode=' LocationReport' toField='orientation'/>
</Scene>
</X3D>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: BoxOutline, BoxSurface, HereIAm1, HereIAm2, HereIAm3, HereIAm4, LocationReport, SensorSize

Index for Viewpoint nodes: Viewpoint_1, Viewpoint_2, Viewpoint_3, Viewpoint_4, Viewpoint_5 Index for ExternProtoDeclare definition: WhereAmI
-->

Event Graph ROUTE Table entries with 8 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.

HereIAm1
ProximitySensor
position_changed
SFVec3f

ROUTE
event to
(1)
LocationReport
Script
position
SFVec3f
HereIAm1
ProximitySensor
orientation_changed
SFRotation

ROUTE
event to
(1)
LocationReport
Script
orientation
SFRotation


HereIAm2
ProximitySensor
position_changed
SFVec3f

ROUTE
event to
(1)
LocationReport
Script
position
SFVec3f
HereIAm2
ProximitySensor
orientation_changed
SFRotation

ROUTE
event to
(1)
LocationReport
Script
orientation
SFRotation


HereIAm3
ProximitySensor
position_changed
SFVec3f

ROUTE
event to
(1)
LocationReport
Script
position
SFVec3f
HereIAm3
ProximitySensor
orientation_changed
SFRotation

ROUTE
event to
(1)
LocationReport
Script
orientation
SFRotation


HereIAm4
ProximitySensor
position_changed
SFVec3f

ROUTE
event to
(1)
LocationReport
Script
position
SFVec3f
HereIAm4
ProximitySensor
orientation_changed
SFRotation

ROUTE
event to
(1)
LocationReport
Script
orientation
SFRotation



ProtoInstance
WhereAmI
No ROUTE connection found for output from this node.
Contains SFNode/MFNode field with indirect access to other nodes. 


-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter12EnvironmentSensorSound/ProximitySensorMultipleIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter12EnvironmentSensorSound/ProximitySensorMultiple.x3d -->

<!-- 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> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->