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=' HalfTrackSection.x3d '/> |
6 | <meta name='description' content='half of a track section for M2A3 Bradley'/> |
7 | <meta name='creator' content="LTC Rene' Burgess"/> |
8 | <meta name='created' content='22 March 2003'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='subject' content='track section M2A3'/> |
11 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/M2A3/HalfTrackSection.x3d '/> |
12 | <meta name='generator' content='X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
13 | <meta name='license' content='../../license.html'/> |
14 | </head> |
15 | <Scene> |
16 | <WorldInfo title='HalfTrackSection.x3d'/> |
17 | <Transform DEF='TRACK'> |
18 | <Transform rotation='1 0 0 1.57'> |
19 | <Shape> |
20 | <Cylinder height='1' radius='.1'/> |
21 | <Appearance> |
22 |
<!-- Material
TRACK_METAL is a DEF node that has 3 USE nodes: USE_1, USE_2, USE_3 --> <Material DEF='TRACK_METAL' diffuseColor='.33 .35 .37' shininess='.9'/> |
23 | </Appearance> |
24 | </Shape> |
25 | <Transform translation='0 0 .5'> |
26 | <Shape> |
27 | <Cylinder height='1' radius='.1'/> |
28 | <Appearance> |
29 | <Material USE='TRACK_METAL'/> |
30 | </Appearance> |
31 | </Shape> |
32 | </Transform> |
33 | <Transform DEF='RUBBER_PADS' translation='0 0 .25'> |
34 | <Shape> |
35 | <Box size='.15 .8 .5'/> |
36 | <Appearance> |
37 | <Material USE='TRACK_METAL'/> |
38 | </Appearance> |
39 | </Shape> |
40 | <Transform translation='.1 0 0'> |
41 | <Shape> |
42 | <Box size='.1 .5 .35'/> |
43 | <Appearance> |
44 | <Material DEF='BLACK' diffuseColor='.1 .1 .1'/> |
45 | </Appearance> |
46 | </Shape> |
47 | </Transform> |
48 | </Transform> |
49 | <Transform DEF='TEETH' rotation='0 1 0 .785' translation='-.1 0 .25'> |
50 | <Shape> |
51 | <Box size='.3 .15 .3'/> |
52 | <Appearance> |
53 | <Material USE='TRACK_METAL'/> |
54 | </Appearance> |
55 | </Shape> |
56 | </Transform> |
57 | </Transform> |
58 | </Transform> |
59 | </Scene> |
60 | </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.
-->