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

71 lines
834 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 36,
offset = 424,
},
position = {
count = 36,
offset = 352,
},
tangent = {
count = 36,
offset = 460,
},
uv0 = {
count = 36,
offset = 388,
},
},
materials = {
"vehicle/waggon/coal.mtl",
},
},
},
vertexAttr = {
normal = {
count = 108,
numComp = 3,
offset = 100,
},
position = {
count = 60,
numComp = 3,
offset = 0,
},
tangent = {
count = 144,
numComp = 4,
offset = 208,
},
uv0 = {
count = 40,
numComp = 2,
offset = 60,
},
},
}
end