To set the contents of a WebGL buffer object, you use the gl.bufferData() call with a Typed Array. var floatArray = new Float32Array([1,2,3 ...
確定! 回上一頁