摘要: 问:int one = 0x10000; //三角形三个顶点 private IntBuffer triggerBuffer = IntBuffer.wrap(new int[]{ 0,one,0, //上顶点 -one,-one,0, //坐下点 one,-one,0,}); //右下点 //正... 阅读全文
posted @ 2014-01-05 22:14 起始页 阅读(271) 评论(0) 推荐(0) 编辑