1520DLC/res/models/mesh/vehicle/train/er2p/er2pv3.msh

59 lines
778 B
Plaintext

function data()
return {
animations = {
--Animation Config goes here!
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 54384,
offset = 0,
},
position = {
count = 54384,
offset = 54384,
},
tangent = {
count = 54384,
offset = 108768,
},
uv0 = {
count = 54384,
offset = 163152,
},
},
materials = {
"vehicle/train/Er2k.mtl",
},
},
},
vertexAttr = {
normal = {
count = 12672,
numComp = 3,
offset = 217536,
},
position = {
count = 41112,
numComp = 3,
offset = 230208,
},
tangent = {
count = 72512,
numComp = 4,
offset = 271320,
},
uv0 = {
count = 35632,
numComp = 2,
offset = 343832,
},
},
}
end