glTranslated ( X, 7.5, 0 ); glScalef(15.0,15.0,15.0); drawCube(); glPopMatrix(); // DRAW WALLS glPushMatrix(); glTranslated( -20, 7.5, 0 );
確定! 回上一頁