1520DLC/res/models/mesh/vehicle/truck/studebaker_us6/lod_2_w1.msh

71 lines
861 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 192,
offset = 2088,
},
position = {
count = 192,
offset = 1704,
},
tangent = {
count = 192,
offset = 2280,
},
uv0 = {
count = 192,
offset = 1896,
},
},
materials = {
"vehicle/truck/truck_studebaker_body.mtl",
},
},
},
vertexAttr = {
normal = {
count = 576,
numComp = 3,
offset = 360,
},
position = {
count = 216,
numComp = 3,
offset = 0,
},
tangent = {
count = 768,
numComp = 4,
offset = 936,
},
uv0 = {
count = 144,
numComp = 2,
offset = 216,
},
},
}
end