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

57 lines
1.5 KiB
Plaintext

function data()
return {
collider = {
params = { },
type = "MESH", },
lods = {
{
animations = { },
children = {
{
id = "low/opora.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 1, },
type = "MESH",
},
},
events = { },
matConfigs = { { 0, }, },
static = false,
visibleFrom = 150,
visibleTo = 1000,
},
{
animations = { },
children = {
{
id = "med/opora.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 1, },
type = "MESH",
},
},
events = { },
matConfigs = { { 0, }, },
static = false,
visibleFrom = 75,
visibleTo = 150,
},{
animations = { },
children = {
{
id = "high/opora.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 1, },
type = "MESH",
},
},
events = { },
matConfigs = { { 0, }, },
static = false,
visibleFrom = 0,
visibleTo = 75,
},
},
metadata = { },
}
end