1520DLC/res/models/mesh/vehicle/tram/TatraT3/TatraT3_bogy.msh

22 lines
629 B
Plaintext

function data() return {
animations = {
},
matConfigs = { { 0, }, },
subMeshes = { {
indices = {
normal = { count = 3072, offset = 36864, },
position = { count = 3072, offset = 39936, },
tangent = { count = 3072, offset = 43008, },
uv0 = { count = 3072, offset = 46080, },
},
materials = { "vehicle/tram/TatraT3.mtl" },
}, },
vertexAttr =
{
normal = { count = 9216, numComp = 3, offset = 0, },
position = { count = 9216, numComp = 3, offset = 9216, },
tangent = { count = 12288, numComp = 4, offset = 18432, },
uv0 = { count = 6144, numComp = 2, offset = 30720, },
},
} end