<?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='Immersive' version='3.0'
xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation
='
http://www.web3d.org/specifications/x3d-3.0.xsd
'>
<head>
</head>
<!--
-->
<Scene>
<NavigationInfo speed='300'/>
<!-- lower-resolution rotor transitions at 1 km -->
<LOD range='3048'>
<!-- ROUTE information for TailRotor node:
[from RotorPath.value_changed to set_rotation
]
-->
<Transform DEF='TailRotor'>
<Transform rotation='1 0 0 1.6' translation='-.1 -.5 .2'>
</Transform>
<Transform scale='.5 .5 .5' translation='0 -.8 0'>
<Shape>
<Cylinder height='1' radius='.2'/>
<Appearance>
<Material/>
</Appearance>
</Shape>
</Transform>
<Transform scale='.3 .3 .3' translation='-.6 -.5 -.6'>
</Transform>
</Transform>
<WorldInfo info='"null node"'/>
</LOD>
<Background groundAngle='1.309 1.570796' groundColor='0.1 0.1 0 0.4 0.25 0.2 0.6 0.6 0.6' skyAngle='1.309 1.571' skyColor='0 0.2 0.7 0 0.5 1 1 1 1'/>
<!-- ROUTE information for RotorPath node:
[from Clock.fraction_changed to set_fraction
]
[from value_changed to TailRotor.set_rotation
]
-->
<OrientationInterpolator DEF='RotorPath' key='0 0.5 1' keyValue='0 1 0 0 0 1 0 3.14 0 1 0 6.28'/>
<!-- ROUTE information for Clock node:
[from fraction_changed to RotorPath.set_fraction
]
-->
<TimeSensor DEF='Clock' cycleInterval='.3' loop='true'/>
<ROUTE fromNode='Clock' fromField='fraction_changed' toNode='RotorPath' toField='set_fraction'/>
<ROUTE fromNode='RotorPath' fromField='value_changed' toNode='TailRotor' toField='set_rotation'/>
</Scene>
</X3D>
<!--
-->
<!--
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)
-->
<!--
Additional help information about X3D scenes:
X3D Resources,
X3D Scene Authoring Hints
and
X3D Tooltips
-->