glScalef (1.0, 0.5, 1.0); //尺寸 glColor3f(0.0, 1.0, 0.0); glutSolidCube(1.0); glPopMatrix(); } void Axis2() { glPushMatrix();
確定! 回上一頁