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='default_binding_single.x3d'/> |
6 | <meta name='Image' content='default_binding_single-front.jpg'/> |
7 | <meta name='reference' content='http://www.nist.gov/vrml.html'/> |
8 | <meta name='reference' content='http://www.itl.nist.gov/div897/ctg/vrml/vrml.html'/> |
9 | <meta name='creator' content='http://www.itl.nist.gov/div897/ctg/vrml/members.html'/> |
10 | <meta name='disclaimer' content='This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology (NIST). This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified. '/> |
11 | <meta name='reference' content='Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml'/> |
12 | <meta name='reference' content='Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml'/> |
13 | <meta name='info' content='Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d'/> |
14 | <meta name='translator' content='Michael Kass NIST, Don Brutzman NPS'/> |
15 | <meta name='translated' content='21 January 2001'/> |
16 | <meta name='modified' content='28 August 2023'/> |
17 | <meta name='description' content='Test binding a single NavigationInfo node. A single NavigationInfo node, with type of EXAMINE is present in this world. This NavigationInfo node should be bound to the top of the stack, and EXAMINE should be the navigation type. This means that the entire world should appear as a single geometry, with the viewer allowed to view it from any angle or distance. A Text message stating that the node is bound to the stack should appear at the top of the scene, and that the isBound field of the node is set to true.'/> |
18 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/NavigationInfo/default_binding_single.x3d'/> |
19 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
20 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
21 | <meta name='license' content='../../license.html'/> |
22 | </head> |
23 | <Scene> |
24 | <WorldInfo title='default_binding_single.x3d'/> |
25 | <Viewpoint description='Close View'/> |
26 | <Viewpoint description='Distant View' position='0 0 50'/> |
27 | <Background groundAngle='1.57' groundColor='0 0.5 0 0 0.5 0' skyColor='0 0 1'/> |
28 |
<!-- NavigationInfo
NAV1 is a DEF node that has 1 USE node: USE_1
<!-- ROUTE information for NAV1 node: [from isBound to NAVTYPE.printType1 ] --> <NavigationInfo DEF='NAV1' type='"EXAMINE"'/> |
29 | <Billboard axisOfRotation='0 0 0'> |
30 | <Transform translation='-5 6 -8'> |
31 | <Shape> |
32 | <Appearance> |
33 | <Material diffuseColor='1 1 1'/> |
34 | </Appearance> |
35 |
<!-- Text
TYPESTRING1 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING1' string='"message from Script is inserted here"'> |
36 | <FontStyle style='BOLD'/> |
37 | </Text> |
38 | </Shape> |
39 | </Transform> |
40 | <Transform translation='-3 5 -8'> |
41 | <Shape> |
42 | <Appearance> |
43 | <Material diffuseColor='1 1 1'/> |
44 | </Appearance> |
45 |
<!-- Text
TYPESTRING2 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING2' string='"message from Script is inserted here"'> |
46 | <FontStyle style='BOLD'/> |
47 | </Text> |
48 | </Shape> |
49 | </Transform> |
50 | <Transform translation='-3 4 -8'> |
51 | <Shape> |
52 | <Appearance> |
53 | <Material diffuseColor='1 1 1'/> |
54 | </Appearance> |
55 |
<!-- Text
TYPESTRING3 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING3' string='"message from Script is inserted here"'> |
56 | <FontStyle style='BOLD'/> |
57 | </Text> |
58 | </Shape> |
59 | </Transform> |
60 | <Transform translation='0 4 -8'> |
61 | <Shape> |
62 | <Appearance> |
63 | <Material diffuseColor='1 1 1'/> |
64 | </Appearance> |
65 |
<!-- Text
TYPESTRING4 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING4' string='"message from Script is inserted here"'> |
66 | <FontStyle style='BOLD'/> |
67 | </Text> |
68 | </Shape> |
69 | </Transform> |
70 | </Billboard> |
71 | <Transform> |
72 | <Shape> |
73 | <Appearance> |
74 | <Material DEF='BOX1'/> |
75 | </Appearance> |
76 | <Box/> |
77 | </Shape> |
78 | </Transform> |
79 |
<!-- ROUTE information for NAVTYPE node:
[from NAV1.isBound to printType1
]
-->
<Script DEF='NAVTYPE' directOutput='true' url=' "default_binding_single.js" "https://www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/NavigationInfo/default_binding_single.js" '> |
80 | <field name='nav1' type='SFNode' accessType='initializeOnly'> |
81 | <NavigationInfo USE='NAV1'/> |
82 | </field> |
83 | <field name='printType1' type='SFBool' accessType='inputOnly'/> |
84 | <field name='typestring1' type='SFNode' accessType='initializeOnly'> |
85 | <Text USE='TYPESTRING1'/> |
86 | </field> |
87 | <field name='typestring2' type='SFNode' accessType='initializeOnly'> |
88 | <Text USE='TYPESTRING2'/> |
89 | </field> |
90 | <field name='typestring3' type='SFNode' accessType='initializeOnly'> |
91 | <Text USE='TYPESTRING3'/> |
92 | </field> |
93 | <field name='typestring4' type='SFNode' accessType='initializeOnly'> |
94 | <Text USE='TYPESTRING4'/> |
95 | </field> |
96 | </Script> |
97 | < ROUTE fromNode='NAV1' fromField='isBound' toNode='NAVTYPE' toField='printType1'/> |
98 | </Scene> |
99 | </X3D> |
Event Graph ROUTE Table with 1 ROUTE connection 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 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. -->