<?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='Immersiveversion='3.0xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='PositionInterpolatorExample.x3d'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='1 November 2000'/>
<meta name='modifiedcontent='21 January 2002'/>
<meta name='descriptioncontent='Simple PositionInterpolator example that bounces a Box up and down.'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Basic/course/PositionInterpolatorExample.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent='../license.html'/>
</head>
<!--

Index for DEF nodes: BouncingBoxTransform, CLOCK, PI
-->
<Scene>
<!-- BouncingBoxTransform ROUTE:  [from PI.value_changed to set_translation ] -->
<Transform DEF='BouncingBoxTransform'>
<Shape>
<Box/>
<Appearance>
<Material diffuseColor='0 0.6 0.8'/>
</Appearance>
</Shape>
</Transform>
<!-- PI ROUTEs:  [from CLOCK.fraction_changed to set_fraction ] [from value_changed to BouncingBoxTransform.set_translation ] -->
<PositionInterpolator DEF='PIkey='0 .5 1.0keyValue='0 1 0 0 -1 0 0 1 0'/>
<!-- CLOCK ROUTE:  [from fraction_changed to PI.set_fraction ] -->
<TimeSensor DEF='CLOCKcycleInterval='4loop='true'/>
<ROUTE fromNode='CLOCKfromField='fraction_changedtoNode='PItoField='set_fraction'/>
<ROUTE fromNode='PIfromField='value_changedtoNode='BouncingBoxTransformtoField='set_translation'/>
</Scene>
</X3D>
<!--

Index for DEF nodes: BouncingBoxTransform, CLOCK, PI
-->

<!-- Tag color codes: <Node DEF='idName' attribute='value'/> -->