1520DLC/res/models/mesh/vehicle/tram/peter_witt_streetcar/lod_1_d6.msh

90 lines
1.1 KiB
Plaintext

function data()
return {
animations = {
opend6 = {
type = "KEYFRAME",
params = {
origin = {
0, 0, 0,
},
keyframes = {
{
time = 0,
rot = { 0, 0, 0 },
transl = { 0, 0, 0 }
}, {
time = 1100,
rot = { -175, 0, 0 },
transl = { 0, 0.05, 0 }
}
}
}
},
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 96,
offset = 884,
},
position = {
count = 96,
offset = 692,
},
tangent = {
count = 96,
offset = 980,
},
uv0 = {
count = 96,
offset = 788,
},
},
materials = {
"vehicle/tram/peter_witt_streetcar.mtl",
},
},
},
vertexAttr = {
normal = {
count = 288,
numComp = 3,
offset = 180,
},
position = {
count = 108,
numComp = 3,
offset = 0,
},
tangent = {
count = 224,
numComp = 4,
offset = 468,
},
uv0 = {
count = 72,
numComp = 2,
offset = 108,
},
},
}
end