glAlphaFunc (GL11.GL_EQUAL, 1.0f);. This would only draw fragments where the alpha value of the fragment is equal to 1. Then we need to set the DepthMask to ...
確定! 回上一頁