asen's Blog

Happy coding
OPENGL坐标系

glPushMatrix && glPopMatrix 的作用

asen posted @ 2009年9月17日 23:50 in 其他软件 with tags glPopMatrix glPushMatrix , 2750 阅读

 

当你做了一些移动或旋转等变换后,使用glPushMatrix();
OpenGL 会把这个变换后的位置和角度保存起来。
然后你再随便做第二次移动或旋转变换,再用glPopMatrix();
OpenGL 就把刚刚保存的那个位置和角度恢复。

比如:
glLoadIdentity();
glTranslatef(1,0,0);//向右移动(1,0,0)
glPushMatrix();//保存当前位置
glTranslatef(0,1,0);//现在是(1,1,0)
glPopMatrix();//这样,现在又回到(1,0,0)

 

  • 无匹配
remember passwords i 说:
2018年9月08日 01:10

Microsoft Edge is one of the best browsers I've ever worked on, you'll find more features by Microsoft than other default browsers. With the help of our articles, you will find a lesson for managing saved passwords in Microsoft edge Browser with pictures.

spanish dictionary 说:
2018年11月12日 12:36

Thanks. You’ve helped make it clearer for me!

babysitting services 说:
2019年9月10日 20:31

Whether you might be moving in to a new house or perhaps like to help keep every corner and nook clean to help keep it very hygienic, deep cleaning it could turn into the most sensible thing for an individual. You can simply hire strong cleaning services to ensure that you use a beautiful and also sparkling clear space yourself.

part time maids in d 说:
2021年9月19日 14:11

For that reason, start along with the windows’ frame and sparkling cloth. Don’t ignore an inch for the frames numerous experts use vacuum pressure cleaner additionally to take out all many nasty earth. Furthermore, have a very dedicated time frame cleaner just for experiencing a fabulous smudge-free, combined with streak-free home's windows. And, don’t lead to using fluids; or better, you’ll really have to repeat the process cut water marks. Let all the cleaners dry themselves. Additionally, clean all the shutters and additionally curtains or possibly other draperies.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter