1520DLC/res/models/mesh/vehicle/train/er2k/er2kv2far.msh

59 lines
779 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 81240,
offset = 0,
},
position = {
count = 81240,
offset = 81240,
},
tangent = {
count = 81240,
offset = 162480,
},
uv0 = {
count = 81240,
offset = 243720,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 24228,
numComp = 3,
offset = 324960,
},
position = {
count = 59820,
numComp = 3,
offset = 349188,
},
tangent = {
count = 108320,
numComp = 4,
offset = 409008,
},
uv0 = {
count = 57944,
numComp = 2,
offset = 517328,
},
},
}
end