Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道现在无法通过openGL中的命令获取模型矩阵。但我的应用程序的请求需要使用这个矩阵。
其实有一种获取方式:
GLdouble modelview[16]; glGetDoublev( GL_MODELVIEW_MATRIX, modelview );
希望能帮助到你。