... 3) glVertex2f(3, 0) glEnd() glPopMatrix() #繪製"平移+縮小"後三角形顏色為藍 glTranslated(3,3,0) glPushMatrix( ) glScalef(0.5,0.5,1) glColor3f(0, 0, ...
確定! 回上一頁