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

42 lines
891 B
Plaintext

function data()
return {
children = {
{
id = "vehicle/train/EP20/EP20_Bogie_1.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/train/EP20/EP20_Wheels.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
1.42, 0, 0.59, 1,
},
type = "MESH",
},
{
id = "vehicle/train/EP20/EP20_Wheels.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-1.42, 0, 0.59, 1,
},
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0}
},
}
end