//Create Cube glPushMatrix(); glTranslated(-5.0,0.0,0.0); glDrawCube(7.5f); glPopMatrix(); //Create Sphere glPushMatrix(); glTranslated(10.0,0.0,0.0); ...
確定! 回上一頁