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

59 lines
776 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 32400,
offset = 0,
},
position = {
count = 32400,
offset = 32400,
},
tangent = {
count = 32400,
offset = 64800,
},
uv0 = {
count = 32400,
offset = 97200,
},
},
materials = {
"vehicle/train/er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 22596,
numComp = 3,
offset = 129600,
},
position = {
count = 29076,
numComp = 3,
offset = 152196,
},
tangent = {
count = 43200,
numComp = 4,
offset = 181272,
},
uv0 = {
count = 27984,
numComp = 2,
offset = 224472,
},
},
}
end