X3D Model Documentation: A5_GeoOrigin.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            <component level='1name='Geospatial'/>
  6            <meta name='titlecontent='A5_GeoOrigin.x3d'/>
  7            <meta name='creatorcontent='Martin Reddy SRI, original example'/>
  8            <meta name='creatorcontent='Don Brutzman NPS, X3D encoding'/>
  9            <meta name='createdcontent='26 June 2000'/>
 10            <meta name='modifiedcontent='20 January 2020'/>
 11            <meta name='descriptioncontent='Specification example shows use of GeoOrigin node to provide accurate geospatial positioning. When zooming, removes object jitter from reduced-precision floating point values.'/>
 12            <meta name='hintcontent='Note that GeoOrigin has been deprecated in version 3.3 of X3D Geospatial component and will no longer be needed in X3D scenes.'/>
 13            <meta name='referencecontent='http://www.geovrml.org/1.0/doc/examples.html'/>
 14            <meta name='referencecontent='originals/geooriginTest.wrl'/>
 15            <meta name='referencecontent='VRML 97 encoding http://www.geovrml.org/1.0/doc/examples/geoorigin.wrl'/>
 16            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/Basic/Geospatial/A5_GeoOrigin.x3d'/>
 17            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 18            <meta name='licensecontent='../license.html'/>
 19       </head>
<!--

<!-- -->

<!-- to top Index for DEF node: ORIGIN
-->
 20       <Scene>
 21            <WorldInfo title='A5_GeoOrigin.x3d'/>
 22            <Background groundColor='0 0 0skyColor='1 1 1'/>
 23            <NavigationInfo type='"FLY" "ANY"'/>
 24            <!-- location (0,0,10) -->
 25            <GeoViewpoint description='Adjacent SpheresgeoSystem='"UTM" "Z11"orientation='1 0 0 -1.57position='8167769.0 258117.0 10containerField='children'>
 26 
               <!-- GeoOrigin ORIGIN is a DEF node that has 2 USE nodes: USE_1, USE_2 -->
               <GeoOrigin DEF='ORIGINgeoCoords='8167769.0 258117.0 0geoSystem='"UTM" "Z11"'/>
 27                 <!-- location (0,0,0) -->
 28            </GeoViewpoint>
 29            <GeoLocation geoCoords='8167769.0 258115.0 0geoSystem='"UTM" "Z11"containerField='children'>
 30                 <GeoOrigin USE='ORIGIN'/>
 31                 <!-- location (0,-2,0) -->
 32                 <Shape>
 33                      <Appearance>
 34                           <Material diffuseColor='1 0 0'/>
 35                      </Appearance>
 36                      <Sphere radius='2'/>
 37                 </Shape>
 38            </GeoLocation>
 39            <GeoLocation geoCoords='8167769.0 258119.0 0geoSystem='"UTM" "Z11"containerField='children'>
 40                 <GeoOrigin USE='ORIGIN'/>
 41                 <!-- location (0,2,0) -->
 42                 <Shape>
 43                      <Appearance>
 44                           <Material diffuseColor='0 0 1'/>
 45                      </Appearance>
 46                      <Sphere radius='2'/>
 47                 </Shape>
 48            </GeoLocation>
 49       </Scene>
 50  </X3D>
<!--

<!-- -->

<!-- to top Index for DEF node: ORIGIN
-->
X3D Tooltips element index: Appearance, Background, component, GeoLocation, GeoOrigin, GeoViewpoint, head, Material, meta, NavigationInfo, Scene, Shape, Sphere, WorldInfo, X3D, accessType and type, XML data types, field types

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Basic/Geospatial/A5_GeoOriginIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/Geospatial/A5_GeoOrigin.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. -->