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

59 lines
773 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 17256,
offset = 0,
},
position = {
count = 17256,
offset = 17256,
},
tangent = {
count = 17256,
offset = 34512,
},
uv0 = {
count = 17256,
offset = 51768,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 12984,
numComp = 3,
offset = 69024,
},
position = {
count = 17484,
numComp = 3,
offset = 82008,
},
tangent = {
count = 23008,
numComp = 4,
offset = 99492,
},
uv0 = {
count = 18032,
numComp = 2,
offset = 122500,
},
},
}
end