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='newGeospatialScene.x3d'/> |
7 | <meta name='creator' content='Don Brutzman'/> |
8 | <meta name='created' content='23 May 2000'/> |
9 | <meta name='modified' content='26 August 2023'/> |
10 | <meta name='description' content='Sample default scene which shows syntax and provides default relationships among Geospatial nodes.'/> |
11 | <meta name=' warning ' content=' Empty nodes are provided as informational exampls and fail various diagnostic tests '/> |
12 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/Geospatial/newGeospatialScene.x3d'/> |
13 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
14 | <meta name='license' content='../license.html'/> |
15 | </head> |
16 | <Scene> |
17 | <!-- ExternProtoDeclare statements for Geospatial nodes are no longer needed for backwards compatibility for VRML 97, since X3dToVrml97.xsl now handles that task. --> |
18 | <!-- This scene shows example Geospatial node relationships in a scene graph. --> |
19 | <WorldInfo info='"WorldInfo contains generic information or metadata about a model, not about the georeferenced information."' title='newGeospatialScene.x3d'/> |
20 | <GeoMetadata containerField='children' url=' "https://exampleResource.com/ExternalMetadataDescription.x3d" '> |
21 | <!-- original GeoMetadata summary='"title" "example title" "description" "example description"' --> |
22 | <MetadataSet name='GeoMetadata.summary' reference='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#GeoMetadata'> |
23 | <MetadataString containerField='value' name='title' value='TODO'/> |
24 | <MetadataString containerField='value' name='description' value='TODO'/> |
25 | <MetadataString containerField='value' name='coordinateSystem' value='TODO'/> |
26 | <MetadataString containerField='value' name='horizontalDatum' value='TODO'/> |
27 | <MetadataString containerField='value' name='verticalDatum' value='TODO'/> |
28 | <MetadataString containerField='value' name='ellipsoid' value='TODO'/> |
29 | <MetadataString containerField='value' name='extent' value='0'/> |
30 | <MetadataFloat containerField='value' name='resolution' value='0'/> |
31 | <MetadataString containerField='value' name='originator' value='TODO'/> |
32 | <MetadataString containerField='value' name='copyright' value='TODO'/> |
33 | <MetadataString containerField='value' name='date' value='TODO'/> |
34 | <MetadataString containerField='value' name='metadataFormat' value='TODO'/> |
35 | <MetadataString containerField='value' name='dataUrl' value='TODO'/> |
36 | <MetadataString containerField='value' name='dataFormat' value='TODO'/> |
37 | </MetadataSet> |
38 | </GeoMetadata> |
39 | <GeoViewpoint containerField='children'> |
40 |
<!-- GeoOrigin
DefaultGeoOrigin is a DEF node that has 4 USE nodes: USE_1, USE_2, USE_3, USE_4 --> <GeoOrigin DEF='DefaultGeoOrigin'/> |
41 | </GeoViewpoint> |
42 | <!-- GeoInline replaced by Inline --> |
43 | <Inline DEF='GeoInlineReplacedByInline'/> |
44 | <GeoLocation containerField='children'> |
45 | <GeoOrigin USE='DefaultGeoOrigin'/> |
46 | </GeoLocation> |
47 | <GeoLOD center='10 10 1' range='1000' containerField='children' child1Url=' "https://b" ' child2Url=' "https://c" ' child3Url=' "https://d" ' child4Url=' "https://e" ' rootUrl=' "https://a" '> |
48 | <GeoOrigin USE='DefaultGeoOrigin' containerField='rootNode'/> |
49 | <!-- Nodes loaded via the 'rootUrl' field appear under 'rootNode' for current GeoLOD level. --> |
50 | <!-- Defining both 'rootUrl' and 'rootNode' is erroneous, use either one or the other. --> |
51 | <!-- rootNode nodes are the default geometry to be shown at this level of detail --> |
52 | <WorldInfo containerField='rootNode'/> |
53 | <Shape containerField='rootNode'/> |
54 | </GeoLOD> |
55 | <Shape DEF='ExampleGeoSnippet1'> |
56 | <GeoElevationGrid DEF='EmptyGeoElevationGrid'> |
57 | <GeoOrigin USE='DefaultGeoOrigin'/> |
58 | <Color/> |
59 | <Normal/> |
60 | <TextureCoordinate/> |
61 | </GeoElevationGrid> |
62 | </Shape> |
63 | <Shape DEF='ExampleGeoSnippet2'> |
64 | <IndexedFaceSet> |
65 | <GeoCoordinate> |
66 | <GeoOrigin USE='DefaultGeoOrigin'/> |
67 | </GeoCoordinate> |
68 | </IndexedFaceSet> |
69 | </Shape> |
70 | </Scene> |
71 | </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. -->