1520DLC/res/models/mesh/vehicle/tram/ktm8/ktm8.msh

59 lines
835 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 72312,
offset = 0,
},
position = {
count = 72312,
offset = 72312,
},
tangent = {
count = 72312,
offset = 144624,
},
uv0 = {
count = 72312,
offset = 216936,
},
},
materials = {
"vehicle/tram/ktm8.mtl",
},
},
},
vertexAttr = {
normal = {
count = 38964,
numComp = 3,
offset = 289248,
},
position = {
count = 44676,
numComp = 3,
offset = 328212,
},
tangent = {
count = 96416,
numComp = 4,
offset = 372888,
},
uv0 = {
count = 79664,
numComp = 2,
offset = 469304,
},
},
}
end