glBegin(GL_QUADS); glNormal3f(-1, 0, 0); glVertex3f(-1, -1, 1); glVertex3f(-1, -1, -1); glVertex3f(-1, 1, -1); glVertex3f(-1, 1, 1); ...
確定! 回上一頁