
opengl/glut
zhang11wu4
计算机硕士,专业:计算机应用技术,研究方向:图像图像,重点研究图像分割,包括单目标和多目标的自动分割,图像清晰化,目标检测等。QQ:46454279,仅限技术交流,其他免加.
展开
-
GLUT的一个简明OO封装
毕业设计用到了OpenGL,由于不会用MFC和Win32API做窗口程序;自然选用了GLUT。GLUT很好用,就是每次写一堆Init,注册callback,觉得有点恶心,于是对他做了简单的OO封装。记录在此,如有同学有兴趣可以下载。GLUT应用程序直接使用GLUT的程序是这样的:#include #include void display() {// OpenGL c转载 2014-09-26 22:46:37 · 1134 阅读 · 0 评论 -
常用投影及转换介绍
Transformations and projectionsIn what follows are various transformations and projections, mostly as they apply to computer graphics.Spherical Projections (Stereographic and Cylin原创 2015-08-18 16:37:11 · 11729 阅读 · 1 评论