]> git.tdb.fi Git - r2c2.git/blob - data/Märklin/H0/emu/M37504c.veh
Re-export high-quality models with shaders
[r2c2.git] / data / Märklin / H0 / emu / M37504c.veh
1 // XXX Better solution would be to allow flipping of vehicles
2 article_number
3 {
4         vendor "Märklin";
5         article "37504";
6         part "c";
7 };
8 name "BR 420 S-bahn";
9
10 gauge 16.5;
11 length 268;
12 width 33;
13 height 44;
14
15 object "M37504-body.object";
16 rotate_object true;
17
18 bogie
19 {
20         position 96;
21         object "M37504-bogie.object";
22         axle { position 14.5; wheel_diameter 10; object "axle-10-grooved.object"; };
23         axle { position -14.5; wheel_diameter 10; object "axle-10-grooved.object"; };
24 };
25 bogie
26 {
27         position -94;
28         object "M37504-bogie.object";
29         rotate_object true;
30         axle { position 14.5; wheel_diameter 10; object "axle-10-grooved.object"; };
31         axle { position -14.5; wheel_diameter 10; object "axle-10-grooved.object"; };
32 };