command result glLoadMatrixf(A) stack = [A] glPushMatrix() stack = [A, A] glMultMatrixf(B) stack = [AB, A] glPopMatrix() stack = [A]
確定! 回上一頁