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

59 lines
843 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 117576,
offset = 0,
},
position = {
count = 117576,
offset = 117576,
},
tangent = {
count = 117576,
offset = 235152,
},
uv0 = {
count = 117576,
offset = 352728,
},
},
materials = {
"vehicle/tram/ktm23.mtl",
},
},
},
vertexAttr = {
normal = {
count = 56016,
numComp = 3,
offset = 470304,
},
position = {
count = 73548,
numComp = 3,
offset = 526320,
},
tangent = {
count = 156768,
numComp = 4,
offset = 599868,
},
uv0 = {
count = 107472,
numComp = 2,
offset = 756636,
},
},
}
end