X3D Model Documentation: AllenDuttonVillage.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2 
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
  3  <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'>
  4       <head>
  5            <meta name='titlecontent='AllenDuttonVillage.x3d'/>
  6            <meta name='creatorcontent='LT Allen Dutton'/>
  7            <meta name='createdcontent='26 February 2001'/>
  8            <meta name='modifiedcontent='20 October 2019'/>
  9            <meta name='descriptioncontent='Primitive village. Move mouse over the hut roofs to see a demonstration of sensors and interpolators'/>
 10            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/AllenDuttonVillage.x3d'/>
 11            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 12            <meta name='licensecontent='../license.html'/>
 13       </head>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF nodes: BROWN, CLOCK, CONE_TREE, grass, HUT, leaves, MyTouchSensor, ROOF_TRANSFORM, RoofRotateInterpolator, RoofTranslateInterpolator, SPHERE_TREE, straw, wood, YELLOW

Index for Viewpoint nodes: Viewpoint_1, Viewpoint_2
-->
 14       <Scene>
 15            <WorldInfo title='AllenDuttonVillage.x3d'/>
 16            <Viewpoint description='View from 80m awayorientation='-1 0 0 0.5position='0 60 100'/>
 17            <Viewpoint description='Default viewpoint at (0 0 10) is way too close!! That is a bad place to be, provide a replacement viewpoint instead.'/>
 18            <Background skyColor='0 0 .7'/>
 19            <DirectionalLight color='1 1 0.8direction='0 -1 0intensity='0.5'/>
 20            <Group>
 21                 <Transform translation='0 -3.5 0'>
 22                      <Shape>
 23                           <Appearance>
 24                                <Material diffuseColor='0 .7 0'/>
 25                                <ImageTexture DEF='grass'   url=' "grass.jpg " "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/grass.jpg " '/>
 26                                <TextureTransform scale='20 20'/>
 27                           </Appearance>
 28                           <Box size='160 1 160'/>
 29                      </Shape>
 30                 </Transform>
 31            </Group>
 32            <Group>
 33                 <Transform rotation='0 1 0 2.7scale='0.01 0.01 0.01translation='5 12.3 30'>
 34                      <Inline   url=' "ALLEN.WRL" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ALLEN.WRL" '/>
 35                 </Transform>
 36                 <Transform translation='5 0 30'>
 37                      <Shape>
 38                           <Box size='5 5 5'/>
 39                           <Appearance>
 40                                <Material diffuseColor='0.5 0.5 0.5'/>
 41                           </Appearance>
 42                      </Shape>
 43                 </Transform>
 44            </Group>
 45 
          <!-- Group HUT is a DEF node that has 3 USE nodes: USE_1, USE_2, USE_3 -->
          <Group DEF='HUT'>
 46                 <Shape>
 47                      <Appearance>
 48 
                         <!-- Material BROWN is a DEF node that has 2 USE nodes: USE_1, USE_2 -->
                         <Material DEF='BROWNdiffuseColor='0.5 0.4 0.3'/>
 49 
                         <!-- ImageTexture wood is a DEF node that has 2 USE nodes: USE_1, USE_2 -->
                         <ImageTexture DEF='wood'   url=' "wood.gif " "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/wood.gif " '/>
 50                           <TextureTransform rotation='1.57079scale='1.0 4.0'/>
 51                      </Appearance>
 52                      <Cylinder bottom='falseheight='6radius='4top='false'/>
 53                 </Shape>
 54 
               <!-- ROUTE information for ROOF_TRANSFORM node:  [from RoofRotateInterpolator.value_changed to set_rotation ] [from RoofTranslateInterpolator.value_changed to set_translation ] -->
               <Transform DEF='ROOF_TRANSFORMtranslation='0 4 0'>
 55                      <Shape>
 56                           <Appearance>
 57                                <Material DEF='YELLOWdiffuseColor='0.8 0.8 0'/>
 58                                <ImageTexture DEF='straw'   url=' "straw.jpg " "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/straw.jpg " '/>
 59                           </Appearance>
 60                           <Cone bottomRadius='6height='4'/>
 61                      </Shape>
 62 
                    <!-- ROUTE information for MyTouchSensor node:  [from isOver to CLOCK.set_enabled ] -->
                    <TouchSensor DEF='MyTouchSensordescription='raise the roof'/>
 63                 </Transform>
 64 
               <!-- ROUTE information for CLOCK node:  [from MyTouchSensor.isOver to set_enabled ] [from fraction_changed to RoofRotateInterpolator.set_fraction ] [from fraction_changed to RoofTranslateInterpolator.set_fraction ] -->
               <TimeSensor DEF='CLOCKcycleInterval='4enabled='falseloop='true'/>
 65 
               <!-- ROUTE information for RoofRotateInterpolator node:  [from CLOCK.fraction_changed to set_fraction ] [from value_changed to ROOF_TRANSFORM.set_rotation ] -->
               <OrientationInterpolator DEF='RoofRotateInterpolatorkey='0.0 0.50 1.0keyValue='0.0 1.0 0.0 0.0 0.0 1.0 0.0 3.14 0.0 1.0 0.0 6.28'/>
 66 
               <!-- ROUTE information for RoofTranslateInterpolator node:  [from CLOCK.fraction_changed to set_fraction ] [from value_changed to ROOF_TRANSFORM.set_translation ] -->
               <PositionInterpolator DEF='RoofTranslateInterpolatorkey='0.0 0.5 1.0keyValue='0.0 4.0 0.0 0.0 8.0 0.0 0.0 4.0 0.0'/>
 67            </Group>
 68 
          <!-- Group CONE_TREE is a DEF node that has 1 USE node: USE_1 -->
          <Group DEF='CONE_TREE'>
 69                 <Transform translation='10 0 0'>
 70                      <Shape>
 71                           <Appearance>
 72                                <Material USE='BROWN'/>
 73                                <ImageTexture USE='wood'/>
 74                           </Appearance>
 75                           <Cylinder bottom='falseheight='6radius='0.5top='false'/>
 76                      </Shape>
 77                 </Transform>
 78                 <Transform translation='10 3 0'>
 79                      <Shape>
 80                           <Appearance>
 81                                <Material diffuseColor='0 .3 0'/>
 82 
                              <!-- ImageTexture leaves is a DEF node that has 1 USE node: USE_1 -->
                              <ImageTexture DEF='leaves'   url=' "leaves.jpg " "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/leaves.jpg " '/>
 83                           </Appearance>
 84                           <Cone bottomRadius='2height='6'/>
 85                      </Shape>
 86                 </Transform>
 87            </Group>
 88 
          <!-- Group SPHERE_TREE is a DEF node that has 1 USE node: USE_1 -->
          <Group DEF='SPHERE_TREE'>
 89                 <Transform translation='-30 0 -3'>
 90                      <Shape>
 91                           <Appearance>
 92                                <Material USE='BROWN'/>
 93                                <ImageTexture USE='wood'/>
 94                           </Appearance>
 95                           <Cylinder bottom='falseheight='6radius='0.5top='false'/>
 96                      </Shape>
 97                 </Transform>
 98                 <Transform translation='-30 6 -3'>
 99                      <Shape>
