Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 OpenGL 画布设置背景颜色。通常,我使用 glClearColor 方法,然后使用 gl.glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); 在我需要启用照明之前它工作得很好。背景颜色仍然有效,但我所有的纹理和顶点都是白色的。