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='Interchange' 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='Table.x3d'/> |
6 | <meta name='description' content='This table is inlined into the dinette scene to illustrate inline groups.'/> |
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='Dinette.x3d'/> |
13 | <meta name='reference' content='originals/table.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/mt0098.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/Table.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='Table.x3d'/> |
26 | <Viewpoint description='Table front' orientation='1 0 0 -0.260602' position='0 1.6 3'/> |
27 | <Viewpoint description='Table right side' orientation='-0.12885 0.98326 0.12885 1.58768' position='3 1.6 0'/> |
28 | <Viewpoint description='Table back' orientation='0 0.99152 0.12993 -3.141593' position='0 1.6 -3'/> |
29 | <Viewpoint description='Table left side' orientation='0.12885 0.98326 0.12885 -1.58768' position='-3 1.6 0'/> |
30 | <Viewpoint description='Table from above' orientation='1 0 0 -1.570796' position='0 3 0'/> |
31 | <!-- Table top --> |
32 | <Transform translation='0.0 0.615 0.0'> |
33 | <Shape> |
34 | |
35 | <Material diffuseColor='0.6 0.35 0.0'/> |
36 | </Appearance> |
37 | <Cylinder height='0.03' radius='0.7'/> |
38 | </Shape> |
39 | </Transform> |
40 | <!-- Table leg --> |
41 | <Transform translation='0.0 0.3075 0.0'> |
42 | <Shape> |
43 | <Appearance USE='Brown'/> |
44 | <Box size='0.09 0.57 0.09'/> |
45 | </Shape> |
46 | </Transform> |
47 | <!-- Table leg base --> |
48 | <Transform translation='0.0 0.015 0.0'> |
49 | <Shape> |
50 | <Appearance USE='Brown'/> |
51 | <Box size='0.5 0.03 0.5'/> |
52 | </Shape> |
53 | </Transform> |
54 | <Transform translation='0.0 0.045 0.0'> |
55 | <Shape> |
56 | <Appearance USE='Brown'/> |
57 | <Box size='0.35 0.03 0.35'/> |
58 | </Shape> |
59 | </Transform> |
60 | </Scene> |
61 | </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. -->