<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<!-- Alternate encodings: VRML97, X3D ClassicVRML Encoding, X3D Compressed Binary Encoding (CBE), X3DOM, JSON -->
<meta name='titlecontent='HelloWorld.x3d'/>
<meta name='descriptioncontent='Simple X3D model example: Hello World!'/>
<meta name='createdcontent='30 October 2000'/>
<meta name='modifiedcontent='9 July 2023'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='Imagecontent='HelloWorld.tall.png'/>
<meta name='referencecontent=' https://en.wikipedia.org/wiki/Hello_world '/>
<meta name='referencecontent=' https://en.wikipedia.org/wiki/Hello#.22Hello.2C_World.22_computer_program '/>
<meta name='referencecontent=' "https://en.wikipedia.org/wiki/Hello,_World!_program" '/>
<meta name='referencecontent=' https://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world '/>
<meta name='referencecontent=' https://www.HelloWorldExample.net '/>
<meta name='referencecontent=' https://www.web3d.org '/>
<meta name='referencecontent=' https://www.web3d.org/realtime-3d/news/internationalization-x3d '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/HelloWorld.x3d '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloWorld.x3d '/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloWorld.x3d '/>
<meta name='licensecontent=' https://www.web3d.org/x3d/content/examples/license.html '/>
<meta name='generatorcontent='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/>
<meta name='referencecontent='HelloWorld.wrl'/>
<meta name='referencecontent='HelloWorld.x3dv'/>
<meta name='referencecontent='HelloWorld.x3db'/>
<meta name='referencecontent='HelloWorld.xhtml'/>
<meta name='referencecontent='HelloWorld.json'/>
</head>
<!-- -->
<Scene>
<!-- Example scene to illustrate X3D nodes and fields (XML elements and attributes) -->
<WorldInfo info='"Example scene to illustrate a simple X3D model"title='Hello World!'/>
<Group>
<Viewpoint DEF='ViewUpClosecenterOfRotation='0 -1 0description='Hello world!position='0 -1 7'/>
<Transform rotation='0 1 0 3'> </Transform>
<Transform translation='0 -2 0'>
<Shape>
<Text DEF='TextMessagestring='"Hello" "world!"'>
<FontStyle justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material USE='MaterialOffWhite'/>
</Appearance>
</Shape>
</Transform>
</Group>
</Scene>
</X3D>
<!--

Index for DEF nodes : ImageCloudlessEarth, MaterialOffWhite, TextMessage, ViewUpClose
-->

<!-- Online at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloWorldIndex.html -->

<!-- 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)
-->

<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints. -->