100                           <Appearance>
101                                <Material diffuseColor='0 .3 0'/>
102                                <ImageTexture USE='leaves'/>
103                           </Appearance>
104                           <Sphere radius='3.5'/>
105                      </Shape>
106                 </Transform>
107            </Group>
108            <Group>
109                 <Transform scale='.8 1 .8translation='-45 0 10'>
110                      <Group USE='HUT'/>
111                      <Transform translation='0 11 0'>
112                           <Shape>
113                                <Text string='"Visitor's" "Center"'>
114                                     <FontStyle justify='"MIDDLE" "MIDDLE"size='5.0style='BOLDITALIC'/>
115                                </Text>
116                                <Appearance>
117                                     <Material diffuseColor='0.8 0.1 0.4'/>
118                                </Appearance>
119                           </Shape>
120                      </Transform>
121                 </Transform>
122            </Group>
123            <Group>
124                 <Transform scale='1.5 1 1.5translation='30 0 20'>
125                      <Group USE='HUT'/>
126                      <Transform translation='1 8 0'>
127                           <Shape>
128                                <Text string='"Chief's Hut"'>
129                                     <FontStyle justify='"MIDDLE" "MIDDLE"size='4.0style='BOLD'/>
130                                </Text>
131                                <Appearance>
132                                     <Material diffuseColor='0.8 0.1 0.4'/>
133                                </Appearance>
134                           </Shape>
135                      </Transform>
136                 </Transform>
137            </Group>
138            <Group>
139                 <Transform scale='.5 1 .5translation='-10 0 20'>
140                      <Group USE='HUT'/>
141                      <Transform translation='0 24 0'>
142                           <Shape>
143                                <Text string='"Outhouse"'>
144                                     <FontStyle family='"SANS"horizontal='falsejustify='"MIDDLE" "MIDDLE"size='5.0style='BOLD'/>
145                                </Text>
146                                <Appearance>
147                                     <Material diffuseColor='0.8 0.1 0.4'/>
148                                </Appearance>
149                           </Shape>
150                      </Transform>
151                 </Transform>
152            </Group>
153            <Group>
154                 <Transform scale='0.5 1.0 0.5translation='30 0 30'>
155                      <Group USE='SPHERE_TREE'/>
156                 </Transform>
157            </Group>
158            <Group>
159                 <Transform scale='2 1.0 2translation='-45 0 30'>
160                      <Group USE='CONE_TREE'/>
161                 </Transform>
162            </Group>
163            < ROUTE  fromNode='MyTouchSensor' fromField='isOver' toNode='CLOCK' toField='set_enabled'/>
164            < ROUTE  fromNode='CLOCK' fromField='fraction_changed' toNode='RoofRotateInterpolator' toField='set_fraction'/>
165            < ROUTE  fromNode='RoofRotateInterpolator' fromField='value_changed' toNode='ROOF_TRANSFORM' toField='set_rotation'/>
166            < ROUTE  fromNode='CLOCK' fromField='fraction_changed' toNode='RoofTranslateInterpolator' toField='set_fraction'/>
167            < ROUTE  fromNode='RoofTranslateInterpolator' fromField='value_changed' toNode='ROOF_TRANSFORM' toField='set_translation'/>
168       </Scene>
169  </X3D>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF nodes: BROWN, CLOCK, CONE_TREE, grass, HUT, leaves, MyTouchSensor, ROOF_TRANSFORM, RoofRotateInterpolator, RoofTranslateInterpolator, SPHERE_TREE, straw, wood, YELLOW

