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

117 lines
1.7 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, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "low/kreplenie.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}
},
events = {
},
matConfigs = {
{
0, 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, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "med/kreplenie.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}
},
events = {
},
matConfigs = {
{
0, 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, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "high/kreplenie.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}
},
events = {
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 75,
},
},
metadata = {
},
}
end