X3D Model Documentation: HelloWorld.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            <!-- Alternate encodings: VRML97, X3D ClassicVRML Encoding, X3D Compressed Binary Encoding (CBE), X3DOM, JSON -->
  6            <meta name='titlecontent='HelloWorld.x3d'/>
  7            <meta name='descriptioncontent='Simple X3D model example: Hello World!'/>
  8            <meta name='createdcontent='30 October 2000'/>
  9            <meta name='modifiedcontent='9 July 2023'/>
 10            <meta name='creatorcontent='Don Brutzman'/>
 11            <meta name='Imagecontent='HelloWorld.tall.png'/>
 12            <meta name='referencecontent='https://en.wikipedia.org/wiki/Hello_world'/>
 13            <meta name='referencecontent='https://en.wikipedia.org/wiki/Hello#.22Hello.2C_World.22_computer_program'/>
 14            <meta name='referencecontent='"https://en.wikipedia.org/wiki/Hello,_World!_program"'/>
 15            <meta name='referencecontent='https://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world'/>
 16            <meta name='referencecontent='https://www.HelloWorldExample.net'/>
 17            <meta name='referencecontent='https://www.web3d.org'/>
 18            <meta name='referencecontent='https://www.web3d.org/realtime-3d/news/internationalization-x3d'/>
 19            <meta name='referencecontent='https://www.web3d.org/x3d/content/examples/HelloWorld.x3d'/>
 20            <meta name='referencecontent='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloWorld.x3d'/>
 21            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloWorld.x3d'/>
 22            <meta name='licensecontent='https://www.web3d.org/x3d/content/examples/license.html'/>
 23            <meta name='generatorcontent='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/>
 24            <meta name='referencecontent='HelloWorld.wrl'/>
 25            <meta name='referencecontent='HelloWorld.x3dv'/>
 26            <meta name='referencecontent='HelloWorld.x3db'/>
 27            <meta name='referencecontent='HelloWorld.xhtml'/>
 28            <meta name='referencecontent='HelloWorld.json'/>
 29       </head>
<!--

<!-- -->

<!-- to top Index for DEF nodes: ImageCloudlessEarth, MaterialOffWhite, TextMessage, ViewUpClose

Index for Viewpoint node: ViewUpClose
-->
 30       <Scene>
 31            <!-- Example scene to illustrate X3D nodes and fields (XML elements and attributes) -->
 32            <WorldInfo info='"Example scene to illustrate a simple X3D model"title='Hello World!'/>
 33            <Group>
 34                 <Viewpoint DEF='ViewUpClosecenterOfRotation='0 -1 0description='Hello world!position='0 -1 7'/>
 35                 <Transform rotation='0 1 0 3'>
 36                      <Shape>
 37                           <Sphere/>
 38                           <Appearance>
 39                                <!-- https://htmlcolorcodes.com/colors/off-white -->
 40 
                              <!-- Material MaterialOffWhite is a DEF node that has 1 USE node: USE_1 -->
                              <Material DEF='MaterialOffWhitediffuseColor='0.980392 0.976471 0.964706'/>
 41                                <ImageTexture DEF='ImageCloudlessEarth'   url=' "earth-topo.png " "earth-topo.jpg " "earth-topo-small.gif " "https://www.web3d.org/x3d/content/examples/Basic/earth-topo.png " "https://www.web3d.org/x3d/content/examples/Basic/earth-topo.jpg " "https://www.web3d.org/x3d/content/examples/Basic/earth-topo-small.gif " '/>
 42                           </Appearance>
 43                      </Shape>
 44                 </Transform>
 45                 <Transform translation='0 -2 0'>
 46                      <Shape>
 47                           <Text DEF='TextMessagestring='"Hello" "world!"'>
 48                                <FontStyle justify='"MIDDLE" "MIDDLE"'/>
 49                           </Text>
 50                           <Appearance>
 51                                <Material USE='MaterialOffWhite'/>
 52                           </Appearance>
 53                      </Shape>
 54                 </Transform>
 55            </Group>
 56       </Scene>
 57  </X3D>
<!--

<!-- -->

<!-- to top Index for DEF nodes: ImageCloudlessEarth, MaterialOffWhite, TextMessage, ViewUpClose

Index for Viewpoint node: ViewUpClose
-->
X3D Tooltips element index: Appearance, FontStyle, Group, head, ImageTexture, Material, meta, Scene, Shape, Sphere, Text, Transform, Viewpoint, WorldInfo, X3D, accessType and type, XML data types, field types

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloWorldIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HelloWorld.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)
-->

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