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 | <meta name='title' content='Boxes.x3d'/> |
6 | <meta name='description' content='Tumbling Boxes: this world builds a batch of perpetually tumbling boxes.'/> |
7 | <meta name='creator' content='David R. Nadeau'/> |
8 | <meta name='translator' content='Don Brutzman'/> |
9 | <meta name='created' content='1 July 1998'/> |
10 | <meta name='translated' content='2 February 2014'/> |
11 | <meta name='modified' content='20 October 2019'/> |
12 | <meta name='reference' content='originals/boxes.wrl'/> |
13 | <meta name='reference' content='TumbleGroup.x3d'/> |
14 | <meta name='reference' content='http://www.siggraph.org/s98'/> |
15 | <meta name='reference' content='http://www.siggraph.org/s98/conference/courses/18.html'/> |
16 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0009.htm'/> |
17 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm'/> |
18 | <meta name='reference' content='https://www.web3d.org/x3d/content/examples/X3dResources.html'/> |
19 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Boxes.x3d'/> |
20 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
21 | <meta name='generator' content='X3D-Edit, https://savage.nps.edu/X3D-Edit'/> |
22 | <meta name='license' content='../license.html'/> |
23 | </head> |
24 | <Scene> |
25 | <WorldInfo info='"Copyright (c) 1997, David R. Nadeau"' title='Tumbling Boxes'/> |
26 | <Viewpoint description='Entry view'/> |
27 | <NavigationInfo/> |
28 | <Background skyAngle='1.37 1.57 1.77' skyColor='0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.8 0.2 0.0 0.0 0.0'/> |
29 | <!-- Translation note: original scene defined a copy of the TumbleGroup prototype declaration, replaced here with TumbleGroup ExternProtoDeclare instead --> |
30 | <ExternProtoDeclare name='TumbleGroup' url=' "TumbleGroup.x3d#TumbleGroup" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TumbleGroup.x3d#TumbleGroup" "TumbleGroup.wrl#TumbleGroup" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TumbleGroup.wrl#TumbleGroup" '> |
31 | <field name='translation' type='SFVec3f' accessType='initializeOnly'/> |
32 | <field name='xTumbleInterval' type='SFTime' accessType='initializeOnly'/> |
33 | <field name='zTumbleInterval' type='SFTime' accessType='initializeOnly'/> |
34 | <field name='children' type='MFNode' accessType='initializeOnly'/> |
35 | <field name='yTumbleInterval' type='SFTime' accessType='initializeOnly'/> |
36 | </ExternProtoDeclare> |
37 | <ProtoInstance name='TumbleGroup'> |
38 | <fieldValue name='xTumbleInterval' value='27.0'/> |
39 | <fieldValue name='children'> |
40 | |
41 | <Appearance> |
42 | <ImageTexture url=' "brtsky.jpg " "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/brtsky.jpg " '/> |
43 | </Appearance> |
44 | <Box size='4.0 4.0 4.0'/> |
45 | </Shape> |
46 | </fieldValue> |
47 | <fieldValue name='zTumbleInterval' value='45.0'/> |
48 | <fieldValue name='yTumbleInterval' value='13.0'/> |
49 | </ProtoInstance> |
50 | <ProtoInstance name='TumbleGroup'> |
51 | <fieldValue name='xTumbleInterval' value='29.0'/> |
52 | <fieldValue name='children'> |
53 | <Shape USE='Block'/> |
54 | </fieldValue> |
55 | <fieldValue name='zTumbleInterval' value='25.0'/> |
56 | <fieldValue name='yTumbleInterval' value='31.0'/> |
57 | </ProtoInstance> |
58 | <ProtoInstance name='TumbleGroup'> |
59 | <fieldValue name='xTumbleInterval' value='38.0'/> |
60 | <fieldValue name='children'> |
61 | <Shape USE='Block'/> |
62 | </fieldValue> |
63 | <fieldValue name='zTumbleInterval' value='43.0'/> |
64 | <fieldValue name='yTumbleInterval' value='27.0'/> |
65 | </ProtoInstance> |
66 | </Scene> |
67 | </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.
ProtoInstance TumbleGroup |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
ProtoInstance TumbleGroup |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
ProtoInstance TumbleGroup |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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)
<ProtoInstance
name='ProtoName'>
<field
name='fieldName'/> </ProtoInstance>
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->