<?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>
<!-- Globe Raydome -->
<Group DEF='GlobeRaydome'>
<Shape DEF='Ped_Base'>
</Shape>
<Transform translation='0 .4 0'>
<Shape>
<Appearance USE='Gray'/>
<Cylinder height='.7' radius='.1'/>
</Shape>
</Transform>
<Transform rotation='0 0 1 3.14' scale='1.4 1 1.4' translation='0 .6 0'>
</Transform>
<Transform translation='0 1.1 0'>
<Shape>
<Appearance USE='Gray'/>
<Sphere radius='.6'/>
</Shape>
</Transform>
</Group>
</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
-->