X3D Model Documentation: TextStringPrototype.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
  3  <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'>
  4       <head>
  5            <meta name='titlecontent='TextStringPrototype.x3d'/>
  6            <meta name='descriptioncontent='Simple Prototype for the display of text strings, combining functionality of Text and FontStyle nodes.'/>
  7            <meta name='creatorcontent='Leonard Daly and Don Brutzman'/>
  8            <meta name='createdcontent='16 July 2006'/>
  9            <meta name='modifiedcontent='22 February 2022'/>
 10            <meta name='referencecontent='https://X3dGraphics.com'/>
 11            <meta name='referencecontent='https://www.web3d.org/x3d/content/examples/X3dResources.html'/>
 12            <meta name='rightscontent='Copyright 2006, Daly Realism and Don Brutzman'/>
 13            <meta name='subjectcontent='X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com'/>
 14            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/TextStringPrototype.x3d'/>
 15            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 16            <meta name='licensecontent='../license.html'/>
 17       </head>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF node: MyTextStringInstance

Index for ProtoDeclare definition: TextString
-->
 18       <Scene>
 19            <WorldInfo title='TextStringPrototype.x3d'/>
 20            <ProtoDeclare name='TextString'>
 21                 <ProtoInterface>
 22                      <field name='offsettype='SFVec3fvalue='0 0 0accessType='inputOutput'/>
 23                      <field name='stringtype='MFStringaccessType='inputOutput'/>
 24                      <field name='sizetype='SFFloatvalue='1.0accessType='initializeOnly'/>
 25                      <field name='colortype='SFColorvalue='0.2 0.6 1accessType='inputOutput'/>
 26                      <field name='justifytype='MFStringvalue='"MIDDLE" "MIDDLE"accessType='initializeOnly'/>
 27                      <field name='styletype='SFStringvalue='PLAINaccessType='initializeOnly'/>
 28                      <field name='familytype='MFStringvalue='"SANS" "SERIF"accessType='initializeOnly'/>
 29                 </ProtoInterface>
 30                 <ProtoBody>
 31                      <Transform>
 32                           <IS>
 33                                <connect nodeField='translationprotoField='offset'/>
 34                           </IS>
 35                           <Shape>
 36                                <Appearance>
 37                                     <Material>
 38                                          <IS>
 39                                               <connect nodeField='diffuseColorprotoField='color'/>
 40                                          </IS>
 41                                     </Material>
 42                                </Appearance>
 43                                <Text>
 44                                     <IS>
 45                                          <connect nodeField='stringprotoField='string'/>
 46                                     </IS>
 47                                     <FontStyle>
 48                                          <IS>
 49                                               <connect nodeField='familyprotoField='family'/>
 50                                               <connect nodeField='justifyprotoField='justify'/>
 51                                               <connect nodeField='sizeprotoField='size'/>
 52                                               <connect nodeField='styleprotoField='style'/>
 53                                          </IS>
 54                                     </FontStyle>
 55                                </Text>
 56                           </Shape>
 57                      </Transform>
 58                 </ProtoBody>
 59            </ProtoDeclare>
 60            <ProtoInstance name='TextStringDEF='MyTextStringInstance'>
 61                 <fieldValue name='colorvalue='0.3 0.7 1'/>
 62                 <fieldValue name='stringvalue='"This example TextString node" "creates a prototype instance" "that combines functionality" "of Text and FontStyle nodes"'/>
 63                 <fieldValue name='sizevalue='0.8'/>
 64                 <fieldValue name='stylevalue='BOLD'/>
 65            </ProtoInstance>
 66       </Scene>
 67  </X3D>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->

<!-- to top Index for DEF node: MyTextStringInstance

Index for ProtoDeclare definition: TextString
-->
X3D Tooltips element index: Appearance, connect, field, fieldValue, FontStyle, head, IS, Material, meta, ProtoBody, ProtoDeclare, ProtoInstance, ProtoInterface, Scene, Shape, Text, Transform, WorldInfo, X3D, accessType and type, XML data types, field types

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

MyTextStringInstance
ProtoInstance
TextString
No ROUTE connection found for output events from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 
Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/TextStringPrototypeIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/TextStringPrototype.x3d -->

<!-- Color legend: X3D terminology <X3dNode DEF='idName' field='value'/> matches XML terminology <XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoInstance name='ProtoName'> <field name='fieldName'/> </ProtoInstance> -->

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