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.
我正在用 java 开发一个应用程序,它使用 openGL (JOGL) 来绘制金字塔。当我尝试在 X 方向上平移金字塔时,我看到的是,我的金字塔也在 Z 方向上平移。当我尝试沿 Y 方向平移金字塔时,也会发生同样的事情。沿 Z 方向的平移似乎没有问题。是什么导致了这种行为?
这种行为可能是由许多不同的因素引起的。
你可能有:
glLoadIdentity
glPushMatrix
glPopMatrix