glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glMultMatrixf(view); glMultMatrixf(model); The default model-view and projection matrices are identity ...
確定! 回上一頁