Index for Viewpoint nodes: Viewpoint_1, Viewpoint_2
-->
X3D Tooltips element index: Appearance, Background, Box, Cone, Cylinder, DirectionalLight, FontStyle, Group, head, ImageTexture, Inline, Material, meta, OrientationInterpolator, PositionInterpolator, ROUTE, Scene, Shape, Sphere, Text, TextureTransform, TimeSensor, TouchSensor, Transform, Viewpoint, WorldInfo, X3D, accessType and type, XML data types, field types

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

MyTouchSensor
TouchSensor
isOver
SFBool

ROUTE
event to
(1)
CLOCK
TimeSensor
set_enabled
SFBool
then
 
 
 
CLOCK
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(2)
RoofRotateInterpolator
OrientationInterpolator
set_fraction
SFFloat
then
 
 
 
RoofRotateInterpolator
OrientationInterpolator
value_changed
SFRotation

ROUTE
event to
(3)
ROOF_TRANSFORM
Transform
set_rotation
SFRotation
  then
 
 
 
CLOCK
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(2)
RoofTranslateInterpolator
PositionInterpolator
set_fraction
SFFloat
then
 
 
 
RoofTranslateInterpolator
PositionInterpolator
value_changed
SFVec3f

ROUTE
event to
(3)
ROOF_TRANSFORM
Transform
set_translation
SFVec3f

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

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