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

71 lines
865 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 960,
offset = 9036,
},
position = {
count = 960,
offset = 7116,
},
tangent = {
count = 960,
offset = 9996,
},
uv0 = {
count = 960,
offset = 8076,
},
},
materials = {
"vehicle/truck/truck_studebaker_tank.mtl",
},
},
},
vertexAttr = {
normal = {
count = 2880,
numComp = 3,
offset = 1276,
},
position = {
count = 684,
numComp = 3,
offset = 0,
},
tangent = {
count = 2960,
numComp = 4,
offset = 4156,
},
uv0 = {
count = 592,
numComp = 2,
offset = 684,
},
},
}
end