1520DLC/res/models/mesh/vehicle/tram/peter_witt_streetcar/lod_2_w1.msh

71 lines
849 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 60,
offset = 560,
},
position = {
count = 60,
offset = 440,
},
tangent = {
count = 60,
offset = 620,
},
uv0 = {
count = 60,
offset = 500,
},
},
materials = {
"vehicle/tram/peter_witt_streetcar.mtl",
},
},
},
vertexAttr = {
normal = {
count = 180,
numComp = 3,
offset = 180,
},
position = {
count = 108,
numComp = 3,
offset = 0,
},
tangent = {
count = 80,
numComp = 4,
offset = 360,
},
uv0 = {
count = 72,
numComp = 2,
offset = 108,
},
},
}
end