]> git.tdb.fi Git - r2c2.git/blobdiff - tracks.dat
Use GL::Renderables and a Pipeline for rendering
[r2c2.git] / tracks.dat
index 5fb597f8766fb8a11eec5caa50575c1e2b15e746..7b7ba57dcc44b77385cba5700cda5b168aaa41d0 100644 (file)
@@ -1,5 +1,22 @@
 /* $Id$ */
 
+scale 1 87;
+gauge 16.5;
+rail_profile
+{
+       point 0.5 0.0;
+       point 0.5 2.3;
+       point -0.5 2.3;
+       point -0.5 0.0;
+};
+ballast_profile
+{
+       point 20.0 0.0;
+       point 14.0 8.0;
+       point -14.0 8.0;
+       point -20.0 0.0;
+};
+
 // Straight
 
 track 24064
@@ -312,26 +329,30 @@ track 24630
 
 track 24624
 {
-       description "Turnout, double crossing";
+       description "Turnout, double slip";
        part
        {
                length 188.3;
+               path 0;
        };
        part
        {
                length 24.3;
                radius -437.5;
+               path 1;
        };
        part
        {
                start 8.34 38.74 -24.3;
                length 188.3;
+               path 2;
        };
        part
        {
                start 8.34 38.74 -24.3;
                length 24.3;
                radius 437.5;
+               path 3;
        };
 };