<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://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
='
http://www.web3d.org/specifications/x3d-3.3.xsd
'>
<head>
</head>
<!--
-->
<Scene>
<WorldInfo title='Text.x3d'/>
<Background skyColor='1 1 1' transparency='0'/>
<Viewpoint description='Text example' position='0 0 3'/>
<Viewpoint description='Book view' position='0.89 -1.11 2.33'/>
<Shape bboxCenter='0 0 0' bboxSize='-1 -1 -1'>
<Text DEF='HelloText' string='"hello" "X3D!"'>
<FontStyle DEF='CenteredFontStyle' justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material DEF='DefaultMaterial' diffuseColor='.2 .2 .2'/>
</Appearance>
</Shape>
</Scene>
</X3D>
<!--
-->
<!--
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)
-->
<!--
Additional help information about X3D scenes:
X3D Resources,
X3D Scene Authoring Hints
and
X3D Tooltips
-->