C++画房子

#include <GL/glut.h> void display() { //clear all pixels glClear(GL_COLOR_BUFFER_BIT); glColor3f(0.5451,0.27059,0.0); //设置颜色为棕色 glBegin(GL_POLYGON); glVertex3f(0.5,0.75,0); glVertex3f(1.0,0.25,
相关文章
相关标签/搜索