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

59 lines
788 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 217188,
offset = 0,
},
position = {
count = 217188,
offset = 217188,
},
tangent = {
count = 217188,
offset = 434376,
},
uv0 = {
count = 217188,
offset = 651564,
},
},
materials = {
"vehicle/train/Er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 44352,
numComp = 3,
offset = 868752,
},
position = {
count = 161604,
numComp = 3,
offset = 913104,
},
tangent = {
count = 289584,
numComp = 4,
offset = 1074708,
},
uv0 = {
count = 132568,
numComp = 2,
offset = 1364292,
},
},
}
end