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.
我已将对象文件中的对象加载到场景中。我对其进行了一些转换和操作。如何检索对象的新信息?例如:旋转操作后所有顶点的新位置。
在应用转换后,使用 glGetDoublev 和 GL_MODELVIEW_MATRIX 来获取模型视图矩阵。