摘要: public class Vertices3 { final GL10 gl; final boolean hasColor; final boolean hasTexCoords; final int vertexSize; final IntBuffer vertices; final int[] tmpBuffer; final ShortBuffer indices; public Vertices3(GL10 gl, int maxVertices, int maxIndices, boolean hasC... 阅读全文
posted @ 2012-01-09 14:02 LiLiNiuNiu 阅读(245) 评论(0) 推荐(0) 编辑