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

59 lines
836 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 61224,
offset = 0,
},
position = {
count = 61224,
offset = 61224,
},
tangent = {
count = 61224,
offset = 122448,
},
uv0 = {
count = 61224,
offset = 183672,
},
},
materials = {
"vehicle/tram/ktm8k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 32916,
numComp = 3,
offset = 244896,
},
position = {
count = 36324,
numComp = 3,
offset = 277812,
},
tangent = {
count = 81632,
numComp = 4,
offset = 314136,
},
uv0 = {
count = 63088,
numComp = 2,
offset = 395768,
},
},
}
end