glMultMatrixf (mat44);. 但是如果你想丢弃当前在OpenGL矩阵堆栈上的内容并使用你自己的转换,那么你应该写: glLoadMatrixf(mat44);. 对于OpenGL-2.1及更早版本,请 ...
確定! 回上一頁