X3D Model Documentation: AxesDisplay.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
  3  <X3D profile='Immersive' version='4.0 xmlns:xsd='https://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
  4       <head>
  5            <meta name='titlecontent=' AxesDisplay.x3d '/>
  6            <meta name='descriptioncontent='Simple RBG XYZ axes for locating bone centers of rotation'/>
  7            <meta name='creatorcontent='Don Brutzman'/>
  8            <meta name='createdcontent='21 April 2026'/>
  9            <meta name='modifiedcontent='23 May 2026'/>
 10            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/AxesDisplay.x3d '/>
 11            <meta name='generatorcontent='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 12            <meta name='licensecontent='../license.html'/>
 13       </head>
<!--

Event Graph ROUTE Table shows event connections.

--> <!-- to top DEF nodes index: AxisBlueZ, AxisGreenY, AxisRedX

Index for Viewpoint node: AxesDisplayHiddenViewpoint

-->
 14       <Scene>
 15            <WorldInfo title='AxesDisplay.x3d'/>
 16            <Background skyColor='1 1 0.984314'/>
 17            <Viewpoint DEF='AxesDisplayHiddenViewpointorientation='-0.11886 0.99212 0.03962 0.648263position='0.15 0.02 0.2'/>
 18            <!-- X-axis pair, each with TouchSensor descriptions plus/minus -->
 19            <Transform translation='0.025 0 0'>
 20                 <TouchSensor description='+X axis'/>
 21 
               <!-- Shape AxisRedX is a DEF node that has 1 USE node: USE_1 -->
               <Shape DEF='AxisRedX'>
 22                      <Box size='0.05 0.001 0.001'/>
 23                      <Appearance>
 24                           <Material diffuseColor='1 0 0'/>
 25                      </Appearance>
 26                 </Shape>
 27            </Transform>
 28            <Transform translation='-0.025 0 0'>
 29                 <TouchSensor description='-X axis'/>
 30                 <Shape USE='AxisRedX'/>
 31            </Transform>
 32            <!-- Y-axis pair, each with TouchSensor descriptions plus/minus -->
 33            <Transform translation='0 0.025 0'>
 34                 <TouchSensor description='+Y axis'/>
 35 
               <!-- Shape AxisGreenY is a DEF node that has 1 USE node: USE_1 -->
               <Shape DEF='AxisGreenY'>
 36                      <Box size='0.001 0.05 0.001'/>
 37                      <Appearance>
 38                           <Material diffuseColor='0 1 0'/>
 39                      </Appearance>
 40                 </Shape>
 41            </Transform>
 42            <Transform translation='0 -0.025 0'>
 43                 <TouchSensor description='-Y axis'/>
 44                 <Shape USE='AxisGreenY'/>
 45            </Transform>
 46            <!-- Y-axis pair, each with TouchSensor descriptions plus/minus -->
 47            <Transform translation='0 0 0.025'>
 48                 <TouchSensor description='+Z axis'/>
 49 
               <!-- Shape AxisBlueZ is a DEF node that has 1 USE node: USE_1 -->
               <Shape DEF='AxisBlueZ'>
 50                      <Box size='0.001 0.001 0.05'/>
 51                      <Appearance>
 52                           <Material diffuseColor='0 0 1'/>
 53                      </Appearance>
 54                 </Shape>
 55            </Transform>
 56            <Transform translation='0 0 -0.025'>
 57                 <TouchSensor description='-Z axis'/>
 58                 <Shape USE='AxisBlueZ'/>
 59            </Transform>
 60       </Scene>
 61  </X3D>
<!--

Event Graph ROUTE Table shows event connections.

--> <!-- to top DEF nodes index: AxisBlueZ, AxisGreenY, AxisRedX

Index for Viewpoint node: AxesDisplayHiddenViewpoint

-->
X3D Tooltips element index: Appearance, Background, Box, head, Material, meta, Scene, Shape, TouchSensor, Transform, Viewpoint, WorldInfo, X3D,
plus documentation for accessType definitions, type definitions, XML data types, and field types

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

line 20
TouchSensor
description='+X axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

line 29
TouchSensor
description='-X axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

line 34
TouchSensor
description='+Y axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

line 43
TouchSensor
description='-Y axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

line 48
TouchSensor
description='+Z axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

line 57
TouchSensor
description='-Z axis' 
No direct ROUTE connection found for events to/from this node.
This TouchSensor node is an author-provided hint for peer geometry.  

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/HumanoidAnimation/Bones/AxesDisplayIndex.html -->
<!-- SourceForge version control Version control at    
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/AxesDisplay.x3d -->

<!-- Color-coding legend: X3D terminology <X3dNode DEF='idNamefield='value'/> matches XML terminology <XmlElement DEF='idNameattribute='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. -->