1520DLC/res/models/mesh/vehicle/train/er2p/er2pv1.msh

59 lines
777 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 37068,
offset = 0,
},
position = {
count = 37068,
offset = 37068,
},
tangent = {
count = 37068,
offset = 74136,
},
uv0 = {
count = 37068,
offset = 111204,
},
},
materials = {
"vehicle/train/Er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 20712,
numComp = 3,
offset = 148272,
},
position = {
count = 30636,
numComp = 3,
offset = 168984,
},
tangent = {
count = 49424,
numComp = 4,
offset = 199620,
},
uv0 = {
count = 30544,
numComp = 2,
offset = 249044,
},
},
}
end