摘要:
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... 阅读全文
摘要:
private void initVertexData(float width, float height) { // TODO Auto-generated method stub vCount = 6; float w = width / 2;//起着定位作用 float h = h... 阅读全文
摘要:
public static int initTexture(int drawbleId, Resources resources){ int[] textures= new int[1]; GLES20.glGenTextures(1, textures,0); int textureId=te... 阅读全文