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=' AIM120Missile.x3d '/> |
6 | <meta name='description' content='Static model with mounting device, Hughes / Raytheon AIM-120 "AMRAAM"'/> |
7 | <meta name='created' content='26 July 2004'/> |
8 | <meta name='modified' content='28 November 2019'/> |
9 | <meta name='creator' content='Major Axel Weber'/> |
10 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/AIM120Missile.x3d '/> |
11 | <meta name='generator' content='X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
12 | <meta name='license' content='../../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='AIM120Missile.x3d'/> |
16 | <Viewpoint DEF='DefaultView' description='AIM-120 Missile' position='0 0 30'/> |
17 | <Viewpoint description='AIM-120 Missile from behind' orientation='0 1 0 -1.57' position='-40 4 0'/> |
18 | <!-- Missile with middle and back rudder --> |
19 | <Transform DEF='Missile_Complete' rotation='0 0 1 -1.571'> |
20 | <Transform DEF='MissileBody'> |
21 | <Group DEF='Missile'> |
22 | <Transform DEF='Rocket'> |
23 | <Group DEF='RocketGroup'> |
24 | <Transform DEF='RocketBody' scale='1 10 1'> |
25 | <Shape DEF='Body'> |
26 | <Appearance> |
27 |
<!-- Material
MetalWhite is a DEF node that has 4 USE nodes: USE_1, USE_2, USE_3, USE_4 --> <Material DEF='MetalWhite' shininess='0.300' specularColor='1 1 1'/> |
28 | </Appearance> |
29 | <Extrusion creaseAngle='0.524' crossSection='0 -2 .5 -2 .8 -2 1 -2 1 -1 1 0 .99101 .40312 .97422 .98262 .89863 1.25136 .80625 1.41933 .58918 1.6149 .32165 1.7338 .00954 1.77839' orientation='-1 0 0 1.571 -.973 -.162 -.162 1.598 -.9 -.309 -.309 1.676 -.794 -.43 -.43 1.799 -.672 -.523 -.523 1.958 -.546 -.593 -.593 2.143 -.419 -.642 -.642 2.347 -.296 -.675 -.675 2.566 -.176 -.696 -.696 2.793 -.058 -.706 -.706 3.025 -.058 .706 .706 3.025 -.176 .696 .696 2.793 -.296 .675 .675 2.566 -.419 .642 .642 2.347 -.546 .593 .593 2.143 -.672 .523 .523 1.958 -.794 .43 .43 1.799 -.9 .309 .309 1.676 -.973 .162 .162 1.598 -1 0 0 1.571' solid='false' spine='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0'/> |
30 | </Shape> |
31 | </Transform> |
32 | </Group> |
33 | </Transform> |
34 | <Transform DEF='BackWings' rotation='0 1 0 0.7' translation='0 -17 0'> |
35 | <Group DEF='Wings_Back'> |
36 | <Transform DEF='WingCone' scale='2 3 .2'> |
37 | <Shape DEF='Cone'> |
38 | <Appearance> |
39 | <Material USE='MetalWhite'/> |
40 | </Appearance> |
41 | <Cone bottomRadius='2.500' height='2.'/> |
42 | </Shape> |
43 | </Transform> |
44 | <Transform DEF='WingCone2' rotation='0 1 0 1.571' scale='2 3 .2'> |
45 | <Shape DEF='Cone2'> |
46 | <Appearance> |
47 | <Material USE='MetalWhite'/> |
48 | </Appearance> |
49 | <Cone bottomRadius='2.500' height='2.'/> |
50 | </Shape> |
51 | </Transform> |
52 | </Group> |
53 | </Transform> |
54 | <Transform DEF='FrontWings' rotation='0 1 0 0.7' translation='0 -5 0'> |
55 | <Group DEF='Wings_Front'> |
56 | <Transform DEF='WingCone3' scale='2 3 .2'> |
57 | <Shape DEF='Cone3'> |
58 | <Appearance> |
59 | <Material USE='MetalWhite'/> |
60 | </Appearance> |
61 | <Cone bottomRadius='2.500' height='2.'/> |
62 | </Shape> |
63 | </Transform> |
64 | <Transform DEF='WingCone4' rotation='0 1 0 1.571' scale='2 3 .2'> |
65 | <Shape DEF='Cone4'> |
66 | <Appearance> |
67 | <Material USE='MetalWhite'/> |
68 | </Appearance> |
69 | <Cone bottomRadius='2.500' height='2.'/> |
70 | </Shape> |
71 | </Transform> |
72 | </Group> |
73 | </Transform> |
74 | </Group> |
75 | </Transform> |
76 | </Transform> |
77 | </Scene> |
78 | </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.
-->