let gl = ref.getContext('webgl') gl.clearColor(1.0, 1.0, 0.0, 1.0); gl.enable(gl.DEPTH_TEST); gl.depthFunc(gl.LEQUAL); gl.clear(gl.
確定! 回上一頁