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 );
それが役に立てば幸い。