关于在Qt的QOpenGLWidget框架中---glClear(GL_COLOR_BUFFER_BIT)函数的一些有趣描述,程序员大本营,技术文章内容聚合第一站。
# 需要导入模块: from OpenGL import GL [as 别名]# 或者: from OpenGL.GL importGL_COLOR_BUFFER_BIT[as 别名]defrender_scene(self, eye):GL.glClear(GL.GL_COLOR_BUFFER_BIT| GL.GL_DEPTH_BUFFER_BIT) GL.glEnable(GL.GL_DEPTH_TEST)ifself.show_cubes: GL.glUseProgram(self.scene_program) GL.gl...
The COLOR_BUFFER_BIT constant indicates the buffers currently enabled for color writing. gl.COLOR_BUFFER_BIT // Clears the color and depth buffers gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT); clear clearColor DEPTH_BUFFER_BIT STENCIL_BUFFER_BIT