1520DLC/res/models/mesh/vehicle/train/t-5m1/t-5m1_down.msh

28 lines
663 B
Plaintext

function data()
return
{
animations = { },
matConfigs = { { 0, }, },
subMeshes =
{
{
indices =
{
normal = { count = 28656, offset = 343872, },
position = { count = 28656, offset = 372528, },
tangent = { count = 28656, offset = 401184, },
uv0 = { count = 28656, offset = 429840, },
},
materials = { "vehicle/train/t-5m1.mtl" },
},
},
vertexAttr =
{
normal = { count = 85968, numComp = 3, offset = 0, },
position = { count = 85968, numComp = 3, offset = 85968, },
tangent = { count = 114624, numComp = 4, offset = 171936, },
uv0 = { count = 57312, numComp = 2, offset = 286560, },
},
}
end