1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0"?>
<ilt p.id="assetFactory">
<object id="wheel">
<use type="cylinder" position="0,0,0.571" scale="1.142,1.142,0.07" rotation="0,0,1.5708"/>
</object>
<object id="axel">
<use type="wheel" position="0.717,0,0"/>
<use type="wheel" position="-0.717,0,0" rotation="0,3.14159,0"/>
</object>
<object id="bogie">
<use type="axel" position="0,0,0"/>
<use type="axel" position="0,2,0"/>
<use type="axel" position="0,-2,0"/>
</object>
<asset id="brush-47" name="Brush 47">
<mesh id="body" size="2.69,19.38,3.9">
<use type="cuboid" position="0,0,1.2" scale="2.69,19.38,1.5" colour="#1111dd">
<face id="bottom" colour="#2C3539"/>
<face id="top" type="extrude" scale="1,0.95,1" position="0,0,1.0">
<face id="top" type="extrude" scale="0.6,0.9,0" position="0,0,0.2" smooth="true"/>
</face>
</use>
<use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="#2C3539"/>
</mesh>
<mesh id="bogie1">
<use type="bogie" position="0,6,0"/>
</mesh>
<mesh id="bogie2">
<use type="bogie" position="0,-6,0" rotation="0,3.14159,0"/>
</mesh>
</asset>
</ilt>
|