1520DLC/res/models/mesh/vehicle/tram/ktm8k/ktm8k_smallest.msh

59 lines
818 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 2232,
offset = 0,
},
position = {
count = 2232,
offset = 2232,
},
tangent = {
count = 2232,
offset = 4464,
},
uv0 = {
count = 2232,
offset = 6696,
},
},
materials = {
"vehicle/tram/ktm8k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 2760,
numComp = 3,
offset = 8928,
},
position = {
count = 3072,
numComp = 3,
offset = 11688,
},
tangent = {
count = 2976,
numComp = 4,
offset = 14760,
},
uv0 = {
count = 4544,
numComp = 2,
offset = 17736,
},
},
}
end