<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive' version='3.0'
xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation
='
http://www.web3d.org/specifications/x3d-3.0.xsd
'>
<head>
</head>
<!--
-->
<Scene>
<NavigationInfo speed='10' visibilityLimit='2000'/>
<Viewpoint description='5-inch Gun Side View' position='0 5 50'/>
<Transform>
<Group DEF='FIVEINCHGUN'>
<Transform DEF='FRONTGUN' rotation='1 0.05 0 -1.57' scale='1.3 1.3 1.3'>
<Transform DEF='FrontGunBody' scale='0.5 0.5 0.7'>
</Transform>
<Transform DEF='FrontGunFire' rotation='-0.3 0 1 1.57' translation='4 2.1 1'>
<Shape>
<Appearance USE='GUNGREY'/>
<Cylinder bottom='false' height='10' radius='0.2' top='false'/>
</Shape>
</Transform>
<Transform DEF='FrontGunBottom1' rotation='1 0 0 1.57' translation='0 2.2 -2.2'>
<Shape>
<Appearance USE='GUNGREY'/>
<Cylinder height='0.25' radius='4'/>
</Shape>
</Transform>
<Transform DEF='FrontGunBottom2' rotation='1 0 0 1.57' translation='0 2.0 -2.0'>
<Shape>
<Appearance USE='GUNGREY'/>
<Cylinder height='0.5' radius='1.25'/>
</Shape>
</Transform>
</Transform>
</Group>
</Transform>
</Scene>
</X3D>
<!--
-->
<!--
Color key:
<X3dNode
DEF='idName' field='value'/>
matches
<XmlElement
DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D extensibility)
-->
<!--
Additional help information about X3D scenes:
X3D Resources,
X3D Scene Authoring Hints
and
X3D Tooltips
-->