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

71 lines
888 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 14160,
offset = 111000,
},
position = {
count = 14160,
offset = 82680,
},
tangent = {
count = 14160,
offset = 125160,
},
uv0 = {
count = 14160,
offset = 96840,
},
},
materials = {
"vehicle/truck/truck_studebaker_cargo.mtl",
},
},
},
vertexAttr = {
normal = {
count = 42480,
numComp = 3,
offset = 19704,
},
position = {
count = 9648,
numComp = 3,
offset = 0,
},
tangent = {
count = 20496,
numComp = 4,
offset = 62184,
},
uv0 = {
count = 10056,
numComp = 2,
offset = 9648,
},
},
}
end