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

59 lines
833 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 26352,
offset = 0,
},
position = {
count = 26352,
offset = 26352,
},
tangent = {
count = 26352,
offset = 52704,
},
uv0 = {
count = 26352,
offset = 79056,
},
},
materials = {
"vehicle/tram/ktm8.mtl",
},
},
},
vertexAttr = {
normal = {
count = 19284,
numComp = 3,
offset = 105408,
},
position = {
count = 24504,
numComp = 3,
offset = 124692,
},
tangent = {
count = 35136,
numComp = 4,
offset = 149196,
},
uv0 = {
count = 36072,
numComp = 2,
offset = 184332,
},
},
}
end