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

59 lines
785 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 156036,
offset = 0,
},
position = {
count = 156036,
offset = 156036,
},
tangent = {
count = 156036,
offset = 312072,
},
uv0 = {
count = 156036,
offset = 468108,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 26304,
numComp = 3,
offset = 624144,
},
position = {
count = 117540,
numComp = 3,
offset = 650448,
},
tangent = {
count = 208048,
numComp = 4,
offset = 767988,
},
uv0 = {
count = 94896,
numComp = 2,
offset = 976036,
},
},
}
end