<?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='DeadReckoningComparisons.x3d'/>
<meta name='descriptioncontent='Compare different dead-reckoning algorithms to see relative effects of velocity and acceleration on animation smoothness.'/>
<meta name='creatorcontent='Brian Hittner'/>
<meta name='translatorcontent=' Xeena VRML importer, X3D-Edit 3.1, http://www.web3d.org/x3d/content/README.X3D-Edit.html '/>
<meta name='createdcontent='11 June 2003'/>
<meta name='importedcontent='12 June 2003'/>
<meta name='modifiedcontent='25 August 2003'/>
<meta name='versioncontent='1.0'/>
<meta name='referencecontent='DeadReckoningComparisons/Project4.java'/>
<meta name='referencecontent='vrml97.jar'/>
<meta name='referencecontent='DeadReckoningComparisons/README.TXT'/>
<meta name='warningcontent='CLASSPATH needs to include location of DeadReckoningComparisons/Project4.jar'/>
<meta name='subjectcontent='dead reckoning'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeadReckoningComparisons.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/>
<meta name='generatorcontent='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/>
<meta name='licensecontent='../license.html'/>
</head>
<!--

Index for DEF nodes: Clock, Movement, myMessage, SpherePosition
Index for Viewpoint image: Viewpoint_1
-->
<Scene>
<Viewpoint description='Dead Reckoning Comparisonsposition='0.0 0.0 15.0'/>
<Group>
<!-- SpherePosition ROUTE:  [from Movement.position_changed to translation ] -->
<Transform DEF='SpherePosition'>
<Group>
<Shape>
<Appearance>
<Material diffuseColor='1.0 0.1 0.1'/>
</Appearance>
<Sphere/>
</Shape>
</Group>
<!-- Clock ROUTE:  [from fraction_changed to Movement.set_time ] -->
<TimeSensor DEF='ClockcycleInterval='5.0loop='true'/>
<!-- Warning: VRML97-style scripting, not X3D Scene Authoring Interface (SAI) -->
<!-- Movement ROUTEs:  [from Clock.fraction_changed to set_time ] [from position_changed to SpherePosition.translation ] [from text_changed to myMessage.string ] -->
<Script DEF='Movement'
  url=' "DeadReckoningComparisons/Project4.class" "http://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeadReckoningComparisons/Project4.class" '>
<field name='set_timetype='SFFloataccessType='inputOnly'/>
<field name='position_changedtype='SFVec3faccessType='outputOnly'/>
<field name='text_changedtype='MFStringaccessType='outputOnly'/>
</Script>
</Transform>
<Transform translation='-4.0 0.0 0.0'>
<Shape>
<Appearance>
<Material/>
</Appearance>
<!-- myMessage ROUTE:  [from Movement.text_changed to string ] -->
<Text DEF='myMessagestring='"Test String"solid='true'/>
</Shape>
</Transform>
</Group>
<ROUTE fromNode='ClockfromField='fraction_changedtoNode='MovementtoField='set_time'/>
<ROUTE fromNode='MovementfromField='position_changedtoNode='SpherePositiontoField='translation'/>
<ROUTE fromNode='MovementfromField='text_changedtoNode='myMessagetoField='string'/>
</Scene>
</X3D>
<!--

Index for DEF nodes: Clock, Movement, myMessage, SpherePosition
Index for Viewpoint image: Viewpoint_1
-->

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