<?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 version='3.0profile='Immersivexmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='MovingImagecontent='limits-movie.mpg'/>
<meta name='creatorcontent=' http://www.itl.nist.gov/div897/ctg/vrml/members.html '/>
<meta name='titlecontent='limits.x3d'/>
<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. 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='translatorcontent='Michael Kass, NIST'/>
<meta name='translatedcontent='21 January 2001'/>
<meta name='modifiedcontent='12 June 2002'/>
<meta name='descriptioncontent='Test Fog range limits. A flat IndexedFaceSet in the XY plane moves forward and backward through a world. Its maximum distance away from the viewer (0 0 -50) corresponds to the "visibilityRange" value of 50. Its minimum distance from the viewer (0 0 0.01) very nearly corresponds to the viewPoint position of 0 0 0. As a result, at the planes maximum distance away from the viewer, the red Fog node should have a solid red color. At the planes nearest point to the viewer, no Fog coloring should occur, and the plane should appear white in color.'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/Fog/limits.x3d '/>
<meta name='generatorcontent='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/>
<meta name='generatorcontent='X3D-Edit, http://www.web3d.org/x3d/content/README.X3D-Edit.html'/>
<meta name='licensecontent='../../license.html'/>
</head>
<!--

Index for DEF nodes: COLOR, POSITION, TIME, TRANS
-->
<Scene>
<NavigationInfo type='"EXAMINE" "WALK" "FLY" "ANY"transitionType='"ANIMATE"'/>
<Viewpoint description='Front View'/>
<Fog color='1 0 0fogType='LINEARvisibilityRange='50bindTime='isBound=''/>
<!-- TIME ROUTE:  [from fraction_changed to POSITION.set_fraction ] -->
<TimeSensor DEF='TIMEcycleInterval='10loop='true'/>
<!-- POSITION ROUTEs:  [from TIME.fraction_changed to set_fraction ] [from value_changed to TRANS.set_translation ] -->
<PositionInterpolator DEF='POSITIONkey='0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1keyValue='0 0 -50 0 0 -40 0 0 -30 0 0 -20 0 0 -10 0 0 0.01 0 0 -10 0 0 -20 0 0 -30 0 0 -40 0 0 -50'/>
<!-- TRANS ROUTE:  [from POSITION.value_changed to set_translation ] -->
<Transform DEF='TRANS'>
<Shape>
<Appearance>
<Material DEF='COLOR'/>
</Appearance>
<IndexedFaceSet coordIndex='0 1 2 3 -1'>
<Coordinate point='-10 10 0 -10 -10 0 10 -10 0 10 10 0'/>
</IndexedFaceSet>
</Shape>
</Transform>
<Transform translation='-3.5 3 0'>
<Shape>
<Appearance>
<Material diffuseColor='1 1 1'/>
</Appearance>
<Text string='"Color at visibilityLimit = red"solid='true'>
<FontStyle size='0.6style='BOLD'/>
</Text>
</Shape>
</Transform>
<Transform translation='-3.5 -3 0'>
<Shape>
<Appearance>
<Material diffuseColor='1 1 1'/>
</Appearance>
<Text string='"Color at closest point = white"solid='true'>
<FontStyle size='0.6style='BOLD'/>
</Text>
</Shape>
</Transform>
<ROUTE fromNode='TIMEfromField='fraction_changedtoNode='POSITIONtoField='set_fraction'/>
<ROUTE fromNode='POSITIONfromField='value_changedtoNode='TRANStoField='set_translation'/>
</Scene>
</X3D>
<!--

Index for DEF nodes: COLOR, POSITION, TIME, TRANS
-->

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