<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<meta name='titlecontent='HelloX3dAuthorsAnimationChain.x3d'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='5 October 2000'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='descriptioncontent='Fully developed animation-chain example showing spinning globe and text: Hello!'/>
<meta name='identifiercontent=' https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter07EventAnimationInterpolation/HelloX3dAuthorsAnimationChain.x3d '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/Basic/course/HelloX3dAuthorsAnimationChain.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!-- -->
<Scene>
<WorldInfo info='"an introductory scene"title='Hello X3D Authors Animation Chain'/>
<Viewpoint description='Hello, worldorientation='0 1 0 3.14159position='0 0 -8'/>
<!-- change TimeSensor loop='true' to enable automatic animation when loaded, rather than TouchSensor trigger to start -->
<!-- ROUTE information for OrbitalTimeInterval node:  [from ClickTriggerTouchSensor.touchTime to startTime ] [from fraction_changed to SpinThoseThings.set_fraction ] -->
<TimeSensor DEF='OrbitalTimeIntervalcycleInterval='12'/>
<!-- ROUTE information for SpinThoseThings node:  [from OrbitalTimeInterval.fraction_changed to set_fraction ] [from value_changed to EarthCoordinateSystem.set_rotation ] -->
<OrientationInterpolator DEF='SpinThoseThingskey='0.00 0.25 0.50 0.75 1.00keyValue='0 1 0 0 0 1 0 1.57079 0 1 0 3.14159 0 1 0 4.7123889 0 1 0 6.2831852'/>
<ROUTE fromNode='OrbitalTimeIntervalfromField='fraction_changedtoNode='SpinThoseThingstoField='set_fraction'/>
<!-- ROUTE information for EarthCoordinateSystem node:  [from SpinThoseThings.value_changed to set_rotation ] -->
<Transform DEF='EarthCoordinateSystem'>
<ROUTE fromNode='SpinThoseThingsfromField='value_changedtoNode='EarthCoordinateSystemtoField='set_rotation'/>
<Group DEF='MiniWorld'> </Group>
<Transform DEF='SimpleGeoStationarySatelliterotation='1 0 0 .3scale='0.1 0.3 0.1translation='0 0 5'>
<Shape>
<Appearance>
<Material diffuseColor='0.9 0.1 0.1emissiveColor='0.9 0.2 0.1'/>
</Appearance>
<Text string='"Hello X3D Authors !!"'>
<FontStyle size='3'/>
</Text>
</Shape>
</Transform>
<!-- ROUTE information for ClickTriggerTouchSensor node:  [from touchTime to OrbitalTimeInterval.startTime ] -->
<TouchSensor DEF='ClickTriggerTouchSensordescription='Click to start animation'/>
<ROUTE fromNode='ClickTriggerTouchSensorfromField='touchTimetoNode='OrbitalTimeIntervaltoField='startTime'/>
</Transform>
</Scene>
</X3D>
<!--

Index for DEF nodes : ClickTriggerTouchSensor, EarthCoordinateSystem, MiniWorld, OrbitalTimeInterval, SimpleGeoStationarySatellite, SpinThoseThings

Index for Viewpoint image : Viewpoint_1
-->

<!-- 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. -->