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='SonarReflectorDecoyBox.x3d'/> |
6 | <meta name='description' content='Sonar reflector made of aluminum plates welded together, used as a minelike object decoy.'/> |
7 | <meta name='Image' content='SonarReflectorRockToss.jpg'/> |
8 | <meta name='creator' content='Don Brutzman'/> |
9 | <meta name='created' content='21 March 1999'/> |
10 | <meta name='modified' content='28 November 2019'/> |
11 | <meta name='identifier' content='https://savage.nps.edu/Savage/Weapons/UnderwaterMines/SonarReflectorDecoyBox.x3d'/> |
12 | <meta name='generator' content='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/> |
13 | <meta name='license' content='../../license.html'/> |
14 | </head> |
15 | <Scene> |
16 | <WorldInfo title='SonarReflectorDecoyBox.x3d'/> |
17 | <Viewpoint description='Sonar reflector decoy box' orientation='0 1 0 -0.32' position='-0.3 0 0.9'/> |
18 | <Group> |
19 | <Shape> |
20 | <Appearance> |
21 | <Material DEF='BLUE_ALUMINUM' diffuseColor='0.6 0.6 0.9'/> |
22 | </Appearance> |
23 | <Box size='0.5 0.5 0.01'/> |
24 | </Shape> |
25 | <Shape> |
26 | <Appearance> |
27 | <Material/> |
28 | </Appearance> |
29 | <Box size='0.01 0.5 0.5'/> |
30 | </Shape> |
31 | <!-- Rotate center plate 45 degrees about y axis --> |
32 | <Transform rotation='0 1 0 0.785'> |
33 | <Shape> |
34 | <Appearance> |
35 | <Material/> |
36 | </Appearance> |
37 | <Box size='0.35 0.01 0.35'/> |
38 | </Shape> |
39 | </Transform> |
40 | </Group> |
41 | </Scene> |
42 | </X3D> |
<!--
Color-coding 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. -->