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='ExtrusionSpiralMotion.x3d'/> |
6 | <meta name='description' content='Spiral flow with particle paths shows how to move a set of particles (spheres) along a pre-computed animation path. Such an approach might be used to visualize the results of a fluid flow simulation.'/> |
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/espiralm.wrl'/> |
13 | <meta name='reference' content='http://www.siggraph.org/s98'/> |
14 | <meta name='reference' content='http://www.siggraph.org/s98/conference/courses/18.html'/> |
15 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0255.htm'/> |
16 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm'/> |
17 | <meta name='reference' content='https://www.web3d.org/x3d/content/examples/X3dResources.html'/> |
18 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/ExtrusionSpiralMotion.x3d'/> |
19 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
20 | <meta name='generator' content='X3D-Edit, https://savage.nps.edu/X3D-Edit'/> |
21 | <meta name='license' content='../license.html'/> |
22 | </head> |
23 | <Scene> |
24 | <WorldInfo info='"Copyright (c) 1997, David R. Nadeau"' title='Spiral flow with particle paths'/> |
25 | <Inline url=' "ExtrusionSpiral.x3d" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/ExtrusionSpiral.x3d" "ExtrusionSpiral.wrl" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/ExtrusionSpiral.wrl" '/> |
26 | <Viewpoint description='Entry view' position='0.0 8.0 30.0'/> |
27 | <NavigationInfo/> |
28 | <Transform translation='0.0 8.0 0.0'> |
29 | <Shape> |
30 | |
31 | <Material diffuseColor='0.0 0.5 1.0'/> |
32 | </Appearance> |
33 | <Cylinder height='18.0' radius='0.5'/> |
34 | </Shape> |
35 | </Transform> |
36 | <Transform translation='0.0 -1.0 0.0'> |
37 | <Shape> |
38 | <Appearance USE='BaseColor'/> |
39 | <Cylinder height='0.25' radius='6.0'/> |
40 | </Shape> |
41 | </Transform> |
42 | <Transform translation='0.0 16.0 0.0'> |
43 | <Transform rotation='1.0 0.0 0.0 -1.571' translation='4.5 0.0 -1.0'> |
44 | <Shape> |
45 | <Appearance USE='BaseColor'/> |
46 | <Cone bottomRadius='1.2' height='2.5'/> |
47 | </Shape> |
48 | </Transform> |
49 | <Transform translation='2.25 0.0 0.0'> |
50 | <Shape> |
51 | <Appearance USE='BaseColor'/> |
52 | <Box size='4.5 0.5 0.5'/> |
53 | </Shape> |
54 | </Transform> |
55 | </Transform> |
56 | <Transform> |
57 | <Transform rotation='1.0 0.0 0.0 1.571' translation='4.5 0.0 1.0'> |
58 | <Shape> |
59 | <Appearance USE='BaseColor'/> |
60 | <Cone bottomRadius='1.2' height='2.5'/> |
61 | </Shape> |
62 | </Transform> |
63 | <Transform translation='2.25 0.0 0.0'> |
64 | <Shape> |
65 | <Appearance USE='BaseColor'/> |
66 | <Box size='4.5 0.5 0.5'/> |
67 | </Shape> |
68 | </Transform> |
69 | </Transform> |
70 | </Scene> |
71 | </X3D> |
<!--
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. -->