1520DLC/res/models/mesh/vehicle/train/vl10_bogey/vl10_bogey.msh

28 lines
668 B
Plaintext

function data()
return
{
animations = { },
matConfigs = { { 0, }, },
subMeshes =
{
{
indices =
{
normal = { count = 32088, offset = 385056, },
position = { count = 32088, offset = 417144, },
tangent = { count = 32088, offset = 449232, },
uv0 = { count = 32088, offset = 481320, },
},
materials = { "vehicle/train/vl10_bogey.mtl" },
},
},
vertexAttr =
{
normal = { count = 96264, numComp = 3, offset = 0, },
position = { count = 96264, numComp = 3, offset = 96264, },
tangent = { count = 128352, numComp = 4, offset = 192528, },
uv0 = { count = 64176, numComp = 2, offset = 320880, },
},
}
end