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.
オブジェクト ファイルからシーンにオブジェクトをロードしました。私はそれにいくつかの変換、操作を行います。オブジェクトの新しい情報を取得するにはどうすればよいですか? 例: 回転操作後のすべての頂点の新しい位置。
GL_MODELVIEW_MATRIX で glGetDoublev を使用して、変換を適用した後にモデル ビュー マトリックスを取得します。