1520DLC/res/models/model/railroad/AN_Shpala.mdl

45 lines
729 B
Plaintext

function data()
return
{
boundingInfo =
{
bbMax = { 0.125, 1.3, 0.1 },
bbMin = { -0.125, -1.3, 0 }
},
collider = { params = { }, type = "MESH" },
lods =
{
{
animations = { },
children =
{
{
id = "railroad/AN_Shpala.msh",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0.31, 0, 0.39, 1,
},
type = "MESH"
}
},
events = { },
matConfigs = { { 0, }, },
static = false,
visibleFrom = 0,
visibleTo = 400
}
},
metadata =
{
description = { name = _("AN_Zag") },
availability = { yearFrom = 1900 },
cost = { price = 100 },
signal = { type = "WAYPOINT" }
}
}
end