使用Jquery Reel的图像360º:每个循环额外的步骤?

时间:2012-03-21 17:21:15

标签: javascript jquery jquery-plugins 3d jquery-reel

我有这组图像,它们是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*/
});
我正在错误地使用框架,行,coumns和步骤吗?或问题出在图像中?

非常感谢

0 个答案:

没有答案