1520DLC/res/models/mesh/high/centr.msh

22 lines
622 B
Plaintext

function data() return {
animations = {
},
matConfigs = { { 0, }, },
subMeshes = { {
indices = {
normal = { count = 9600, offset = 115200, },
position = { count = 9600, offset = 124800, },
tangent = { count = 9600, offset = 134400, },
uv0 = { count = 9600, offset = 144000, },
},
materials = { "centr.mtl" },
}, },
vertexAttr =
{
normal = { count = 28800, numComp = 3, offset = 0, },
position = { count = 28800, numComp = 3, offset = 28800, },
tangent = { count = 38400, numComp = 4, offset = 57600, },
uv0 = { count = 19200, numComp = 2, offset = 96000, },
},
} end