OpenGL中glMultMatrixf的使用. #include<windows.h>#include<glut.h>floatM[3][3]={{1.0,0.0,0.0},{0.0,1.0,0.0},{0.0,0.0,1.0}};float(*pM)[3]=M ...
確定! 回上一頁