<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "http://www.web3d.org/specifications/x3d-3.2.dtd">
<X3D profile='Immersive' version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' http://www.web3d.org/specifications/x3d-3.2.xsd '>
<head>
<component level='2name='RigidBodyPhysics'/>
<meta name='titlecontent='SliderJoint.x3d'/>
<meta name='descriptioncontent='Example scene for RigidBodyPhysics component'/>
<meta name='creatorcontent='Alan Hudson and Justin Couch'/>
<meta name='translatorcontent='Don Brutzman'/>
<meta name='createdcontent='1 January 2008'/>
<meta name='translatedcontent='26 December 2008'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='referencecontent=' http://www.xj3d.org/extensions/index.html#Physics '/>
<meta name='referencecontent='originals/slider_joint.x3dv'/>
<meta name='referencecontent=' https://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/rigid_physics.html '/>
<meta name=' warning content=' under development '/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Basic/RigidBodyPhysics/SliderJoint.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../../license.html'/>
</head>
<!--

Index for DEF nodes : BODY-1, BODY-2, PI, SPHERE-GEOM-1, SPHERE-GEOM-2, TS
-->
<Scene>
<WorldInfo title='SliderJoint.x3d'/>
<Group bboxCenter='0 0 0bboxSize='-1 -1 -1'>
<CollidableShape DEF='SPHERE-GEOM-1containerField='children'>
<Shape containerField='shapebboxCenter='0 0 0bboxSize='-1 -1 -1'>
<Appearance>
<Material emissiveColor='1.0 0.0 0.0'/>
</Appearance>
<Sphere radius='0.2'/>
</Shape>
</CollidableShape>
<CollidableShape DEF='SPHERE-GEOM-2containerField='children'>
<Shape containerField='shapebboxCenter='0 0 0bboxSize='-1 -1 -1'>
<Appearance>
<Material emissiveColor='0.0 0.0 1.0'/>
</Appearance>
<Sphere radius='0.2'/>
</Shape>
</CollidableShape>
</Group>
<RigidBodyCollection containerField='children'>
<RigidBody DEF='BODY-1containerField='bodiesmass='0.1position='-0.3 0.0 0.0useGlobalGravity='false'>
<CollidableShape USE='SPHERE-GEOM-1containerField='geometry'/>
</RigidBody>
<!-- ROUTE information for BODY-2 node:  [from PI.value_changed to linearVelocity ] -->
<RigidBody DEF='BODY-2angularDampingFactor='0containerField='bodieslinearVelocity='0.1 0.0 0.0mass='0.1position='0.3 0.0 0.0useGlobalGravity='false'>
<CollidableShape USE='SPHERE-GEOM-2containerField='geometry'/>
</RigidBody>
<SliderJoint axis='1.0 0.0 0.0containerField='joints'>
<RigidBody USE='BODY-1containerField='body1'/>
<RigidBody USE='BODY-2containerField='body2'/>
</SliderJoint>
</RigidBodyCollection>
<!-- ROUTE information for TS node:  [from fraction_changed to PI.set_fraction ] -->
<TimeSensor DEF='TScycleInterval='10.0loop='true'/>
<!-- ROUTE information for PI node:  [from TS.fraction_changed to set_fraction ] [from value_changed to BODY-2.linearVelocity ] -->
<PositionInterpolator DEF='PIkey='0.0 0.25 0.5 0.75 1.0keyValue='-1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0'/>
<ROUTE fromNode='TSfromField='fraction_changedtoNode='PItoField='set_fraction'/>
<ROUTE fromNode='PIfromField='value_changedtoNode='BODY-2toField='linearVelocity'/>
</Scene>
</X3D>
<!--

Index for DEF nodes : BODY-1, BODY-2, PI, SPHERE-GEOM-1, SPHERE-GEOM-2, TS
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->

<!-- Additional help information about X3D scenes: X3D Resources, X3D Scene Authoring Hints and X3D Tooltips -->