| 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='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
| 4 | <head> |
| 5 | <meta name='title' content=' AxesDisplay.x3d '/> |
| 6 | <meta name='description' content='Simple RBG XYZ axes for locating bone centers of rotation'/> |
| 7 | <meta name='creator' content='Don Brutzman'/> |
| 8 | <meta name='created' content='21 April 2026'/> |
| 9 | <meta name='modified' content='21 April 2026'/> |
| 10 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/AxesDisplay.x3d '/> |
| 11 | <meta name='generator' content='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 12 | <meta name='license' content='../license.html'/> |
| 13 | </head> |
-->
<!--
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='AxesDisplayHiddenViewpoint' orientation='-0.11886 0.99212 0.03962 0.648263' position='0.15 0.02 0.2'/> |
| 18 | <Shape DEF='AxisRedX'> |
| 19 | <Box size='0.1 0.001 0.001'/> |
| 20 | <Appearance> |
| 21 | <Material diffuseColor='1 0 0'/> |
| 22 | </Appearance> |
| 23 | </Shape> |
| 24 | <Shape DEF='AxisGreenY'> |
| 25 | <Box size='0.001 0.1 0.001'/> |
| 26 | <Appearance> |
| 27 | <Material diffuseColor='0 1 0'/> |
| 28 | </Appearance> |
| 29 | </Shape> |
| 30 | <Shape DEF='AxisBlueZ'> |
| 31 | <Box size='0.001 0.001 0.1'/> |
| 32 | <Appearance> |
| 33 | <Material diffuseColor='0 0 1'/> |
| 34 | </Appearance> |
| 35 | </Shape> |
| 36 | </Scene> |
| 37 | </X3D> |
-->
<!--
DEF nodes index:
AxisBlueZ,
AxisGreenY,
AxisRedX
Index for Viewpoint node: AxesDisplayHiddenViewpoint
-->
<!--
Color-coding 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)
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->