glpopmatrix glPushMatrix

glPushMatrix,编程函数。

glPushMatrix

NAME

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

C SPECIFICATION

void glPushMatrix(void void)

C SPECIFICATION

void glPopMatrix(void void)

DESCRIPTION
描述

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.
每个矩阵模式都有相应的矩阵堆栈。在GL_MODELVIEW(模型视图)模式中,堆栈深度至少是32。在其他两个模式,GL_PROJECTION(投影)和GL_TEXTURE(纹理)中,堆栈深度至少是2。
当前矩阵在任何模式中都是位于该模式的堆栈顶端的。

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.
glPushMatrix复制当前矩阵,并将其在堆栈中下压。也就是说,glPushMatrix调用后,栈顶的矩阵和栈顶的下一个矩阵是相同的。

glPopMatrixPOPsthe current matrix stack, replacing the current matrix with the one below it on the stack.
glPopMatrix弹出当前矩阵堆栈,用当前矩阵替换该矩阵的下一个矩阵。

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()指定。复制栈顶矩阵,并将其压入堆栈,这样堆栈中最上面两个矩阵的内容相同。如果压入的矩阵过多,将导致错误。

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 glPushMatrix
  

爱华网本文地址 » http://www.413yy.cn/a/8103450103/103905.html

更多阅读

茴香的功效与作用 茴香苗的吃法

茴香的功效与作用——简介多年生草本,作一、二年生栽培。全株具特殊香辛味,表面有白粉。叶羽状分裂,裂片线形。夏季开黄色花,复伞形花序。果椭圆形,黄绿色。性喜温暖,适于砂壤土生长;忌在粘土及过湿之地栽种。春秋均可播种或春季分株繁殖。

名曲「夜空ノムコウ」各版本集合! 夜空中最亮的星 歌词

由スガシカオ作詞,川村結花作曲的「夜空ノムコウ」,是天團SMAP的大Hit曲目之一,旋律好聽不俗又朗朗上口,流行了這麼多年倒也沒有濫大街的情況(還好~~),因為實在太好聽了,所以也出現了好多翻唱的版本,基本上可以定義為神曲。這是作詞者スガ

学生会干部学习十八届三中全会(决定)心得体会

   今年的十八届三中全会已于12日落下帷幕。?学生党支部和学生会共同组织我们社联全体成员学习了十八届三中全会决定,以下为十八届三中全会决定全文要点:  1. 设立国家安全委员会,完善国家安全体制和国家安全战略,确保国家安

新茶储存 新茶要怎么储存?

   茶叶再好,如果存放不当则很容易变味。引起茶叶不良变化的原因很多,温度、湿度、异味、光线、空气和微生物等都会造成茶叶色泽、香气的流失。  【1】生石灰贮存法:选用干燥、封闭的陶瓷坛,放置在干燥、阴凉处,将茶叶用薄牛皮

声明:《glpopmatrix glPushMatrix》为网友梦曦媚淼分享!如侵犯到您的合法权益请联系我们删除