/*
 *	RailSim II Tie Plugin
 *	Copyright (c) 2006 Intaanetto Teiryuujo
 */

PluginHeader{
	RailSimVersion = 2.00;
	PluginType = Tie;
	PluginName = "Default JR-standard ballast PC";
	PluginAuthor = "Okadu";
	IconTexture = "..\..\Train\Aizentranza01\Icon.png";
	Description = "Normal concrete tie with ballast for standard gauge.";
}

TieInfo{
	Height = 0.3;
	FlattenCant = yes;
}

/*
 *	fʒ`
 */
Profile{
	Material{
		UseTexture = yes;
		TexFileName = "..\Default_JRN_BallastPC\Ballast.png";
		TexVPerMeter = 0.226;
	}
	Face{
		Vertex{
			IgnoreCant = yes;
			Coord = (-2.75, -0.3);
			Normal = (-0.5, 1.0);
			TexU = 1.029;
		}
		Vertex{
			Coord = (-1.656, 0.0);
			Normal = (-0.1, 1.0);
			TexU = 0.84;
		}
		Vertex{
			Coord = (1.656, 0.0);
			Normal = (0.1, 1.0);
			TexU = 0.16;
		}
		Vertex{
			IgnoreCant = yes;
			Coord = (2.75, -0.3);
			Normal = (0.5, 1.0);
			TexU = -0.029;
		}
	}
}
