1520DLC/res/models/mesh/vehicle/train/cm/cddoor12.msh

78 lines
1.0 KiB
Plaintext

function data()
return {
animations = {
cdopend12 = {
type = "KEYFRAME",
params = {
origin = {
0, 0, 0,
},
keyframes = {
{
time = 0,
rot = { 0, 0, 0 },
transl = { 0, 0, 0 }
}, {
time = 1100,
rot = { -90, 0, 0 },
transl = { 0, 0, 0 }
},
}
}
},
},
matConfigs = {
{
0,
},
},
subMeshes = {
{
indices = {
normal = {
count = 24,
offset = 0,
},
position = {
count = 24,
offset = 24,
},
tangent = {
count = 24,
offset = 48,
},
uv0 = {
count = 24,
offset = 72,
},
},
materials = {
"vehicle/train/cp3.mtl",
},
},
},
vertexAttr = {
normal = {
count = 24,
numComp = 3,
offset = 96,
},
position = {
count = 48,
numComp = 3,
offset = 120,
},
tangent = {
count = 32,
numComp = 4,
offset = 168,
},
uv0 = {
count = 32,
numComp = 2,
offset = 200,
},
},
}
end