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='jumpcut_proximitysensor.x3d'/> |
6 | <meta name='reference' content='http://www.nist.gov/vrml.html'/> |
7 | <meta name='reference' content='http://www.itl.nist.gov/div897/ctg/vrml/vrml.html'/> |
8 | <meta name='creator' content='http://www.itl.nist.gov/div897/ctg/vrml/members.html'/> |
9 | <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. '/> |
10 | <meta name='reference' content='Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml'/> |
11 | <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'/> |
12 | <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'/> |
13 | <meta name='translator' content='Michael Kass NIST, Don Brutzman NPS'/> |
14 | <meta name='translated' content='21 January 2001'/> |
15 | <meta name='modified' content='28 August 2023'/> |
16 | <meta name='description' content='Test jumpcut with ProximitySensor events. The initial Viewpoint in this world is outside of a ProximitySensor cube. A Second Viewpoint node is at the center of the ProximitySensor (the origin of the local coordinate system). Indicating the Box geometry in the world creates a "jumpcut" between the first and second Viewpoint. The enterTime of the ProximitySensor should be identical to the bindTime of Viewpoint 2 (at the origin of the coordinate system). The exitTime of the ProximitySensor should equal the bindTime of Viewpoint 1 (located outside of the ProximitySensor) . As a result, Text at the bottom of the world should indicate pass/fail of the time events being equal for enterTime and exitTime.'/> |
17 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/Viewpoint/jumpcut_proximitysensor.x3d'/> |
18 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
19 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
20 | <meta name='license' content='../../license.html'/> |
21 | </head> |
22 | <Scene> |
23 | <WorldInfo title='jumpcut_proximitysensor.x3d'/> |
24 | <Background groundAngle='1.57' groundColor='0 0.5 0 0 0.5 0' skyColor='0 0 1'/> |
25 |
<!-- ROUTE information for PROX_SENSOR node:
[from enterTime to AVATARSCRIPT.checkEnter
]
[from exitTime to AVATARSCRIPT.checkExit
]
-->
<ProximitySensor DEF='PROX_SENSOR' size='20 20 20'/> |
26 |
<!-- Viewpoint
VIEW1 is a DEF node that has 1 USE node: USE_1 --> <Viewpoint DEF='VIEW1' description='Viewpoint1' position='0 0 11'/> |
27 |
<!-- Viewpoint
VIEW2 is a DEF node that has 1 USE node: USE_1
<!-- ROUTE information for VIEW2 node: [from TOUCH.isActive to set_bind ] --> <Viewpoint DEF='VIEW2' description='Viewpoint2' position='0 0 0'/> |
28 | <TimeSensor DEF='TIME0' cycleInterval='2'/> |
29 | <ColorInterpolator DEF='COLOR_INTERP' key='0 0.5 1' keyValue='1 1 0 1 1 0 1 1 0'/> |
30 |
<!-- ROUTE information for TOUCH node:
[from isActive to VIEW2.set_bind
]
-->
<TouchSensor DEF='TOUCH' description='touch to bind viewpoint 2'/> |
31 | <Transform translation='0 0 -3'> |
32 | <Shape> |
33 | <Appearance> |
34 | <Material DEF='BOX1' diffuseColor='1 0 0'/> |
35 | </Appearance> |
36 | <Box size='3 3 3'/> |
37 | </Shape> |
38 | </Transform> |
39 | <Transform DEF='TRANS0'> |
40 | <Transform translation='-8 -5 -12'> |
41 | <Shape> |
42 | <Appearance> |
43 | <Material/> |
44 | </Appearance> |
45 |
<!-- Text
TYPESTRING0 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING0' string='""'> |
46 | <FontStyle style='BOLD'/> |
47 | </Text> |
48 | </Shape> |
49 | </Transform> |
50 | </Transform> |
51 | <Transform DEF='TRANS1'> |
52 | <Transform translation='-8 -6 -12'> |
53 | <Shape> |
54 | <Appearance> |
55 | <Material/> |
56 | </Appearance> |
57 |
<!-- Text
TYPESTRING1 is a DEF node that has 1 USE node: USE_1 -->
<Text DEF='TYPESTRING1' string='"message from Script is inserted here"'> |
58 | <FontStyle style='BOLD'/> |
59 | </Text> |
60 | </Shape> |
61 | </Transform> |
62 | </Transform> |
63 |
<!-- ROUTE information for AVATARSCRIPT node:
[from PROX_SENSOR.enterTime to checkEnter
]
[from PROX_SENSOR.exitTime to checkExit
]
-->
<Script DEF='AVATARSCRIPT' directOutput='true' url=' "jumpcut_proximitytsensor.js" "https://www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/Viewpoint/jumpcut_proximitytsensor.js" '> |
64 | <field name='view1' type='SFNode' accessType='initializeOnly'> |
65 | <Viewpoint USE='VIEW1'/> |
66 | </field> |
67 | <field name='view2' type='SFNode' accessType='initializeOnly'> |
68 | <Viewpoint USE='VIEW2'/> |
69 | </field> |
70 | <field name='typestring0' type='SFNode' accessType='initializeOnly'> |
71 | <Text USE='TYPESTRING0'/> |
72 | </field> |
73 | <field name='typestring1' type='SFNode' accessType='initializeOnly'> |
74 | <Text USE='TYPESTRING1'/> |
75 | </field> |
76 | <field name='checkEnter' type='SFTime' accessType='inputOnly'/> |
77 | <field name='checkExit' type='SFTime' accessType='inputOnly'/> |
78 | <field name='enterTimeCorrect' type='MFString' value='"enterTime equals Viewpoint2 bindTime"' accessType='initializeOnly'/> |
79 | <field name='exitTimeCorrect' type='MFString' value='"exitTime equals Viewpoint1 bindTime"' accessType='initializeOnly'/> |
80 | <field name='enterTimeIncorrect' type='MFString' value='"Error: enterTime NOT equal to Viewpoint2 bindTime"' accessType='initializeOnly'/> |
81 | <field name='exitTimeIncorrect' type='MFString' value='"Error: exitTime NOT equal to Viewpoint1 "' accessType='initializeOnly'/> |
82 | </Script> |
83 | < ROUTE fromNode='PROX_SENSOR' fromField='enterTime' toNode='AVATARSCRIPT' toField='checkEnter'/> |
84 | < ROUTE fromNode='PROX_SENSOR' fromField='exitTime' toNode='AVATARSCRIPT' toField='checkExit'/> |
85 | < ROUTE fromNode='TOUCH' fromField='isActive' toNode='VIEW2' toField='set_bind'/> |
86 | </Scene> |
87 | </X3D> |
Event Graph ROUTE Table entries with 3 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.
TOUCH
TouchSensor isActive SFBool |
VIEW2
Viewpoint set_bind SFBool |
PROX_SENSOR
ProximitySensor enterTime SFTime |
AVATARSCRIPT
Script checkEnter SFTime |
|
PROX_SENSOR
ProximitySensor exitTime SFTime |
AVATARSCRIPT
Script checkExit SFTime |
<!--
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. -->