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

71 lines
838 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 96,
offset = 1032,
},
position = {
count = 96,
offset = 840,
},
tangent = {
count = 96,
offset = 1128,
},
uv0 = {
count = 96,
offset = 936,
},
},
materials = {
"vehicle/waggon/iron.mtl",
},
},
},
vertexAttr = {
normal = {
count = 288,
numComp = 3,
offset = 200,
},
position = {
count = 120,
numComp = 3,
offset = 0,
},
tangent = {
count = 352,
numComp = 4,
offset = 488,
},
uv0 = {
count = 80,
numComp = 2,
offset = 120,
},
},
}
end