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(..)。我想将当前矩阵乘以局部坐标以获得全局坐标。是否可以以这种方式提取全局坐标?