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

59 lines
787 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 178032,
offset = 0,
},
position = {
count = 178032,
offset = 178032,
},
tangent = {
count = 178032,
offset = 356064,
},
uv0 = {
count = 178032,
offset = 534096,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 55908,
numComp = 3,
offset = 712128,
},
position = {
count = 121296,
numComp = 3,
offset = 768036,
},
tangent = {
count = 237376,
numComp = 4,
offset = 889332,
},
uv0 = {
count = 101816,
numComp = 2,
offset = 1126708,
},
},
}
end