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

59 lines
836 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 37200,
offset = 0,
},
position = {
count = 37200,
offset = 37200,
},
tangent = {
count = 37200,
offset = 74400,
},
uv0 = {
count = 37200,
offset = 111600,
},
},
materials = {
"vehicle/bus/liaz677.mtl",
},
},
},
vertexAttr = {
normal = {
count = 24168,
numComp = 3,
offset = 148800,
},
position = {
count = 28344,
numComp = 3,
offset = 172968,
},
tangent = {
count = 49600,
numComp = 4,
offset = 201312,
},
uv0 = {
count = 22392,
numComp = 2,
offset = 250912,
},
},
}
end