1520DLC/res/models/group/vehicle/train/FD20_bogie_back.grp

19 lines
400 B
Plaintext

function data()
return {
children = {
{
id = "vehicle/train/FD20/FD20_bogie.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
}, {
id = "vehicle/train/FD20/FD20_wheels_s_007.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.695, 0, 0.502, 1 },
type = "MESH",
},
},
matConfigs = {
{ 0, 0, }
},
}
end