摘要: Android系统API Demos提供了伪3D旋转的例子,实现原理都是通过Camera API来进行处理.先附上源码:动画类Rotate3dAnimation:/** * An animation that rotates the view on the Y axis between two specified angles. * This animation also adds a translation on the Z axis (depth) to improve the effect. */public class Rotate3dAnimation extends Animati 阅读全文
posted @ 2013-02-04 13:38 暗殇 阅读(556) 评论(0) 推荐(0)