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

59 lines
820 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 3264,
offset = 0,
},
position = {
count = 3264,
offset = 3264,
},
tangent = {
count = 3264,
offset = 6528,
},
uv0 = {
count = 3264,
offset = 9792,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 888,
numComp = 3,
offset = 13056,
},
position = {
count = 1728,
numComp = 3,
offset = 13944,
},
tangent = {
count = 4352,
numComp = 4,
offset = 15672,
},
uv0 = {
count = 57920,
numComp = 2,
offset = 20024,
},
},
}
end