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

59 lines
842 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 76656,
offset = 0,
},
position = {
count = 76656,
offset = 76656,
},
tangent = {
count = 76656,
offset = 153312,
},
uv0 = {
count = 76656,
offset = 229968,
},
},
materials = {
"vehicle/bus/liaz5256_25.mtl",
},
},
},
vertexAttr = {
normal = {
count = 46848,
numComp = 3,
offset = 306624,
},
position = {
count = 53688,
numComp = 3,
offset = 353472,
},
tangent = {
count = 102208,
numComp = 4,
offset = 407160,
},
uv0 = {
count = 64168,
numComp = 2,
offset = 509368,
},
},
}
end