Disable depth test & mask, faceculling glDisable(GL_DEPTH_TEST); // Adding this makes everything else invisible glDepthMask(GL_FALSE); glCullFace(GL_FRONT); ...
確定! 回上一頁