<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://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 =' https://www.web3d.org/specifications/x3d-3.2.xsd ' >
<head>
<component level='2name='RigidBodyPhysics'/>
<meta name='titlecontent=' MotorJoint.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='4 February 2024'/>
<meta name='referencecontent=' http://www.xj3d.org/extensions/index.html#Physics '/>
<meta name='referencecontent='originals/motor_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/MotorJoint.x3d '/>
<meta name='generatorcontent='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/>
<meta name='generatorcontent='Xj3D converter, http://www.xj3d.org'/>
<meta name='licensecontent=' ../../license.html'/>
</head>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: BODY-1, BODY-2, PI, SPHERE-GEOM-1, SPHERE-GEOM-2, TS
-->
<Scene>
<WorldInfo title='MotorJoint.x3d'/>
<Group>
<CollidableShape DEF='SPHERE-GEOM-1containerField='children'>
<Shape containerField='shape'>
<Appearance>
<Material emissiveColor='1.0 0.0 0.0'/>
</Appearance>
<Sphere radius='0.2'/>
</Shape>
</CollidableShape>
<CollidableShape DEF='SPHERE-GEOM-2containerField='children'>
<Shape containerField='shape'>
<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 position ] -->
<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.position ] -->
<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=' TS' fromField='fraction_changed' toNode=' PI' toField='set_fraction'/>
< ROUTE  fromNode=' PI' fromField='value_changed' toNode=' BODY-2' toField='position'/>
</Scene>
</X3D>
<!--

to top <!-- Event Graph ROUTE Table shows event connections -->
 
<!-- Index for DEF nodes: BODY-1, BODY-2, PI, SPHERE-GEOM-1, SPHERE-GEOM-2, TS
-->

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

TS
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(1)
PI
PositionInterpolator
set_fraction
SFFloat

 
 
then
PI
PositionInterpolator
value_changed
SFVec3f

ROUTE
event to
(2)
BODY-2
RigidBody
position
SFVec3f


-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/Basic/RigidBodyPhysics/MotorJointIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/RigidBodyPhysics/MotorJoint.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. -->