... set the model-to-world transformation glMatrixMode(GL_MODELVIEW); glPushMatrix(); glMultMatrixf(gs_afMatrix); // draw the triangle glBegin(GL_POLYGON); ...
確定! 回上一頁