1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content=' GeoLocation3.x3d '/> |
6 | <meta name='description' content='GeoLocation node that can automatically determine elevation and orientation to place object on terrain'/> |
7 | <meta name='creator' content='Brian Hittner, CPT, U.S.A.'/> |
8 | <meta name='translator' content='Xeena VRML importer with significant manual corrections'/> |
9 | <meta name='created' content='7 October 2003'/> |
10 | <meta name='translated' content='7 October 2003'/> |
11 | <meta name='modified' content='28 November 2019'/> |
12 | <meta name='generator' content='X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
13 | <meta name='generator' content=' Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html '/> |
14 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Terrain/GeoLocation3.x3d '/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='GeoLocation3.x3d'/> |
19 | <ProtoDeclare name='GeoLocation3'> |
20 | <ProtoInterface> |
21 | <field name='geoOrigin' type='SFNode' accessType='initializeOnly'> |
22 | <!-- NULL --> |
23 | </field> |
24 | <field name='geoSystem' type='MFString' value='"GD" "WE"' accessType='initializeOnly'/> |
25 | <field name='geoCoords' type='SFString' accessType='initializeOnly'/> |
26 | <field name='children' type='MFNode' accessType='initializeOnly'/> |
27 | <field name='autoElevation' type='SFBool' value='false' accessType='initializeOnly'/> |
28 | <field name='autoSurfaceOrientation' type='SFBool' value='false' accessType='initializeOnly'/> |
29 | <field name='debug' type='SFBool' value='false' accessType='initializeOnly'/> |
30 | <field name='set_geoCoords' type='SFString' accessType='inputOnly'/> |
31 | <field name='geoCoords_changed' type='SFString' accessType='outputOnly'/> |
32 | <field name='set_autoElevation' type='SFBool' accessType='inputOnly'/> |
33 | <field name='autoElevation_changed' type='SFBool' accessType='outputOnly'/> |
34 | <field name='set_autoSurfaceOrientation' type='SFBool' accessType='inputOnly'/> |
35 | <field name='autoSurfaceOrientation_changed' type='SFBool' accessType='outputOnly'/> |
36 | </ProtoInterface> |
37 | <ProtoBody> |
38 |
<!-- Transform
GEOLOC_NODE is a DEF node that has 1 USE node: USE_1 -->
<Transform DEF='GEOLOC_NODE'> |
39 | <IS> |
40 | <connect nodeField='children' protoField='children'/> |
41 | </IS> |
42 | </Transform> |
43 | <Script DEF='GEOLOC_SCRIPT' directOutput='true' url=' "GeoLocation3.class" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Terrain/GeoLocation3.class" '> |
44 | <field name='geoOrigin' type='SFNode' accessType='initializeOnly'> |
45 | <!-- initialization node (if any) goes here --> |
46 | </field> |
47 | <field name='geoSystem' type='MFString' accessType='initializeOnly'/> |
48 | <field name='geoCoords' type='SFString' accessType='initializeOnly'/> |
49 | <field name='transform' type='SFNode' accessType='initializeOnly'> |
50 | <Transform USE='GEOLOC_NODE'/> |
51 | </field> |
52 | <field name='autoElevation' type='SFBool' accessType='initializeOnly'/> |
53 | <field name='autoSurfaceOrientation' type='SFBool' accessType='initializeOnly'/> |
54 | <field name='debug' type='SFBool' accessType='initializeOnly'/> |
55 | <field name='set_geoCoords' type='SFString' accessType='inputOnly'/> |
56 | <field name='geoCoords_changed' type='SFString' accessType='outputOnly'/> |
57 | <field name='set_autoElevation' type='SFBool' accessType='inputOnly'/> |
58 | <field name='autoElevation_changed' type='SFBool' accessType='outputOnly'/> |
59 | <field name='set_autoSurfaceOrientation' type='SFBool' accessType='inputOnly'/> |
60 | <field name='autoSurfaceOrientation_changed' type='SFBool' accessType='outputOnly'/> |
61 | <IS> |
62 | <connect nodeField='geoOrigin' protoField='geoOrigin'/> |
63 | <connect nodeField='geoSystem' protoField='geoSystem'/> |
64 | <connect nodeField='geoCoords' protoField='geoCoords'/> |
65 | <connect nodeField='autoElevation' protoField='autoElevation'/> |
66 | <connect nodeField='autoSurfaceOrientation' protoField='autoSurfaceOrientation'/> |
67 | <connect nodeField='debug' protoField='debug'/> |
68 | <connect nodeField='set_geoCoords' protoField='set_geoCoords'/> |
69 | <connect nodeField='geoCoords_changed' protoField='geoCoords_changed'/> |
70 | <connect nodeField='set_autoElevation' protoField='set_autoElevation'/> |
71 | <connect nodeField='autoElevation_changed' protoField='autoElevation_changed'/> |
72 | <connect nodeField='set_autoSurfaceOrientation' protoField='set_autoSurfaceOrientation'/> |
73 | <connect nodeField='autoSurfaceOrientation_changed' protoField='autoSurfaceOrientation_changed'/> |
74 | </IS> |
75 | </Script> |
76 | </ProtoBody> |
77 | </ProtoDeclare> |
78 | </Scene> |
79 | </X3D> |
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.
<!--
Color-coding 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)
<ProtoDeclare name='ProtoName'>
<field
name='fieldName'/> </ProtoDeclare>
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->