搜索资源列表
threeSamplesForOpenGL
- 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
CG_2
- openGL利用bresenham算法画圆,需要在vc6.0环境下运行-openGL draw a circle using bresenham algorithm needs to run under in vc6.0
opengltext
- 实现中点画圆,画线,画椭圆,DDA画线,以及bresenham画线,画圆.-To achieve the midpoint of a circle, draw lines, draw ellipse, DDA line drawing, and bresenham drawing lines, circles.
CG1
- 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
opengl
- 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
bresenham3
- 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
cycle
- 利用 Bresenham 算法画圆并对其进行填充操作 !-Draw a circle using Bresenham algorithm and its filling operation!
20051610317_1
- 用C++以及MFC基于bresenham算法画圆并进行填充!-In C++ and MFC based bresenham algorithm and draw a circle to fill!
MidBresenhamDrawCircle
- 计算机图形学,中点Bresenham法画圆,使用OpenGL-Computer graphics, the midpoint method Bresenham Circle, using OpenGL
test7
- 基于CG的二维图形程序,通过动画的方式表示了Bresenham画圆算法的过程-CG-based two-dimensional graphics program, expressed by way of the animation process Bresenham Circle Algorithm
Draw_Line_circle_fill
- Opengl实现的用图形学算法那DDA和Bresenham算法画直线和画圆及颜色填充算法。-Opengl achieved with graphics algorithm that DDA and Bresenham algorithm draw a straight line and draw a circle and color fill algorithm.
basic-graph--drawing-using-opengl
- 用opengl实现基本图形的绘制,包括DDA画线法、bresenham中点画线法、改进的bresenham中点画线法、bresenham画圆画椭圆法-basic graph drawing using opengl
Bresenham_Circle
- Bresenham算法画圆,编码中画出的是八分之一圆,可以通过x,y的符号来改变象限画整圆。-Bresenham algorithm drawcircle, the encoding depicted in the eighth round, can be changed by the symbols x, y quadrant Videos whole circle.
Bresenham
- Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
yuanxing
- 图像 处理 opengl 方程法和bresenham画圆 cpp源代码 有注解-Image processing opengl equation method and Bresenham Circle cpp source code annotated
OpenGL
- 扫描画圆、中点画圆、Bresenham画圆算法、四分之一圆画圆算法-Scan circle, the midpoint Circle, Bresenham circle algorithm, fourth round circle algorithm, etc.
basic-graph--drawing-using-opengl
- 用opengl实现基本图形的绘制,包括DDA画线法、bresenham中点画线法、改进的bresenham中点画线法、bresenham画圆画椭圆法-basic graph drawing using opengl
Bresenham
- Bresenham画圆算法,采取圆的8个对称点画圆,增添鼠标控制事件-On Bresenham algorithm, take a round of eight symmetrical point circle, adding mouse control events
HW3
- opengl绘制圆的三种算法,中心点画圆,bresenham画圆和正负法画圆。-Three kinds of algorithm of circle drawing OpenGL, center point circle, circle and law circle of positive and negative bresenham.
opengl画圆和直线
- c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)