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='Interchange' 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='Seat.x3d'/> |
6 | <meta name='description' content='F16, Fighting Falcon, Turkish Air Force (TUAF) Cockpit Seat'/> |
7 | <meta name='creator' content='Murat ONDER, LTJG, Turkish Navy'/> |
8 | <meta name='created' content='13 July 2003'/> |
9 | <meta name='modified' content='28 November 2019'/> |
10 | <meta name='identifier' content='https://savage.nps.edu/Savage/AircraftFixedWing/F16FightingFalconTurkey/Seat.x3d'/> |
11 | <meta name='license' content='../../license.html'/> |
12 | </head> |
13 | <Scene> |
14 | <WorldInfo title='Seat.x3d'/> |
15 | <Transform> |
16 | <Group> |
17 | <Transform translation='0 0 -0.26'> |
18 | <Shape> |
19 | <Appearance> |
20 |
<!-- Material
Seat_Color is a DEF node that has 2 USE nodes: USE_1, USE_2 --> <Material DEF='Seat_Color' diffuseColor='.2031 .2031 .0039'/> |
21 | </Appearance> |
22 | <Box size='1.8 0.5 2.5'/> |
23 | </Shape> |
24 | </Transform> |
25 | <Transform DEF='seatHead' rotation='-1 0 0 0.17' translation='0 3.25 0.65'> |
26 | <Shape> |
27 | <Appearance> |
28 | <Material USE='Seat_Color'/> |
29 | </Appearance> |
30 | <Box size='1 1.25 0.4'/> |
31 | </Shape> |
32 | </Transform> |
33 | <Transform DEF='seatBack' translation='0 1.5 0.75'> |
34 | <Shape> |
35 | <Appearance> |
36 | <Material USE='Seat_Color'/> |
37 | </Appearance> |
38 | <Box size='1.8 2.7 0.5'/> |
39 | </Shape> |
40 | </Transform> |
41 | </Group> |
42 | </Transform> |
43 | </Scene> |
44 | </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.
-->