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

79 lines
1.3 KiB
Plaintext

function data()
return
{
boundingInfo =
{
bbMax = { 1.679, 0.711, 7.120 },
bbMin = { -1.679, -0.711, 0 }
},
collider = { params = { }, type = "MESH" },
lods =
{
{
animations = { },
children =
{
{
id = "railroad/AN_Vhod.msh",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -2.25, 0, 1,
},
type = "MESH"
},
{
id = "railroad/zel.msh",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0.1, -2.25, 6.256122, 1,
},
type = "MESH"
},
{
id = "railroad/kra.msh",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -2.25, 5.339615, 1,
},
type = "MESH"
}
},
events =
{
red =
{
[2] = { forward = false, name = "switch" },
[3] = { forward = true, name = "switch" }
},
green =
{
[2] = { forward = true, name = "switch" },
[3] = { forward = false, name = "switch" }
}
},
matConfigs = { { 0, 0, 0, }, },
static = false,
visibleFrom = 0,
visibleTo = 400
}
},
metadata =
{
description = { name = _("AN_Vhod") },
availability = { yearFrom = 1950 },
cost = { price = 3000 },
signal = { type = "PATH_SIGNAL" }
}
}
end