<?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='Immersive' version='3.1' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.1.xsd'>
  <head>
    <meta content='Text.x3d' name='title'/>
    <meta content='Simple Text node: hello X3D!' name='description'/>
    <meta content='Don Brutzman' name='creator'/>
    <meta content='25 March 2005' name='created'/>
    <meta content='26 January 2009' name='modified'/>
    <meta content='Copyright (c) Don Brutzman and Len Daly, 2005' name='rights'/>
    <meta content='http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/Text.x3d' name='identifier'/>
    <meta content='X3D-Edit, https://savage.nps.edu/X3D-Edit' name='generator'/>
    <meta content='../license.html' name='license'/>
  </head>
  <Scene>
    <Background skyColor='1 1 1'/>
    <Viewpoint description='Text example' position='0 0 3'/>
    <Viewpoint description='Book view' position='0.89 -1.11 2.33'/>
    <Shape>
      <Text DEF='HelloText' string='"hello" "X3D!"'>
        <FontStyle DEF='CenteredFontStyle' justify='"MIDDLE" "MIDDLE"'/>
      </Text>
      <Appearance>
        <Material DEF='DefaultMaterial' ambientIntensity='0.2' diffuseColor='.2 .2 .2' shininess='0.2'/>
      </Appearance>
    </Shape>
  </Scene>
</X3D>
