We'll modifyDrawCube() to include normals. void MyWindow::DrawCube() { glBegin(GL_QUADS); // front glNormal3f(0, 0, 1); glColor3f( ...
確定! 回上一頁