<?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='Immersiveversion='3.1xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.1.xsd '>
<head>
<meta name='titlecontent='TextStringPrototype.x3d'/>
<meta name='descriptioncontent='A Prototype for the display of text strings.'/>
<meta name='creatorcontent='Leonard Daly and Don Brutzman'/>
<meta name='createdcontent='16 July 2006'/>
<meta name='modifiedcontent='7 May 2007'/>
<meta name='referencecontent=' http://X3dGraphics.com '/>
<meta name='referencecontent=' http://www.web3d.org/x3d/content/examples/help.html '/>
<meta name='rightscontent='Copyright 2006, Daly Realism and Don Brutzman'/>
<meta name='subjectcontent=' X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com '/>
<meta name='identifiercontent=' http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter14-Prototypes/TextStringPrototype.x3d '/>
<meta name='generatorcontent='X3D-Edit, https://savage.nps.edu/X3D-Edit'/>
</head>
<!--

Index for ProtoDeclare definition: TextString
-->
<Scene>
<ProtoDeclare name='TextString'>
<ProtoInterface>
<field name='offsettype='SFVec3fvalue='0 0 0accessType='inputOutput'/>
<field name='stringtype='MFStringaccessType='inputOutput'/>
<field name='sizetype='SFFloatvalue='1.0accessType='initializeOnly'/>
<field name='colortype='SFColorvalue='1 1 1accessType='inputOutput'/>
<field name='justifytype='MFStringvalue='"BEGIN"accessType='initializeOnly'/>
<field name='styletype='SFStringvalue='PLAINaccessType='initializeOnly'/>
<field name='familytype='MFStringvalue='"SANS SERIF"accessType='initializeOnly'/>
</ProtoInterface>
<ProtoBody>
<Transform>
<IS>
<connect nodeField='translationprotoField='offset'/>
</IS>
<Shape>
<Appearance>
<Material>
<IS>
<connect nodeField='diffuseColorprotoField='color'/>
</IS>
</Material>
</Appearance>
<Text solid='true'>
<IS>
<connect nodeField='stringprotoField='string'/>
</IS>
<FontStyle>
<IS>
<connect nodeField='familyprotoField='family'/>
<connect nodeField='justifyprotoField='justify'/>
<connect nodeField='sizeprotoField='size'/>
<connect nodeField='styleprotoField='style'/>
</IS>
</FontStyle>
</Text>
</Shape>
</Transform>
</ProtoBody>
</ProtoDeclare>
</Scene>
</X3D>
<!--

Index for ProtoDeclare definition: TextString
-->

<!-- Tag color codes: <Node attribute='value'/> <Prototype name='ProtoName'> <field name='fieldName'/> </Prototype> -->