<?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>
</
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!"'
solid='
false'>
<
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'/>
-->