創建緩衝對象const vertexBuffer = gl.createBuffer();. 將數據寫入緩衝 // 緩衝數據const vertices = new Float32Array([ -0.5, 0.5, 10.0, 1.0, ...
確定! 回上一頁