<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.1//EN"   "http://www.web3d.org/specifications/x3d-3.1.dtd">
<X3D profile='Immersiveversion='3.1xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.1.xsd '>
<head>
<meta name='titlecontent='HelloWorld.x3d'/>
<meta name='descriptioncontent='Simple X3D example'/>
<meta name='createdcontent='30 October 2000'/>
<meta name='modifiedcontent='20 December 2007'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/HelloWorld.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent='license.html'/>
</head>
<!--


-->
<Scene>
<!-- Example scene to illustrate X3D tags and attributes. -->
<Group>
<Viewpoint centerOfRotation='0 -1 0description='Hello world!position='0 -1 7'/>
<Transform rotation='0 1 0 3'> </Transform>
<Transform translation='0 -2 0'>
<Shape>
<Text solid='falsestring='"Hello" "world!"'>
<FontStyle justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material diffuseColor='0.1 0.5 1'/>
</Appearance>
</Shape>
</Transform>
</Group>
</Scene>
</X3D>
<!--


-->

<!-- Tag color codes: <Node attribute='value'/> -->