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

90 lines
1.1 KiB
Plaintext

function data()
return {
animations = {
opend7 = {
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 = 1012,
},
position = {
count = 96,
offset = 820,
},
tangent = {
count = 96,
offset = 1108,
},
uv0 = {
count = 96,
offset = 916,
},
},
materials = {
"vehicle/tram/peter_witt_streetcar.mtl",
},
},
},
vertexAttr = {
normal = {
count = 288,
numComp = 3,
offset = 180,
},
position = {
count = 108,
numComp = 3,
offset = 0,
},
tangent = {
count = 352,
numComp = 4,
offset = 468,
},
uv0 = {
count = 72,
numComp = 2,
offset = 108,
},
},
}
end