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='aTorch1.x3d'/> |
6 | <meta name='description' content='Torch with animated flames (high detail): this file creates a torch with animated flames created using the Flames prototype node defined by an EXTERNPROTO.'/> |
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='aTorch.x3d'/> |
13 | <meta name='reference' content='originals/aTorch1.wrl'/> |
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/mt0500.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/aTorch1.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='Torch with animated flames (high detail)'/> |
26 | <ExternProtoDeclare name='Flames' url=' "Flames.x3d#Flames" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Flames.x3d#Flames" "Flames.wrl#Flames" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Flames.wrl#Flames" '> |
27 | <field name='startTime' type='SFTime' accessType='initializeOnly'/> |
28 | <field name='cycleInterval' type='SFTime' accessType='initializeOnly'/> |
29 | </ExternProtoDeclare> |
30 | <Transform scale='0.5 0.5 0.5' translation='0.0 0.0 0.2'> |
31 | <Transform rotation='1.0 0.0 0.0 3.14' translation='0.0 -0.75 0.0'> |
32 | <Shape> |
33 | |
34 | <Material diffuseColor='0.4 0.4 0.4' specularColor='0.7 0.7 0.7'/> |
35 | </Appearance> |
36 | <Cone bottomRadius='0.15' height='1.5'/> |
37 | </Shape> |
38 | </Transform> |
39 | |
40 | <Appearance USE='Gray'/> |
41 | <Cylinder bottom='false' height='0.1' radius='0.4' top='false'/> |
42 | </Shape> |
43 | <Transform translation='0.0 0.2 0.0'> |
44 | <Shape USE='Ring'/> |
45 | </Transform> |
46 | |
47 | <Appearance USE='Gray'/> |
48 | <IndexedFaceSet coordIndex='0 1 2 3'> |
49 | <Coordinate point='0.04 0.0 0.38 0.04 0.35 0.38 -0.04 0.35 0.38 -0.04 0.0 0.38'/> |
50 | </IndexedFaceSet> |
51 | </Shape> |
52 | <Transform rotation='0.0 1.0 0.0 -1.571'> |
53 | <Shape USE='Bar'/> |
54 | </Transform> |
55 | <Transform rotation='0.0 1.0 0.0 -0.785'> |
56 | <Shape USE='Bar'/> |
57 | </Transform> |
58 | <Transform rotation='0.0 1.0 0.0 0.785'> |
59 | <Shape USE='Bar'/> |
60 | </Transform> |
61 | <Transform rotation='0.0 1.0 0.0 1.571'> |
62 | <Shape USE='Bar'/> |
63 | </Transform> |
64 | <Transform translation='0.0 -0.35 0.0'> |
65 | <Shape> |
66 | <Appearance USE='Gray'/> |
67 | <Cylinder height='0.15' radius='0.2'/> |
68 | </Shape> |
69 | <Transform translation='0.0 0.0 -0.2'> |
70 | <Shape> |
71 | <Appearance USE='Gray'/> |
72 | <Box size='0.45 0.25 0.39'/> |
73 | </Shape> |
74 | </Transform> |
75 | </Transform> |
76 | <Billboard> |
77 | <ProtoInstance name='Flames'/> |
78 | </Billboard> |
79 | </Transform> |
80 | </Scene> |
81 | </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 Flames |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations 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. -->