1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content=' ViewerSeat.x3d '/> |
6 | <meta name='description' content='Viewer seat'/> |
7 | <meta name='creator' content='LT Christos Kalogrias - Hellenic Navy'/> |
8 | <meta name='created' content='15 August 2003'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/ViewerSeat.x3d '/> |
11 | <meta name='generator' content=' https://www.web3d.org/x3d/content/README.X3D-Edit.html '/> |
12 | <meta name='license' content='../../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='ViewerSeat.x3d'/> |
16 | <Transform DEF='ViewerSeat'> |
17 | <Transform translation='-2.15 0 -0.3'> |
18 | <Transform DEF='UpSeat' rotation='1 0 0 -1.57' scale='0.8 0.8 1.2'> |
19 | <Shape> |
20 |
<!-- Appearance
SeatYellow is a DEF node that has 1 USE node: USE_1 -->
<Appearance DEF='SeatYellow'> |
21 | <Material diffuseColor='0.8 0.8 0.1' specularColor='0 0.2 0.3'/> |
22 | </Appearance> |
23 | <Extrusion convex='false' creaseAngle='2.5' crossSection='0.00 1.30 .494 1.196 .923 .923 1.196 .494 1.30 0.00 1.196 -.494 .923 -.923 .494 -1.196 0.00 -1.30' scale='0.45 0.9 0.1 0.8 0.1 0.8 0.45 0.9' spine='1.7 -0.4 0 2.5 -0.4 0 3.0 -0.4 0 3.7 -0.4 0'/> |
24 | </Shape> |
25 | </Transform> |
26 | <Transform DEF='DownSeat' rotation='0 0 1 3.14' scale='0.8 0.8 1' translation='4.3 -1.7 1.3'> |
27 | <Shape> |
28 | <Appearance USE='SeatYellow'/> |
29 | <Extrusion DEF='seatLeft' convex='false' creaseAngle='2.5' crossSection='0.00 1.30 .494 1.196 .923 .923 1.196 .494 1.30 0.00 1.196 -.494 .923 -.923 .494 -1.196 0.00 -1.30' scale='0.1 0.8 0.4 0.8 0.4 0.8 0.1 0.8' spine='1.7 -0.4 0 2.5 -0.4 0 3.0 -0.4 0 3.7 -0.4 0'/> |
30 | </Shape> |
31 | </Transform> |
32 | </Transform> |
33 | <Transform DEF='BackSeat'> |
34 | <Shape> |
35 | <Appearance> |
36 | <Material diffuseColor='0.5 0.5 0' specularColor='0 0.2 0.3'/> |
37 | </Appearance> |
38 | <Box size='1.6 2.75 0.1'/> |
39 | </Shape> |
40 | </Transform> |
41 | </Transform> |
42 | </Scene> |
43 | </X3D> |
<!--
Color-coding 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.
-->