Try this: glColor3f(1, 0, 0); glPushMatrix(); glTranslatef(5,2,1); glutSolidCube(1); glPopMatrix(); glPushMatrix(); glTranslatef(10,8,0); ...
確定! 回上一頁