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

59 lines
779 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 54504,
offset = 0,
},
position = {
count = 54504,
offset = 54504,
},
tangent = {
count = 54504,
offset = 109008,
},
uv0 = {
count = 54504,
offset = 163512,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 12660,
numComp = 3,
offset = 218016,
},
position = {
count = 41124,
numComp = 3,
offset = 230676,
},
tangent = {
count = 72672,
numComp = 4,
offset = 271800,
},
uv0 = {
count = 259600,
numComp = 2,
offset = 344472,
},
},
}
end