clearDepth(1.0); gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT); // Set the depth test gl.enable(gl.DEPTH_TEST); gl.depthFunc(gl.
確定! 回上一頁