1520DLC/res/models/mesh/vehicle/truck/ford_m77/lod_0_freight_wood.msh

71 lines
863 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 1440,
offset = 13400,
},
position = {
count = 1440,
offset = 10520,
},
tangent = {
count = 1440,
offset = 14840,
},
uv0 = {
count = 1440,
offset = 11960,
},
},
materials = {
"industry/cargo/cargo_all.mtl",
},
},
},
vertexAttr = {
normal = {
count = 4320,
numComp = 3,
offset = 2040,
},
position = {
count = 840,
numComp = 3,
offset = 0,
},
tangent = {
count = 4160,
numComp = 4,
offset = 6360,
},
uv0 = {
count = 1200,
numComp = 2,
offset = 840,
},
},
}
end