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

71 lines
872 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 3696,
offset = 36584,
},
position = {
count = 3696,
offset = 29192,
},
tangent = {
count = 3696,
offset = 40280,
},
uv0 = {
count = 3696,
offset = 32888,
},
},
materials = {
"vehicle/truck/truck_ford_m77.mtl",
},
},
},
vertexAttr = {
normal = {
count = 11088,
numComp = 3,
offset = 5224,
},
position = {
count = 2568,
numComp = 3,
offset = 0,
},
tangent = {
count = 12880,
numComp = 4,
offset = 16312,
},
uv0 = {
count = 2656,
numComp = 2,
offset = 2568,
},
},
}
end