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

71 lines
879 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 3912,
offset = 33160,
},
position = {
count = 3912,
offset = 25336,
},
tangent = {
count = 3912,
offset = 37072,
},
uv0 = {
count = 3912,
offset = 29248,
},
},
materials = {
"vehicle/truck/truck_studebaker_cargo.mtl",
},
},
},
vertexAttr = {
normal = {
count = 11736,
numComp = 3,
offset = 8784,
},
position = {
count = 4944,
numComp = 3,
offset = 0,
},
tangent = {
count = 4816,
numComp = 4,
offset = 20520,
},
uv0 = {
count = 3840,
numComp = 2,
offset = 4944,
},
},
}
end