资源列表
OpenGL_programming_guide_tutorial_English
- OpenGL英文版程序编程指导教程OpenGL programming guide tutorial English-English guide OpenGL Programming Guide OpenGL programming guide tutorial English
openglsoft
- 关于OPENGL交互和界面的程序,软件包内容详尽,包括了三维渲染的基本算法和基于OPENGL可交互的实现-OPENGL interaction and interface on the procedures detailed package, including three-dimensional rendering of the basic algorithm and based on the realization of interactive OPENGL
Sun_and_Planet
- OpenGL的简单应用,制作一个太阳行星运动模型。(其中包含源文件)-It is a simple OpenGL example about the planet around the sun.
My_Exopengl
- OpenGL下创建3D场景,创建飘扬的旗帜。-OpenGL 3D
3D
- c++ 结合opengl开发的简单3D绘图
1306461516546
- OpenGL语言,实现了画出两个交叉的圆柱体,可以按上下左右键来观察这个交叉圆柱体-OpenGL language, to achieve a draw two intersecting cylinders, you can press the arrow keys to observe the cross-cylinder
OpenGL.Graphics.Through.Applicationsadditional.mat
- OpenGL Graphics Through Applications的随书源码
riyuedi
- 通过OpenGL编程,模拟太阳、地球、月亮三者之间公转与自转的运动关系。-Through the OpenGL programming to simulate the sun, the earth, the moon among the revolution and rotation movement relationship.
polygon
- 利用OPENGL实现非自交五边形的扫描转换 非常简单 C-Use OPENGL to achieve a very simple non-self-pay pentagon scan conversion C++
OpenGL_Collide
- 这是买的书的随书光盘,OpenGL实例编程精粹之碰撞检测。-This is a book to buy CD with the book, OpenGL programming examples the essence of the collision detection.
The.OpenGL.Super.Bible
- The.OpenGL.Super.Bible i think it can be a useful book for opengl programming
bresenham
- Bresenham’s increments x by 1 and y by 0 or 1 This makes sense for our lines, we want them to be continuous If the magnitude of the slope were more than 1, we’d swap x & y-Bresenham’s increments x by 1 and y by 0 or 1 This makes sense for our l