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*/
});
フレーム、行、カウント、ステップの使い方が間違っていますか? または問題は画像にありますか?
どうもありがとう