<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Interactive' version='3.0 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='Figure09.6SphereSensor.x3d'/>
<meta name='creatorcontent='Figure 9.6, The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland'/>
<meta name='referencecontent=' http://www.wiley.com/legacy/compbooks/vrml2sbk/ch09/09fig06.htm '/>
<meta name='transcribercontent='Don Brutzman'/>
<meta name='createdcontent='12 August 2000'/>
<meta name='modifiedcontent='1 February 2014'/>
<meta name='descriptioncontent='Two shapes that rotate when the viewer drags them, with coordinate axes superimposed to show X3D/VRML directions.'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter09-SensingViewer/Figure09.6SphereSensor.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../../license.html'/>
</head>
<!-- -->
<Scene>
<!-- Click and drag to rotate shapes. Superfluous Group nodes removed. -->
<!-- FIRST_TRANSFORM ROUTE:  [from FIRST_SPHERESENSOR.rotation_changed to set_rotation ] -->
<Transform DEF='FIRST_TRANSFORMtranslation='-2 0 0'>
<Shape>
<Box/>
<Appearance DEF='FIRST_APPEARANCE'>
<Material diffuseColor='.9 .5 .1emissiveColor='.2 .1 .05'/>
</Appearance>
</Shape>
<!-- FIRST_SPHERESENSOR ROUTE:  [from rotation_changed to FIRST_TRANSFORM.set_rotation ] -->
<SphereSensor DEF='FIRST_SPHERESENSORdescription='click and drag to rotate'/>
</Transform>
<!-- Note that we are connecting a rotation output to a rotation input in each of these ROUTEs. -->
<ROUTE fromNode='FIRST_SPHERESENSORfromField='rotation_changedtoNode='FIRST_TRANSFORMtoField='set_rotation'/>
<!-- SECOND_TRANSFORM ROUTE:  [from SECOND_SPHERESENSOR.rotation_changed to set_rotation ] -->
<Transform DEF='SECOND_TRANSFORMtranslation='2 0 0'>
<Shape>
<Cone/>
<Appearance USE='FIRST_APPEARANCE'/>
</Shape>
<!-- SECOND_SPHERESENSOR ROUTE:  [from rotation_changed to SECOND_TRANSFORM.set_rotation ] -->
<SphereSensor DEF='SECOND_SPHERESENSORdescription='click and drag to rotate'/>
</Transform>
<ROUTE fromNode='SECOND_SPHERESENSORfromField='rotation_changedtoNode='SECOND_TRANSFORMtoField='set_rotation'/>
</Scene>
</X3D>
<!--

Index for DEF nodes : FIRST_APPEARANCE, FIRST_SPHERESENSOR, FIRST_TRANSFORM, SECOND_SPHERESENSOR, SECOND_TRANSFORM
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/> -->

<!-- Additional help information about X3D scenes: X3D Resources, X3D Scene Authoring Hints and X3D Tooltips -->