1520DLC/res/models/mesh/vehicle/bus/liaz677/liaz677m_farest.msh

59 lines
822 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 6456,
offset = 0,
},
position = {
count = 6456,
offset = 6456,
},
tangent = {
count = 6456,
offset = 12912,
},
uv0 = {
count = 6456,
offset = 19368,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 5412,
numComp = 3,
offset = 25824,
},
position = {
count = 7080,
numComp = 3,
offset = 31236,
},
tangent = {
count = 8608,
numComp = 4,
offset = 38316,
},
uv0 = {
count = 6200,
numComp = 2,
offset = 46924,
},
},
}
end