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

59 lines
830 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 16344,
offset = 0,
},
position = {
count = 16344,
offset = 16344,
},
tangent = {
count = 16344,
offset = 32688,
},
uv0 = {
count = 16344,
offset = 49032,
},
},
materials = {
"vehicle/tram/ktm8k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 8292,
numComp = 3,
offset = 65376,
},
position = {
count = 14388,
numComp = 3,
offset = 73668,
},
tangent = {
count = 21792,
numComp = 4,
offset = 88056,
},
uv0 = {
count = 24496,
numComp = 2,
offset = 109848,
},
},
}
end