关于ratio越大速度越慢,之前也想了半天,结果突然看到lerpDistance(aim, cur, ratio)返回值是aim+距离差*ratio...
2016-02-16
最新回答 / MrJaW
额····这个主要是看你代码到底怎么打的了,我个人猜的,你要是在main中声明了momObj为联系mom.js文件内容(momObj=new momObj();),只需要在init后面加上()就应该可以了,详细的不看你全代码,说不准······>.<
2016-02-09
最新回答 / 睡觉青蛙
fruitObj.prototype.born = function(i) { var aneId = Math.floor(Math.random() * ane.num); this.x[i] = ane.x[aneId]; this.y[i] = canH - ane.len[aneId]; this.l[i] = 0;其实我觉得这里把ane的实例化对象写进去是不妥的。, var aneId = Math.floor(Math.random() * ane.num); ...
2016-01-27