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

59 lines
821 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 7128,
offset = 0,
},
position = {
count = 7128,
offset = 7128,
},
tangent = {
count = 7128,
offset = 14256,
},
uv0 = {
count = 7128,
offset = 21384,
},
},
materials = {
"vehicle/tram/ktm23.mtl",
},
},
},
vertexAttr = {
normal = {
count = 5472,
numComp = 3,
offset = 28512,
},
position = {
count = 8532,
numComp = 3,
offset = 33984,
},
tangent = {
count = 9504,
numComp = 4,
offset = 42516,
},
uv0 = {
count = 7872,
numComp = 2,
offset = 52020,
},
},
}
end