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

94 lines
1.2 KiB
Plaintext

function data()
return {
animations = {
opend1 = {
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 = 5344,
},
position = {
count = 624,
offset = 4096,
},
tangent = {
count = 624,
offset = 5968,
},
uv0 = {
count = 624,
offset = 4720,
},
},
materials = {
"vehicle/bus/chevrolet_c60_1974.mtl",
},
},
},
vertexAttr = {
normal = {
count = 1872,
numComp = 3,
offset = 656,
},
position = {
count = 336,
numComp = 3,
offset = 0,
},
tangent = {
count = 1568,
numComp = 4,
offset = 2528,
},
uv0 = {
count = 320,
numComp = 2,
offset = 336,
},
},
}
end