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

59 lines
808 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 816,
offset = 0,
},
position = {
count = 816,
offset = 816,
},
tangent = {
count = 816,
offset = 1632,
},
uv0 = {
count = 816,
offset = 2448,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 420,
numComp = 3,
offset = 3264,
},
position = {
count = 432,
numComp = 3,
offset = 3684,
},
tangent = {
count = 1088,
numComp = 4,
offset = 4116,
},
uv0 = {
count = 640,
numComp = 2,
offset = 5204,
},
},
}
end