创建缓冲区对象var buffer = gl.createBuffer(); //绑定缓冲区对象gl.bindBuffer(gl.LINE_LOOP, buffer); //顶点数组data数据传入缓冲区gl.bufferData(gl.
確定! 回上一頁