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


-->
<Scene>
<!-- Example scene to illustrate X3D nodes and fields (XML elements and attributes) -->
<Group>
<Viewpoint centerOfRotation='0 -1 0description='Hello world!position='0 -1 7fieldOfView='0.7854retainUserOffsets='false'/>
<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 (X3D, XML terminology): <Node field='value'/> <Element attribute='value'/> -->