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

59 lines
771 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 11556,
offset = 0,
},
position = {
count = 11556,
offset = 11556,
},
tangent = {
count = 11556,
offset = 23112,
},
uv0 = {
count = 11556,
offset = 34668,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 9024,
numComp = 3,
offset = 46224,
},
position = {
count = 13848,
numComp = 3,
offset = 55248,
},
tangent = {
count = 15408,
numComp = 4,
offset = 69096,
},
uv0 = {
count = 12840,
numComp = 2,
offset = 84504,
},
},
}
end