glPushAttrib (GL_LIGHTING_BIT); // elegant way to change states because glDisable(GL_LIGHTING); // you can restore exact previous states ...
確定! 回上一頁