1520DLC/res/models/mesh/vehicle/tram/KTM5M3/ktm5m3_door1.msh

40 lines
925 B
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 = 800,
rot = { 0, 0, 0 },
transl = { -1.30, -0.05, 0 }
}
}
}
},
},
matConfigs = { { 0, }, },
subMeshes = { {
indices = {
normal = { count = 468, offset = 5616, },
position = { count = 468, offset = 6084, },
tangent = { count = 468, offset = 6552, },
uv0 = { count = 468, offset = 7020, },
},
materials = { "vehicle/tram/KTM5M3.mtl" },
}, },
vertexAttr =
{
normal = { count = 1404, numComp = 3, offset = 0, },
position = { count = 1404, numComp = 3, offset = 1404, },
tangent = { count = 1872, numComp = 4, offset = 2808, },
uv0 = { count = 936, numComp = 2, offset = 4680, },
},
} end