搜索资源列表
OpenGLOCX
- 基于OpenGL的ActiveX控件 可以绘制各种直线和曲线并且进行各种变换-OpenGL-based ActiveX controls can draw various curves and straight lines and various transformation
simpledraw
- 是一个简单的用opengl画图的程序 完成了直线,圆等简单图形的绘制-is a simple drawing with opengl procedures completed the straight, round and other simple graphics rendering
TestOpenGL
- 使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
vc++PB
- c&OpenGL实现计算机图形学:双步绘制直线法绘制菱形
bresenham
- 用C语言结合OpenGL技术实现Bresenham算法绘制直线
lingxin
- c语言OpenGL实现计算机图形学双步绘制直线法绘制菱形
OpenGL.rar
- 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 ,Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL g
在OpenGL中实现基本的计算机绘图
- 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
DrawingProject
- 利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动-Using MFC and OpenGL has produced a menu-based graphical applications, can use the menu draw circles, straight lines, rectangles, and can use the mouse to pick up and drag,
zuansi
- 利用openGL绘制一个砖石图形,练习了openGL中循环直线的连接和绘制-Masonry using openGL to draw a graph, in practice the openGL the connection and draw a straight line loop
opengl
- 绘制一个多边形,实现以下变换:a) 按字母U或u进行旋转轴的切换:旋转轴为垂直于屏幕的直线,过当前窗口中心或者过物体中心(通过按U/u在两种可能中切换)。改变旋转轴后的变换是在以前发生所有变换的基础上累加进行的。b) 按字母R或r, 物体绕旋转轴分别旋转一个小角度d0或者-d0。 c) 按向上、下、左、或右方向键,物体相对于屏幕向上、下、左、或右平移固定长度L0。d) 按S或s实现物体绕自身中心放大为原来的k或1/k倍,其中k>1为放缩因子。e) 如果按字母i或I, 则取消之前b,c,
openGL
- 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algorithm, Bresenham midpoint line d
OpenGL
- 利用OpenGl绘制图形~~~~~包括三角形,点,直线,以及相应的参数变化-~~~~~ Using OpenGl Drawing shapes including triangles, points, lines, and the corresponding parameters
opengl-Application
- 学习opengl时设计的一个简单应用程序,可以实现三维图形多向旋转,绘制直线和圆以及二维图形的变换等功能。需要添加opengl库。-A simple application designed to learn opengl, you can achieve the functions of the three-dimensional graphics and more to the rotation, draw lines and circles as well as two-dimension
lab3-interactive
- opengl 简单键盘交互操作 OpengGL点、直线、多边形的绘制 简单字符绘制-Opengl simple keyboard interactions OpengGL point, line, polygon drawing Simple character drawing
opengl-line
- opengl的重要操作 绘制直线,适合学习opengl的人-Draw a straight line important operation OpenGL, suitable for learning opengl.
drawGeom
- Opengl基本编程实现,包括画点,画直线,折线,多边形,带填充色的多边形等几何图形的绘制-Opengl basic programming, including the draw point, draw lines, polylines, polygons, filled with colored geometric drawing polygons
opengl_Bresenham
- 这是opengl的入门级代码,使用Bresenham算法绘制直线和圆形,供初学者参考。(This is the entrygl entry code, using Bresenham algorithm to draw a straight line and round, for beginners reference.)
OpenGL绘制参数曲线
- opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)
line
- 绘制直线,用过使用中点画线算法等直线绘制算法绘制多条直线(Draw lines, with the use of midpoint line drawing algorithm and other straight line rendering algorithm to draw a number of straight lines)