glColor3f (0.0,0.0,1.0);. /* set drawing colour blue (r,g,b) */. glBegin(GL_POLYGON);. /* specify a polygon */. glVertex3f(0.25,0.25,0.0).
確定! 回上一頁