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=' Hub.x3d '/> |
6 | <meta name='description' content='The hub is used for front and rear wheels'/> |
7 | <meta name='creator' content='Etsuko Lippi'/> |
8 | <meta name='translator' content='Murat ONDER, LTJG, Turkish Navy'/> |
9 | <meta name='created' content='19 July 2001'/> |
10 | <meta name='modified' content='28 November 2019'/> |
11 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Hub.x3d '/> |
12 | <meta name='license' content='../../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='Hub.x3d'/> |
16 | <Transform scale='0.3 0.3 0.3'> |
17 | <Group> |
18 | <Transform rotation='1 0 0 1.571'> |
19 | <Shape DEF='inside_wheel_center'> |
20 | <Appearance> |
21 | <Material/> |
22 | </Appearance> |
23 | <Cylinder height='0.2' radius='0.275'/> |
24 | </Shape> |
25 | </Transform> |
26 | </Group> |
27 | <Transform rotation='1 0 0 1.571'> |
28 | <Shape DEF='inside_wheel2'> |
29 | <Appearance> |
30 | <Material diffuseColor='0.85 0.85 0.85'/> |
31 | </Appearance> |
32 | <Cylinder height='0.1'/> |
33 | </Shape> |
34 | </Transform> |
35 | <!-- wheel volts --> |
36 | <Group> |
37 | <Transform DEF='volts' rotation='1 0 0 1.571' translation='0 0.48 0'> |
38 | |
39 | <Appearance> |
40 | <Material diffuseColor='0.7 0.7 0.7'/> |
41 | </Appearance> |
42 | <Cylinder height='0.2' radius='0.1'/> |
43 | </Shape> |
44 | </Transform> |
45 | <Transform rotation='1 0 0 1.571' translation='0.45 0.225 0'> |
46 | <Shape USE='volt'/> |
47 | </Transform> |
48 | <Transform rotation='1 0 0 1.571' translation='0 -0.48 0'> |
49 | <Shape USE='volt'/> |
50 | </Transform> |
51 | <Transform rotation='1 0 0 1.571' translation='-0.45 -0.225 0'> |
52 | <Shape USE='volt'/> |
53 | </Transform> |
54 | <Transform rotation='1 0 0 1.571' translation='0.45 -0.225 0'> |
55 | <Shape USE='volt'/> |
56 | </Transform> |
57 | <Transform rotation='1 0 0 1.571' translation='-0.45 0.225 0'> |
58 | <Shape USE='volt'/> |
59 | </Transform> |
60 | </Group> |
61 | </Transform> |
62 | </Scene> |
63 | </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.
-->