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

71 lines
850 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 120,
offset = 920,
},
position = {
count = 120,
offset = 680,
},
tangent = {
count = 120,
offset = 1040,
},
uv0 = {
count = 120,
offset = 800,
},
},
materials = {
"vehicle/tram/tram_toronto_clrv.mtl",
},
},
},
vertexAttr = {
normal = {
count = 360,
numComp = 3,
offset = 160,
},
position = {
count = 96,
numComp = 3,
offset = 0,
},
tangent = {
count = 160,
numComp = 4,
offset = 520,
},
uv0 = {
count = 64,
numComp = 2,
offset = 96,
},
},
}
end