1520DLC/res/models/mesh/vehicle/tram/toronto_clrv/lod_0_d3.msh

90 lines
1.1 KiB
Plaintext

function data()
return {
animations = {
opend3 = {
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 = 144,
offset = 1200,
},
position = {
count = 144,
offset = 912,
},
tangent = {
count = 144,
offset = 1344,
},
uv0 = {
count = 144,
offset = 1056,
},
},
materials = {
"vehicle/tram/tram_toronto_clrv.mtl",
},
},
},
vertexAttr = {
normal = {
count = 432,
numComp = 3,
offset = 160,
},
position = {
count = 96,
numComp = 3,
offset = 0,
},
tangent = {
count = 320,
numComp = 4,
offset = 592,
},
uv0 = {
count = 64,
numComp = 2,
offset = 96,
},
},
}
end