搜索资源列表
OpenGL动态球体
- 利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。比较适合初学者。便于理解OpenGL画图的数学原理.-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully d
openglline
- 利用c语言和opengl生成的画直线的交互程序,适合对opengl刚入门的人
openGL_EXP 利用OpenGL画的一辆坦克
- 利用OpenGL画的一辆坦克,这是一个期末的实验成果,实现了层级建模,光源,相对交互运动,以及纹理等实验要求。 程序代码清晰,适合初学者模仿和学习使用。-Use OpenGL drawing of a tank, this is a final experimental results achieved level modeling, light, relative cross motion, and texture experiments. Code clarity, suitable
newpaint
- 本程序主要实现人机交互,可进行画点、线、面、以及书写英文字母的功能。当右击鼠标时,还可选择清空屏幕和退出程序的功能。-The main achievement of human-computer interaction process, can be draw points, lines, surfaces, and the function of writing letters. When right-click the mouse, can also choose to clear the
test1
- 使用opengl画一个球体(使用了两种方法,有简单交互操作)-Use opengl to draw a sphere (using the two methods, a simple interaction)
Bresenham
- Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
openGL_project
- 一个简单的可以交互的OpenGL应用程序,支持用户利用鼠标创建和删除2维多边形,可以设置多边形颜色,进行填充,也实现了一些简单的画直线,画圆的算法-A simple interactive OpenGL applications to support the user using the mouse to create and delete the 2-dimensional polygon, you can set the polygon color, fill the polygon.Som
Bezier 曲线
- 程序实现根据鼠标输入的点进行Bezier曲线的绘制程序中鼠标 输入点的个数是可以手动改动的此程序中输入点的最大值设置为15.同时程序实现了键盘的交互 用来控制程序运行过程中的退出、重画等
OpenGL分形树
- 用OpenGL与C++结合,画的一棵分形树,有天空,大地,可以使用键盘或者鼠标等进行交互操作,界面友好,有很好的参考价值。