X3D Model Documentation: Figure09_6SphereSensorWithAxes.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2 
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
  3  <X3D profile='Immersive' version='3.0 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'>
  4       <head>
  5            <meta name='titlecontent='Figure09_6SphereSensorWithAxes.x3d'/>
  6            <meta name='creatorcontent='Figure 9.6, The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland'/>
  7            <meta name='referencecontent='http://www.wiley.com/legacy/compbooks/vrml2sbk/ch09/09fig06.htm'/>
  8            <meta name='translatorcontent='Don Brutzman'/>
  9            <meta name='createdcontent='12 August 2000'/>
 10            <meta name='modifiedcontent='20 October 2019'/>
 11            <meta name='descriptioncontent='Two shapes that rotate when the viewer drags them, with coordinate axes superimposed to show X3D/VRML directions.'/>
 12            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter09SensingViewer/Figure09_6SphereSensorWithAxes.x3d'/>
 13            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 14            <meta name='licensecontent='../../license.html'/>
 15       </head>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF nodes: CoordinateAxes, FIRST_APPEARANCE, FIRST_SPHERESENSOR, FIRST_TRANSFORM, SECOND_SPHERESENSOR, SECOND_TRANSFORM, TRANSPARENT_CYLINDER_TRANSFORM
-->
 16       <Scene>
 17            <!-- Click and drag to rotate shapes. Superfluous Group nodes removed. -->
 18            <WorldInfo title='Figure09_6SphereSensorWithAxes.x3d'/>
 19 
          <!-- ROUTE information for FIRST_TRANSFORM node:  [from FIRST_SPHERESENSOR.rotation_changed to set_rotation ] -->
          <Transform DEF='FIRST_TRANSFORMtranslation='-2 0 0'>
 20                 <Shape>
 21                      <Box/>
 22 
                    <!-- Appearance FIRST_APPEARANCE is a DEF node that has 1 USE node: USE_1 -->
                    <Appearance DEF='FIRST_APPEARANCE'>
 23                           <Material diffuseColor='.9 .5 .1emissiveColor='.2 .1 .05'/>
 24                      </Appearance>
 25                 </Shape>
 26 
               <!-- ROUTE information for FIRST_SPHERESENSOR node:  [from rotation_changed to FIRST_TRANSFORM.set_rotation ] -->
               <SphereSensor DEF='FIRST_SPHERESENSORdescription='click and drag to rotate'/>
 27            </Transform>
 28 
          <!-- ROUTE information for SECOND_TRANSFORM node:  [from SECOND_SPHERESENSOR.rotation_changed to set_rotation ] -->
          <Transform DEF='SECOND_TRANSFORMtranslation='2 0 0'>
 29                 <Shape>
 30                      <Cone/>
 31                      <Appearance USE='FIRST_APPEARANCE'/>
 32                 </Shape>
 33 
               <!-- ROUTE information for SECOND_SPHERESENSOR node:  [from rotation_changed to SECOND_TRANSFORM.set_rotation ] -->
               <SphereSensor DEF='SECOND_SPHERESENSORdescription='click and drag to rotate'/>
 34                 <Transform DEF='TRANSPARENT_CYLINDER_TRANSFORMtranslation='0 -.2 0'>
 35                      <Shape>
 36                           <Sphere radius='1.3'/>
 37                           <Appearance>
 38                                <Material diffuseColor='.7 .7 .7transparency='.5'/>
 39                           </Appearance>
 40                      </Shape>
 41                 </Transform>
 42            </Transform>
 43            <!-- Adding this Inline reference to another scene superimposes X3D/VRML coordinate system axes. -->
 44            <Transform scale='4 4 4'>
 45                 <Inline DEF='CoordinateAxes'   url=' "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.x3d" "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.wrl" '/>
 46            </Transform>
 47            <!-- Note that we are connecting a rotation output to a rotation input in each of these ROUTEs. -->
 48            < ROUTE  fromNode='FIRST_SPHERESENSOR' fromField='rotation_changed' toNode='FIRST_TRANSFORM' toField='set_rotation'/>
 49            < ROUTE  fromNode='SECOND_SPHERESENSOR' fromField='rotation_changed' toNode='SECOND_TRANSFORM' toField='set_rotation'/>
 50            <!-- Have some fun: have the first sensor route to the second transform, and vice versa. -->
 51       </Scene>
 52  </X3D>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF nodes: CoordinateAxes, FIRST_APPEARANCE, FIRST_SPHERESENSOR, FIRST_TRANSFORM, SECOND_SPHERESENSOR, SECOND_TRANSFORM, TRANSPARENT_CYLINDER_TRANSFORM
-->
X3D Tooltips element index: Appearance, Box, Cone, head, Inline, Material, meta, ROUTE, Scene, Shape, Sphere, SphereSensor, Transform, WorldInfo, X3D, accessType and type, XML data types, field types

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.

FIRST_SPHERESENSOR
SphereSensor
rotation_changed
SFRotation

ROUTE
event to
(1)
FIRST_TRANSFORM
Transform
set_rotation
SFRotation

SECOND_SPHERESENSOR
SphereSensor
rotation_changed
SFRotation

ROUTE
event to
(1)
SECOND_TRANSFORM
Transform
set_rotation
SFRotation
Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter09SensingViewer/Figure09_6SphereSensorWithAxesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter09SensingViewer/Figure09_6SphereSensorWithAxes.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)
-->

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