<?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='Immersiveversion='3.0xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='HelloWorld.x3d'/>
<meta name='descriptioncontent='Simple X3D example'/>
<meta name='createdcontent='30 October 2000'/>
<meta name='modifiedcontent='29 October 2006'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Basic/HelloWorld.x3d '/>
<meta name='generatorcontent='X3D-Edit, http://www.web3d.org/x3d/content/README.X3D-Edit.html'/>
<meta name='licensecontent='license.html'/>
</head>
<Scene>
<!-- Example scene to illustrate X3D tags and attributes. -->
<Group>
<Viewpoint description='hello, world!position='0 -1 7'/>
<Transform> </Transform>
<Transform translation='0 -2 0'>
<Shape>
<Text string='"Hello" "world!"solid='truelineBounds='textBounds=''>
<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'/> -->