glEnable(GL_DEPTH_TEST); glDepthFunc(GL_LESS); ExitOnGLError("ERROR: Could not set OpenGL depth testing options"); glEnable(GL_CULL_FACE); ...
確定! 回上一頁