1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.1//EN" "https://www.web3d.org/specifications/x3d-3.1.dtd">
|
3 | <X3D profile='Immersive' version='3.1' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.1.xsd'> |
4 | <head> |
5 | <meta name='title' content='PineTrees.x3d'/> |
6 | <meta name='description' content='Trees for soccer complex'/> |
7 | <meta name='creator' content='Capt Beth Welliver'/> |
8 | <meta name='created' content='18 March 2008'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='identifier' content='https://savage.nps.edu/Savage/Buildings/SoccerComplex/PineTrees.x3d'/> |
11 | <meta name='generator' content='X3D-Edit, https://savage.nps.edu/X3D-Edit'/> |
12 | <meta name='license' content='../../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='PineTrees.x3d'/> |
16 |
<!-- Group
SingleTree is a DEF node that has 2 USE nodes: USE_1, USE_2 -->
<Group DEF='SingleTree'> |
17 | <Shape> |
18 | <Cylinder bottom='false' height='3' radius='0.35' solid='false' top='false'/> |
19 | <Appearance> |
20 | <Material diffuseColor='0.160784 0.039216 0' emissiveColor='0.160784 0.078431 0' specularColor='0.121569 0.07451 0'/> |
21 | </Appearance> |
22 | </Shape> |
23 | <Transform translation='0 3 0'> |
24 | <Shape> |
25 | <Cone height='7'/> |
26 | <Appearance> |
27 | <Material diffuseColor='0 0.2 0.027451' emissiveColor='0.003922 0.101961 0' specularColor='0 0.239216 0.031373'/> |
28 | </Appearance> |
29 | </Shape> |
30 | </Transform> |
31 | </Group> |
32 | <Transform scale='1.2 .8 1' translation='-1.6 -.3 -.5'> |
33 | <Group USE='SingleTree'/> |
34 | </Transform> |
35 | <Transform scale='1.2 .5 1' translation='-1.3 -.5 1.4'> |
36 | <Group USE='SingleTree'/> |
37 | </Transform> |
38 | </Scene> |
39 | </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. -->