您好,发现一个问题,Animation设置pivot为非整数时,动画会明显变模糊,如:
this.animation.pivot(this.animation.getBounds().width / 2,this.animation.getBounds().height / 2);
如果this.animation.getBounds().width / 2为非整数,动画就会变模糊,像下面带有小数点就会模糊
this.animation.pivot(100.5,100.5);
发现带小数点的的动画图片明显模糊了(后面的图片)
2 个回复
Laya_XS
赞同来自:
ohkei - as3、as2、h5
赞同来自: