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='Column.x3d'/> |
6 | <meta name='description' content='Gothic marble column: this file builds a column, such as might be found in gothic architecture. The column is used in multiple other examples.'/> |
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='Columns.x3d'/> |
13 | <meta name='reference' content='originals/column.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/Column.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 title='Column.x3d'/> |
26 | <Collision enabled='false'> |
27 | <Transform translation='0.0 0.2 0.0'> |
28 | <Shape> |
29 | <Appearance> |
30 | <TextureTransform rotation='0.1' scale='1.0 0.1' translation='0.2 0.2'/> |
31 |
<!-- Material
MarbleMaterial is a DEF node that has 4 USE nodes: USE_1, USE_2, USE_3, USE_4 --> <Material DEF='MarbleMaterial' ambientIntensity='0.4'/> |
32 |
<!-- ImageTexture
MarbleImage is a DEF node that has 4 USE nodes: USE_1, USE_2, USE_3, USE_4 --> <ImageTexture DEF='MarbleImage' url=' "marble_g.jpg " "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/marble_g.jpg " '/> |
33 | </Appearance> |
34 | <Box size='0.9 0.4 0.9'/> |
35 | </Shape> |
36 | </Transform> |
37 | </Collision> |
38 | <Transform translation='0.0 2.5 0.0'> |
39 | <Shape> |
40 | <Appearance> |
41 | <Material USE='MarbleMaterial'/> |
42 | <ImageTexture USE='MarbleImage'/> |
43 | </Appearance> |
44 | <Cylinder bottom='false' height='4.2' radius='0.4' top='false'/> |
45 | </Shape> |
46 | </Transform> |
47 | <Collision enabled='false'> |
48 | <Transform translation='0.0 4.6 0.0'> |
49 | <Shape> |
50 | <Appearance> |
51 | <TextureTransform rotation='0.4' scale='1.0 0.2' translation='0.1 0.3'/> |
52 | <Material USE='MarbleMaterial'/> |
53 | <ImageTexture USE='MarbleImage'/> |
54 | </Appearance> |
55 | <IndexedFaceSet coordIndex='0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1'> |
56 | <Coordinate point='-0.3 0.0 0.3 0.3 0.0 0.3 0.3 0.0 -0.3 -0.3 0.0 -0.3 -0.4 0.2 0.4 0.4 0.2 0.4 0.4 0.2 -0.4 -0.4 0.2 -0.4'/> |
57 | </IndexedFaceSet> |
58 | </Shape> |
59 | </Transform> |
60 | <Transform translation='0.0 4.85 0.0'> |
61 | <Shape> |
62 | <Appearance> |
63 | <TextureTransform rotation='0.5' scale='1.0 0.2' translation='0.2 0.3'/> |
64 | <Material USE='MarbleMaterial'/> |
65 | <ImageTexture USE='MarbleImage'/> |
66 | </Appearance> |
67 | <Box size='1.0 0.1 1.0'/> |
68 | </Shape> |
69 | </Transform> |
70 | <Transform translation='0.0 5.05 0.0'> |
71 | <Shape> |
72 | <Appearance> |
73 | <TextureTransform rotation='0.4' scale='1.0 0.2' translation='0.1 0.3'/> |
74 | <Material USE='MarbleMaterial'/> |
75 | <ImageTexture USE='MarbleImage'/> |
76 | </Appearance> |
77 | <Box size='1.1 0.3 1.1'/> |
78 | </Shape> |
79 | </Transform> |
80 | </Collision> |
81 | </Scene> |
82 | </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. -->