1520DLC/res/models/mesh/vehicle/bus/chevrolet_c60_1974/lod_0_d2.msh

94 lines
1.2 KiB
Plaintext

function data()
return {
animations = {
opend2 = {
type = "KEYFRAME",
params = {
origin = {
0, 0, 0,
},
keyframes = {
{
time = 0,
rot = { 0, 0, 0 },
transl = { 0, 0, 0 }
}, {
time = 500,
rot = { -45, 0, 0 },
transl = { -0.01, .15, 0 }
}, {
time = 1100,
rot = { -90, 0, 0 },
transl = { -0.009, .20, 0 }
}
}
}
},
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 624,
offset = 5280,
},
position = {
count = 624,
offset = 4032,
},
tangent = {
count = 624,
offset = 5904,
},
uv0 = {
count = 624,
offset = 4656,
},
},
materials = {
"vehicle/bus/chevrolet_c60_1974.mtl",
},
},
},
vertexAttr = {
normal = {
count = 1872,
numComp = 3,
offset = 656,
},
position = {
count = 336,
numComp = 3,
offset = 0,
},
tangent = {
count = 1504,
numComp = 4,
offset = 2528,
},
uv0 = {
count = 320,
numComp = 2,
offset = 336,
},
},
}
end