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.
ローカル座標があり、グローバル座標を取得したいとします。そのために、gltranslatef(...) と glrotatef(..) を呼び出します。現在の行列にローカル座標を掛けて、グローバル座標を取得したいと考えています。この方法でグローバル座標を抽出することは可能ですか?