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

59 lines
843 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 123372,
offset = 0,
},
position = {
count = 123372,
offset = 123372,
},
tangent = {
count = 123372,
offset = 246744,
},
uv0 = {
count = 123372,
offset = 370116,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 58932,
numComp = 3,
offset = 493488,
},
position = {
count = 78816,
numComp = 3,
offset = 552420,
},
tangent = {
count = 164496,
numComp = 4,
offset = 631236,
},
uv0 = {
count = 62016,
numComp = 2,
offset = 795732,
},
},
}
end