我有这组图像,共有 109 个。它是一个从 3 个不同(垂直)角度旋转 360º 的房间。
它似乎工作正常,但我不知道为什么在每个循环结束时我会从另一个角度看到一些步骤/帧:
如果您只是检查它会更容易:http: //toniweb.us/m/3d/adam.html
这就是我所说的:
$('#room').reel({
frames: 36, /* frames per spin */
rows: 3, /* prespectives */
columns: 36,
speed: 0.2,
brake: 5,
/* cw: true,*/
path: 'object/',
images: get_frames() , /* Array with all images */
indicator: 10,
wheelable: false,
steps: 36 /* frames per spin*/
});
我是否错误地使用了框架、行、数量和步骤?或者问题出在图像中?
多谢