You're essentially disabling depth testing doing this, you could just aswell call gl.disable(gl.DEPTH_TEST) (and while at it create your context without a ...
確定! 回上一頁