<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
<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
'>
<head>
</head>
<!--
-->
<Scene>
<WorldInfo title='Figure06_07bRotationMinus45zWithAxes.x3d'/>
<Viewpoint description='View shape' position='0 0 6'/>
<!-- -45 degrees equals -0.785 radians, 0 0 1 indicates Z axis -->
<Transform rotation='0 0 1 -0.785'>
<Transform translation='0 0.8 0'>
<Shape>
<Cone bottomRadius='0.3' height='0.6'/>
<Appearance DEF='GREEN_APPEARANCE'>
<Material diffuseColor='0.1 0.7 0.2'/>
</Appearance>
</Shape>
</Transform>
<Shape>
</Shape>
</Transform>
<!-- Adding this Inline reference to another scene superimposes X3D/VRML coordinate system axes. -->
<Transform scale='1.5 1.5 1.5'>
</Transform>
</Scene>
</X3D>
<!--
-->
<!--
Online at https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter06RotatingShapes/Figure06_07bRotationMinus45zWithAxesIndex.html
-->
<!--
Color key:
<X3dNode
DEF='idName' field='value'/>
matches
<XmlElement
DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints.
-->