搜索资源列表
Camera4_OGL
- 我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。-I wrote an OpenGL procedures. Can 3D drawing and rotating shift operation.
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
scatter3d_demo
- 一个基本,但是很有用的OPENGL程序,可以从中学习到OPENGL的基本画图方法和缩放,旋转,视图变化,颜色变化等。
OpenGL(1)
- openGL 实例教程 一些建模用的函数,旋转,画图,贴图,实例-cotty
glutEx1
- opengl画图,可以旋转,移动,选择视图类型,改变视角。-demonstrate how opengl works
Sample
- Opengl es 1.0 例子,实现三角形画图和旋转-Opengl es 1.0 example, the triangle drawing and rotation to achieve
example3
- OpenGL简单的画图,先画一个盾牌,再旋转,平移,变成3圈盾牌。-OpenGL simple drawing, to draw a shield, and then rotate, pan, 3 turns into a shield.
MySDOpenGL_3D
- openGL的三维画图,光源变换,沿轴旋转-penGL three-dimensional drawing, light transformation along the axis of rotation
Graphics-comprehensive-experiment
- 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie