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

59 lines
843 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 106080,
offset = 0,
},
position = {
count = 106080,
offset = 106080,
},
tangent = {
count = 106080,
offset = 212160,
},
uv0 = {
count = 106080,
offset = 318240,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 53112,
numComp = 3,
offset = 424320,
},
position = {
count = 68916,
numComp = 3,
offset = 477432,
},
tangent = {
count = 141440,
numComp = 4,
offset = 546348,
},
uv0 = {
count = 55232,
numComp = 2,
offset = 687788,
},
},
}
end