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

71 lines
879 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 3600,
offset = 33560,
},
position = {
count = 3600,
offset = 26360,
},
tangent = {
count = 3600,
offset = 37160,
},
uv0 = {
count = 3600,
offset = 29960,
},
},
materials = {
"vehicle/truck/truck_studebaker_body.mtl",
},
},
},
vertexAttr = {
normal = {
count = 10800,
numComp = 3,
offset = 3816,
},
position = {
count = 1824,
numComp = 3,
offset = 0,
},
tangent = {
count = 11744,
numComp = 4,
offset = 14616,
},
uv0 = {
count = 1992,
numComp = 2,
offset = 1824,
},
},
}
end