当前位置:首页 科普知识 glPopMatrix

glPopMatrix

发布时间:2023-09-14 01:52:34

glPopMatrixNAMEglPushMatrix, glPopMatrix -- push and pop the current matrix stack

glPopMatrix介绍

glPopMatrixNAMEglPushMatrix, glPopMatrix -- push and pop the current matrix stack

glPopMatrix

C SPECIFICATION

void glPushMatrix(void void)

C SPECIFICATION

void glPopMatrix(void void)

DEscriptION

glPopMatrix

There is a stack of matrices for each of the matrix modes. In GL_MODELVIEW mode, the stack depth is at least 32. In the other two modes, GL_PROJECTION and GL_TEXTURE, the depth is at least 2. The current matrix in any mode is the matrix on the top of the stack for that mode.

glPushMatrix pushes the current matrix stack down by one, duplicating the current matrix. That is, after a glPushMatrix call, the matrix on the top of the stack is identical to the one below it.

glPopMatrix pops the current matrix stack, replacing the current matrix with the one below it on the stack.

Initially, each of the stacks contains one matrix, an identity matrix.

It is an error to push a full matrix stack, or to pop a matrix stack that contains only a single matrix. In either case, the error flag is set and no other change is made to GL state. 弹出栈顶的矩阵,并将其删除。这样,原来从栈顶数位于第二位的矩阵将成为栈顶矩阵。当前堆栈由函数glMatrixMode()指定。如果矩阵堆栈中只有一个矩阵,调用函数将导致错误。

glPopMatrix

ERRORS

GL_STACK_OVERFLOW is generated if glPushMatrix is called while the current matrix stack is full.

GL_STACK_UNDERFLOW is generated if glPopAttrib is called while the current matrix stack contains only a single matrix.

GL_INVALID_OPERATION is generated if glPushMatrix is called between a call to glBegin and the corresponding call to glEnd.

温馨提示:
本文【glPopMatrix】由作者 爱百科 转载提供。 该文观点仅代表作者本人, 自学教育网 信息发布平台,仅提供信息存储空间服务, 若存在侵权问题,请及时联系管理员或作者进行删除。
(c)2008-2025 自学教育网 All Rights Reserved 汕头市灵创科技有限公司
粤ICP备2024240640号-6