中华卫星的博客
  • 我的工作
  • 国外旅程
  • 光学设计
  • 机械设计
  • 电脑知识
  • 程序设计
  • 随笔说说
  • 关于博客

分类: OpenGL

  • Home
  • OpenGL

glGetTexImage 和glReadPixels 这也许就是我要用的函数

  • 中华卫星
  • 2015年6月7日
  • 0 Comment

glGetTexImage 函数返回到 像素 的纹理图像。 目标 参数指定所需的纹理图像是一个指定的 glTe […]

Continue Reading

gluBuild2DMipmaps()与glTexImage2D()的使用方法及区别

  • 中华卫星
  • 2015年6月4日
  • 0 Comment

说明:两者的都是生成纹理,即:将载入的位图文件(*.bmp)转换成纹理贴图。

Continue Reading

获得三角形内部任意一点的uv纹理坐标

  • 中华卫星
  • 2015年6月3日
  • 0 Comment

过这个三角形的任意一点(假设为P0)和这个三角形内部的点(p)作一条直线. 求出这条直线与三角形(p1p2边) […]

Continue Reading

OpenGL 纹理映射的好资料

  • 中华卫星
  • 2015年5月31日
  • 0 Comment

http://wenku.baidu.com/link?url=iUewI7BeCeemTppcrX5pX-r […]

Continue Reading

学习OpenGL的很好的资料

  • 中华卫星
  • 2015年5月10日
  • 0 Comment
Continue Reading

如何解决 error LNK2001: unresolved external symbol ___glutInitWithExit@12

  • 中华卫星
  • 2015年4月2日
  • 0 Comment

opengl 的一个link的问题,本来整个工程很正常的,一段时间后再次打开,可能是我动了某些库文件和工程配置 […]

Continue Reading

OpenGL 库文件下载及VC++6.0配置

  • 中华卫星
  • 2015年3月29日
  • 0 Comment

1,下载OpenGL库文件   vcOpenGL 2,将包里的.h文件(gl.h, glu.h, glaux. […]

Continue Reading

关于OBJ文件和三维模型处理的编程

  • 中华卫星
  • 2015年3月29日
  • 0 Comment

虽然不是专业编程的,但是这个不目标我相信自己也可以实现。 一种3d模型文件导入方法及系统 三维模型文件中的OB […]

Continue Reading

如何使用VC++ 编写OpenGL程序

  • 中华卫星
  • 2013年3月6日
  • 0 Comment

http://www.codersource.net/c/c-miscellaneous/how-to-wri […]

Continue Reading

3D图形学理论入门 读OpenGL的理论基础

  • 中华卫星
  • 2013年2月10日
  • 0 Comment

今天利用下午的时间读了《OpenGL编程精粹》,理论部分讲解的非常透彻,尤其是让我回忆起了大学时候的《线性代数 […]

Continue Reading

文章导航

1 2 Next