An example: glPushMatrix(); // Creates matrix 1 on the top glTranslated(100, 0, 0); // Applies translation to matrix 1 drawSphere(); ...
確定! 回上一頁