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='Interchange' 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='title' content='BeckyRoadOverpass.x3d'/> |
6 | <meta name='creator' content='Becky and Don Brutzman'/> |
7 | <meta name='created' content='10 September 2000'/> |
8 | <meta name='modified' content='20 October 2019'/> |
9 | <meta name='description' content='Sixth grade project to build a highway overpass.'/> |
10 | <meta name='Image' content='BeckyRoadOverpass.png'/> |
11 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/course/BeckyRoadOverpass.x3d'/> |
12 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
13 | <meta name='license' content='../license.html'/> |
14 | </head> |
15 | <Scene> |
16 | <WorldInfo title='BeckyRoadOverpass.x3d'/> |
17 | <Viewpoint description='Front view, 4 inches above ground' position='0 4 20'/> |
18 | <Viewpoint description='Side view, 6 inches above ground' orientation='0 1 0 1.57' position='25 6 0'/> |
19 | <Viewpoint description='Top-down view, 20 inches above' orientation='1 0 0 -1.57' position='0 28 0'/> |
20 | <Background groundAngle='1.309 1.570796' groundColor='0.1 0.1 0 0.4 0.25 0.2 0.6 0.6 0.6' skyAngle='1.309 1.571' skyColor='0 0.2 0.7 0 0.5 1 1 1 1'/> |
21 | <!-- Upper road surface is elevated y=8 inches in the air --> |
22 | <Transform translation='0 8 0'> |
23 | |
24 | <Shape> |
25 | <!-- Road model is x=20 inches long by z=7 inches wide, with posterboard y=0.25 inches thick --> |
26 | <Box size='20 0.2 7'/> |
27 | <!-- Road surface color is grey --> |
28 |
<!-- Appearance
GreyAppearance is a DEF node that has 1 USE node: USE_1 -->
<Appearance DEF='GreyAppearance'> |
29 | <Material diffuseColor='0.4 0.4 0.4'/> |
30 | </Appearance> |
31 | </Shape> |
32 | <Transform translation='0 0.2 0.3'> |
33 | |
34 | <Box size='20 0.01 0.4'/> |
35 | <Appearance DEF='WhiteAppearance'> |
36 | <Material diffuseColor='1 1 1' emissiveColor='0.5 0.5 0.5'/> |
37 | </Appearance> |
38 | </Shape> |
39 | </Transform> |
40 | <Transform translation='0 0.2 -0.3'> |
41 | <Shape USE='WhiteLine'/> |
42 | </Transform> |
43 | </Group> |
44 | </Transform> |
45 | <!-- Lower road is on the ground at y=0 inches, rotated 90 degrees around y axis --> |
46 | <Transform rotation='0 1 0 1.57' translation='0 0.1 0'> |
47 | <Group USE='Road'/> |
48 | </Transform> |
49 | <!-- Vertical center of y=8 inch tall pillar is y=4 inches in the air --> |
50 | <!-- Center of each column matches top-down diagram --> |
51 | <Transform DEF='ColumnA' translation='-6 4 -2'> |
52 | |
53 | <Cylinder height='8'/> |
54 | <Appearance USE='GreyAppearance'/> |
55 | </Shape> |
56 | </Transform> |
57 | <Transform DEF='ColumnB' translation='6 4 -2'> |
58 | <Shape USE='Column'/> |
59 | </Transform> |
60 | <Transform DEF='ColumnC' translation='-6 4 2'> |
61 | <Shape USE='Column'/> |
62 | </Transform> |
63 | <Transform DEF='ColumnD' translation='6 4 2'> |
64 | <Shape USE='Column'/> |
65 | </Transform> |
66 | </Scene> |
67 | </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)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->