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='1' name='Geospatial'/> |
6 | <meta name='title' content='A5_GeoOrigin.x3d'/> |
7 | <meta name='creator' content='Martin Reddy SRI, original example'/> |
8 | <meta name='creator' content='Don Brutzman NPS, X3D encoding'/> |
9 | <meta name='created' content='26 June 2000'/> |
10 | <meta name='modified' content='20 January 2020'/> |
11 | <meta name='description' content='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='hint' content='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='reference' content='http://www.geovrml.org/1.0/doc/examples.html'/> |
14 | <meta name='reference' content='originals/geooriginTest.wrl'/> |
15 | <meta name='reference' content='VRML 97 encoding http://www.geovrml.org/1.0/doc/examples/geoorigin.wrl'/> |
16 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/Geospatial/A5_GeoOrigin.x3d'/> |
17 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
18 | <meta name='license' content='../license.html'/> |
19 | </head> |
20 | <Scene> |
21 | <WorldInfo title='A5_GeoOrigin.x3d'/> |
22 | <Background groundColor='0 0 0' skyColor='1 1 1'/> |
23 | <NavigationInfo type='"FLY" "ANY"'/> |
24 | <!-- location (0,0,10) --> |
25 | <GeoViewpoint description='Adjacent Spheres' geoSystem='"UTM" "Z11"' orientation='1 0 0 -1.57' position='8167769.0 258117.0 10' containerField='children'> |
26 | |
27 | <!-- location (0,0,0) --> |
28 | </GeoViewpoint> |
29 | <GeoLocation geoCoords='8167769.0 258115.0 0' geoSystem='"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 0' geoSystem='"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> |
<!--
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)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->