X3D Model Documentation: BodyGeometry.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
  3  <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'>
  4       <head>
  5            <component level='2name='RigidBodyPhysics'/>
  6            <meta name='titlecontent='BodyGeometry.x3d'/>
  7            <meta name='descriptioncontent='Example scene for RigidBodyPhysics component'/>
  8            <meta name='creatorcontent='Alan Hudson and Justin Couch'/>
  9            <meta name='translatorcontent='Don Brutzman'/>
 10            <meta name='createdcontent='1 January 2008'/>
 11            <meta name='translatedcontent='26 December 2008'/>
 12            <meta name='modifiedcontent='20 October 2019'/>
 13            <meta name='referencecontent='http://www.xj3d.org/extensions/index.html#Physics'/>
 14            <meta name='referencecontent='originals/body_geom.x3dv'/>
 15            <meta name='referencecontent='https://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/rigid_physics.html'/>
 16            <meta name=' warning content=' under development '/>
 17            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/Basic/RigidBodyPhysics/BodyGeometry.x3d'/>
 18            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 19            <meta name='generatorcontent='Xj3D converter, http://www.xj3d.org'/>
 20            <meta name='licensecontent='../license.html'/>
 21       </head>
<!--

<!-- -->

<!-- to top Index for DEF nodes: BODY-1, BODY-2, SPHERE-GEOM-1, SPHERE-GEOM-2
-->
 22       <Scene>
 23            <WorldInfo title='BodyGeometry.x3d'/>
 24            <Group>
 25 
               <!-- CollidableShape SPHERE-GEOM-1 is a DEF node that has 1 USE node: USE_1 -->
               <CollidableShape DEF='SPHERE-GEOM-1translation='-1.0 0.0 0.0containerField='children'>
 26                      <Shape containerField='shape'>
 27                           <Appearance>
 28                                <Material emissiveColor='1.0 0.0 0.0'/>
 29                           </Appearance>
 30                           <Sphere radius='0.2'/>
 31                      </Shape>
 32                 </CollidableShape>
 33 
               <!-- CollidableShape SPHERE-GEOM-2 is a DEF node that has 1 USE node: USE_1 -->
               <CollidableShape DEF='SPHERE-GEOM-2translation='1.0 0.0 0.0containerField='children'>
 34                      <Shape containerField='shape'>
 35                           <Appearance>
 36                                <Material emissiveColor='0.0 0.0 1.0'/>
 37                           </Appearance>
 38                           <Sphere radius='0.2'/>
 39                      </Shape>
 40                 </CollidableShape>
 41            </Group>
 42            <RigidBodyCollection containerField='children'>
 43                 <RigidBody DEF='BODY-1containerField='bodies'>
 44                      <CollidableShape USE='SPHERE-GEOM-1containerField='geometry'/>
 45                 </RigidBody>
 46                 <RigidBody DEF='BODY-2angularDampingFactor='0containerField='bodies'>
 47                      <CollidableShape USE='SPHERE-GEOM-2containerField='geometry'/>
 48                 </RigidBody>
 49            </RigidBodyCollection>
 50       </Scene>
 51  </X3D>
<!--

<!-- -->

<!-- to top Index for DEF nodes: BODY-1, BODY-2, SPHERE-GEOM-1, SPHERE-GEOM-2
-->
X3D Tooltips element index: Appearance, CollidableShape, component, Group, head, Material, meta, RigidBody, RigidBodyCollection, Scene, Shape, Sphere, WorldInfo, X3D, accessType and type, XML data types, field types

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