摘要: public class ScreenClick { public float x,y; public int I=-1,J=-1; public int priviousI=0,previousJ=0; public float xSpan,ySpan,xOffset,yOffset; pu... 阅读全文
posted @ 2015-06-10 21:56 Anzhongliu 阅读(453) 评论(0) 推荐(0) 编辑
摘要: private void initVertexData(float width, float height) { // TODO Auto-generated method stub vCount = 6; float w = width / 2;//起着定位作用 float h = h... 阅读全文
posted @ 2015-06-10 21:32 Anzhongliu 阅读(201) 评论(0) 推荐(0) 编辑
摘要: public static int initTexture(int drawbleId, Resources resources){ int[] textures= new int[1]; GLES20.glGenTextures(1, textures,0); int textureId=te... 阅读全文
posted @ 2015-06-10 20:48 Anzhongliu 阅读(224) 评论(0) 推荐(0) 编辑