From 2a423484e1073a3f63e085dfc6865c5f2af58343 Mon Sep 17 00:00:00 2001 From: GcsSloop Date: Wed, 14 Sep 2016 04:43:13 +0800 Subject: [PATCH] Update --- CustomView/Advance/[11]Matrix_3D_Camera.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CustomView/Advance/[11]Matrix_3D_Camera.md b/CustomView/Advance/[11]Matrix_3D_Camera.md index 4557217..2c8fdc0 100644 --- a/CustomView/Advance/[11]Matrix_3D_Camera.md +++ b/CustomView/Advance/[11]Matrix_3D_Camera.md @@ -313,7 +313,7 @@ public class Rotate3dAnimation extends Animation { ![](http://ww2.sinaimg.cn/large/005Xtdi2jw1f7sk60825wg308c0ea1kx.gif) -可以看到,图片不仅因为形变失真,而且在中间一段因为形变过大导致图片无法显示,当然了,单个手机失真,你可以用`depthZ`忽悠过去,当 `depthZ` 设置的数值比较大大时候,图像在翻转同时会远离摄像头,距离远离,失真就不会显得很严重,不过这仍掩盖不了在不同手机上显示效果不同。 +可以看到,图片不仅因为形变失真,而且在中间一段因为形变过大导致图片无法显示,当然了,单个手机失真,你可以用`depthZ`忽悠过去,当 `depthZ` 设置的数值比较大大时候,图像在翻转同时会远离摄像头,距离比较远,失真就不会显得很严重,但这仍掩盖不了在不同手机上显示效果不同。 **如何解决这一问题呢?** @@ -525,3 +525,11 @@ translate: [1.0, 0.0, -72.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0 + + +## 参考资料 + +[Camera](https://developer.android.com/reference/android/graphics/Camera.html)
+[FlipShare](https://github.com/JeasonWong/FlipShare)
+[从零开始打造一个Android 3D立体旋转容器](http://blog.csdn.net/mr_immortalz/article/details/51918560)
+