码迷,mamicode.com
首页 > 其他好文 > 详细

OpenGL: What is MatrixMode?

时间:2015-08-04 12:40:58      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:

OpenGL uses several matrices to transform geometry and associated data. Those matrices are:

  • Modelview – places object geometry in the global, unprojected space
  • Projection – projects global coordinates into clip space; you may think of it as kind of a lens
  • Texture – adjusts texture coordinates before; mostly used to implement texture projection (i.e. projecting a texture as if it was a slide in a projector)
  • Color – adjusts the vertex colors. Seldomly touched at all

OpenGL: What is MatrixMode?

标签:

原文地址:http://www.cnblogs.com/splashbrother/p/4701319.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!