To set the clear color, we use the OpenGL command glClearColor(); An example follows: glClearColor(0.0f, 0.0f, ... Insert your OpenGL display code here.
確定! 回上一頁