1520DLC/res/models/mesh/vehicle/train/vl80k1/vl10_wheel.msh

28 lines
669 B
Plaintext

function data()
return
{
animations = { },
matConfigs = { { 0, }, },
subMeshes =
{
{
indices =
{
normal = { count = 25920, offset = 311040, },
position = { count = 25920, offset = 336960, },
tangent = { count = 25920, offset = 362880, },
uv0 = { count = 25920, offset = 388800, },
},
materials = { "vehicle/train/vl80k_wheel.mtl" },
},
},
vertexAttr =
{
normal = { count = 77760, numComp = 3, offset = 0, },
position = { count = 77760, numComp = 3, offset = 77760, },
tangent = { count = 103680, numComp = 4, offset = 155520, },
uv0 = { count = 51840, numComp = 2, offset = 259200, },
},
}
end