depthFunc (gl.LESS); //Enables blending gl.enable(gl.BLEND); //Blending function for transparencies gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA); gl.
確定! 回上一頁