<?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='looptilstoptime.x3d'/>
<meta name='MovingImagecontent='looptilstoptime-movie.mpg'/>
<meta name='referencecontent=' http://www.nist.gov/vrml.html '/>
<meta name='referencecontent=' http://www.itl.nist.gov/div897/ctg/vrml/vrml.html '/>
<meta name='creatorcontent=' http://www.itl.nist.gov/div897/ctg/vrml/members.html '/>
<meta name='disclaimercontent=' This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology (NIST). This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified. '/>
<meta name='referencecontent=' Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml '/>
<meta name='referencecontent=' Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml '/>
<meta name='infocontent='Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d'/>
<meta name='translatorcontent='Michael Kass NIST, Don Brutzman NPS'/>
<meta name='translatedcontent='21 January 2001'/>
<meta name='modifiedcontent='28 August 2023'/>
<meta name='descriptioncontent='Test looping until stopTime. With the loop field set to true, and the startTime (clicked first) less than stopTime (clicked second), and speed is not equal to 0 (with a default of 1), the movie will continue to run, right to left, until stopTime (when you click on "stoptime=now").'/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/MovieTexture/looptilstoptime.x3d '/>
<meta name='generatorcontent='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/>
<meta name='generatorcontent='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../../license.html'/>
</head>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: Cube, GoFlash, GoMaterial, GoTimer, Movie, Start, Stop, StopFlash, StopMaterial, StopTimer, TouchStart, TouchStop
-->
<Scene>
<WorldInfo title='looptilstoptime.x3d'/>
<NavigationInfo type='"EXAMINE" "WALK" "FLY" "ANY"'/>
<Group>
<Transform DEF='Cube'>
<Shape>
<Appearance>
<!-- ROUTE information for Movie node:  [from TouchStart.touchTime to set_startTime ] [from TouchStop.touchTime to set_stopTime ] -->
<MovieTexture DEF='Movieloop='truestopTime='1'
  url=' "vts.mpg" "https://www.web3d.org/x3d/content/examples/ConformanceNist/vts.mpg" ' />
</Appearance>
<Box/>
</Shape>
</Transform>
</Group>
<Group>
<Transform scale='0.02 0.02 0.02translation='-2 2.5 0'>
<Shape>
<Appearance>
<!-- ROUTE information for GoMaterial node:  [from GoFlash.value_changed to set_diffuseColor ] -->
<Material DEF='GoMaterialambientIntensity='1diffuseColor='0 1 0'/>
</Appearance>
<Text DEF='Startstring='"now"'>
<FontStyle size='32style='BOLD'/>
</Text>
</Shape>
</Transform>
<!-- ROUTE information for TouchStart node:  [from touchTime to Movie.set_startTime ] [from touchTime to GoTimer.set_startTime ] -->
<TouchSensor DEF='TouchStartdescription='touch to activate'/>

<!-- ROUTE information for GoTimer node:  [from TouchStart.touchTime to set_startTime ] [from fraction_changed to GoFlash.set_fraction ] -->
<TimeSensor DEF='GoTimer'/>

<!-- ROUTE information for GoFlash node:  [from GoTimer.fraction_changed to set_fraction ] [from value_changed to GoMaterial.set_diffuseColor ] -->
<ColorInterpolator DEF='GoFlashkey='0 0.5 1keyValue='0 1 0 1 1 1 0 1 0'/>
</Group>
<Group>
<Transform scale='0.02 0.02 0.02translation='-2 -2.5 0'>
<Shape>
<Appearance>
<!-- ROUTE information for StopMaterial node:  [from StopFlash.value_changed to set_diffuseColor ] -->
<Material DEF='StopMaterialambientIntensity='1diffuseColor='1 0 0'/>
</Appearance>
<Text DEF='Stopstring='"stopTime=now"'>
<FontStyle size='32style='BOLD'/>
</Text>
</Shape>
</Transform>
<!-- ROUTE information for TouchStop node:  [from touchTime to Movie.set_stopTime ] [from touchTime to StopTimer.set_startTime ] -->
<TouchSensor DEF='TouchStopdescription='touch to stop'/>

<!-- ROUTE information for StopTimer node:  [from TouchStop.touchTime to set_startTime ] [from fraction_changed to StopFlash.set_fraction ] -->
<TimeSensor DEF='StopTimer'/>

<!-- ROUTE information for StopFlash node:  [from StopTimer.fraction_changed to set_fraction ] [from value_changed to StopMaterial.set_diffuseColor ] -->
<ColorInterpolator DEF='StopFlashkey='0 0.5 1keyValue='1 0 0 1 1 1 1 0 0'/>
</Group>
< ROUTE  fromNode=' TouchStart' fromField='touchTime' toNode=' Movie' toField='set_startTime'/>
< ROUTE  fromNode=' TouchStart' fromField='touchTime' toNode=' GoTimer' toField='set_startTime'/>
< ROUTE  fromNode=' GoTimer' fromField='fraction_changed' toNode=' GoFlash' toField='set_fraction'/>
< ROUTE  fromNode=' GoFlash' fromField='value_changed' toNode=' GoMaterial' toField='set_diffuseColor'/>
< ROUTE  fromNode=' TouchStop' fromField='touchTime' toNode=' Movie' toField='set_stopTime'/>
< ROUTE  fromNode=' TouchStop' fromField='touchTime' toNode=' StopTimer' toField='set_startTime'/>
< ROUTE  fromNode=' StopTimer' fromField='fraction_changed' toNode=' StopFlash' toField='set_fraction'/>
< ROUTE  fromNode=' StopFlash' fromField='value_changed' toNode=' StopMaterial' toField='set_diffuseColor'/>
</Scene>
</X3D>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: Cube, GoFlash, GoMaterial, GoTimer, Movie, Start, Stop, StopFlash, StopMaterial, StopTimer, TouchStart, TouchStop
-->

Event Graph ROUTE Table entries with 8 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.

TouchStart
TouchSensor
touchTime
SFTime

ROUTE
event to
(1)
Movie
MovieTexture
set_startTime
SFTime
TouchStart
TouchSensor
touchTime
SFTime

ROUTE
event to
(1)
GoTimer
TimeSensor
set_startTime
SFTime

 
 
then
GoTimer
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(2)
GoFlash
ColorInterpolator
set_fraction
SFFloat

 
 
then
GoFlash
ColorInterpolator
value_changed
SFColor

ROUTE
event to
(3)
GoMaterial
Material
set_diffuseColor
SFColor


TouchStop
TouchSensor
touchTime
SFTime

ROUTE
event to
(1)
Movie
MovieTexture
set_stopTime
SFTime
TouchStop
TouchSensor
touchTime
SFTime

ROUTE
event to
(1)
StopTimer
TimeSensor
set_startTime
SFTime

 
 
then
StopTimer
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(2)
StopFlash
ColorInterpolator
set_fraction
SFFloat

 
 
then
StopFlash
ColorInterpolator
value_changed
SFColor

ROUTE
event to
(3)
StopMaterial
Material
set_diffuseColor
SFColor



-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/MovieTexture/looptilstoptimeIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/MovieTexture/looptilstoptime.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. -->