Void DrawCube(float x, float y, float z) { glPushMatrix(); glTranslatef(x,y,z); glBegin(GL\_POLYGON); glVertex3f(0.0f, 0.0f, 0.0f); // top face ...
確定! 回上一頁