1520DLC/res/models/mesh/vehicle/tram/toronto_clrv/lod_1_d1.msh

71 lines
852 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 144,
offset = 1232,
},
position = {
count = 144,
offset = 944,
},
tangent = {
count = 144,
offset = 1376,
},
uv0 = {
count = 144,
offset = 1088,
},
},
materials = {
"vehicle/tram/tram_toronto_clrv.mtl",
},
},
},
vertexAttr = {
normal = {
count = 432,
numComp = 3,
offset = 160,
},
position = {
count = 96,
numComp = 3,
offset = 0,
},
tangent = {
count = 352,
numComp = 4,
offset = 592,
},
uv0 = {
count = 64,
numComp = 2,
offset = 96,
},
},
}
end