<?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>
<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, https://www.web3d.org/x3d/content/README.X3D-Edit.html '/>
<meta name='createdcontent='11 June 2003'/>
<meta name='translatedcontent='12 June 2003'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='versioncontent='1.0'/>
<meta name='referencecontent=' DeadReckoningComparisons/Project4.java '/>
<meta name='referencecontent='vrml97.jar'/>
<meta name='referencecontent='DeadReckoningComparisons/README.TXT'/>
<meta name=' warning content=' CLASSPATH needs to include location of DeadReckoningComparisons/Project4.jar '/>
<meta name='subjectcontent='dead reckoning'/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeadReckoningComparisons.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='generatorcontent=' Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html '/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: Clock, Movement, myMessage, SpherePosition

Index for Viewpoint node: Viewpoint_1
-->
<Scene>
<WorldInfo title='DeadReckoningComparisons.x3d'/>
<Viewpoint description='Dead Reckoning Comparisonsposition='0.0 0.0 15.0'/>
<Group>
<!-- ROUTE information for SpherePosition node:  [from Movement.position_changed to translation ] -->
<Transform DEF='SpherePosition'>
<Group>
<Shape>
<Appearance>
<Material diffuseColor='1.0 0.1 0.1'/>
</Appearance>
<Sphere/>
</Shape>
</Group>
<!-- ROUTE information for Clock node:  [from fraction_changed to Movement.set_time ] -->
<TimeSensor DEF='ClockcycleInterval='5.0loop='true'/>

<!-- Warning: VRML97-style scripting, not X3D Scene Authoring Interface (SAI) -->
<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>
<!-- ROUTE information for myMessage node:  [from Movement.text_changed to string ] -->
<Text DEF='myMessagestring='"Test String"'/>
</Shape>
</Transform>
</Group>
< ROUTE  fromNode=' Clock' fromField='fraction_changed' toNode=' Movement' toField='set_time'/>
< ROUTE  fromNode=' Movement' fromField='position_changed' toNode=' SpherePosition' toField='translation'/>
< ROUTE  fromNode=' Movement' fromField='text_changed' toNode=' myMessage' toField='string'/>
</Scene>
</X3D>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: Clock, Movement, myMessage, SpherePosition

Index for Viewpoint node: Viewpoint_1
-->

Event Graph ROUTE Table entries with 3 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

Clock
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(1)
Movement
Script
set_time
SFFloat

 
 
then
Movement
Script
position_changed
SFVec3f

ROUTE
event to
(2)
SpherePosition
Transform
translation
SFVec3f
 
 
 
then
Movement
Script
text_changed
MFString

ROUTE
event to
(2)
myMessage
Text
string
MFString



-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeadReckoningComparisonsIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeadReckoningComparisons.x3d -->

<!-- Color legend: X3D terminology <X3dNode DEF='idName' field='value'/> matches XML terminology <XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
-->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->