1520DLC/res/models/mesh/tree/ThickGrass_RT_lod0.msh

71 lines
859 B
Plaintext

function data()
return {
animations = {
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 1776,
offset = 10064,
},
position = {
count = 1776,
offset = 6512,
},
tangent = {
count = 1776,
offset = 11840,
},
uv0 = {
count = 1776,
offset = 8288,
},
},
materials = {
"tree/ThickGrass_RT_0.mtl",
},
},
},
vertexAttr = {
normal = {
count = 1776,
numComp = 3,
offset = 2960,
},
position = {
count = 1776,
numComp = 3,
offset = 0,
},
tangent = {
count = 1776,
numComp = 3,
offset = 4736,
},
uv0 = {
count = 1184,
numComp = 2,
offset = 1776,
},
},
}
end