摘要: OpenGL ES 3.0顶点 -1, 1, 0, -0.5f, 0, 0, 0, -1, 0, -1, 0, 0,0.5f, 0, 0, 1, -1, 0顶点设置成了大小20 public static final String vertex3 = ... 阅读全文
posted @ 2015-11-06 16:27 高峰mobile 阅读(3155) 评论(1) 推荐(0)
摘要: 打开Document UI 过滤图片 private void startAcitivty() { Intent intent = new Intent(); intent.setAction("android.intent.action.GET_CONTENT")... 阅读全文
posted @ 2015-11-06 13:16 高峰mobile 阅读(1769) 评论(0) 推荐(0)
摘要: 本文主要演示OpenGL ES 3.0 纹理演示。接口大部分和2.0没什么区别,脚本稍微有了点变化而已。扩展GLSurfaceViewpackage com.example.gles300;import android.app.ActivityManager;import android.conte... 阅读全文
posted @ 2015-11-06 10:10 高峰mobile 阅读(6359) 评论(0) 推荐(1)