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

71 lines
866 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 960,
offset = 9464,
},
position = {
count = 960,
offset = 7544,
},
tangent = {
count = 960,
offset = 10424,
},
uv0 = {
count = 960,
offset = 8504,
},
},
materials = {
"vehicle/truck/truck_studebaker_body.mtl",
},
},
},
vertexAttr = {
normal = {
count = 2880,
numComp = 3,
offset = 1160,
},
position = {
count = 600,
numComp = 3,
offset = 0,
},
tangent = {
count = 3504,
numComp = 4,
offset = 4040,
},
uv0 = {
count = 560,
numComp = 2,
offset = 600,
},
},
}
end