... with help from https://github.com/tweenjs/tween.js/issues/14 var tween = new TWEEN.Tween(group.rotation) .to({ y: "-" + Math.PI/2}, 1000) .delay(1000) .
確定! 回上一頁