Welcome![Sign In][Sign Up]
Location:
Search - DDA Line opengl

Search list

[Fractal program图形基础

Description: 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Platform: | Size: 5120 | Author: 波波 | Hits:

[OpenGL programangel_22

Description: 这是根据DDA 算法,作的画直线的例子 自己做的,绝不参考-This algorithm is based on DDA, the painting line for example do for myself, not reference
Platform: | Size: 1024 | Author: 利好 | Hits:

[Graph DrawingDDA&Bresenham

Description: DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Platform: | Size: 247808 | Author: 李冰海 | Hits:

[OpenGL programOpenglDraw

Description: OpenGL试验包括基本的点、线、dda、多边形、填充、反走样-OpenGL test including basic point, line, dda, polygons, filled, anti-aliasing
Platform: | Size: 89088 | Author: | Hits:

[OpenGL programthreeSamplesForOpenGL

Description: 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
Platform: | Size: 211968 | Author: 邹文科 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[OpenGL programDDAmidpointAliasing

Description: DDA划线,用dda算法来实现的划线,dda基于OpenGL的实现-DDA crossed with dda algorithm to achieve the line, dda realization based on OpenGL
Platform: | Size: 59392 | Author: 709394 | Hits:

[Graph DrawingCG

Description: 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, Bezier curve, animation, three-dimensional shape.
Platform: | Size: 2037760 | Author: star | Hits:

[OpenGL programinclude

Description: 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization algorithms, the use of OpenGL to achieve straight-line grating of the DDA algorithm.
Platform: | Size: 4096 | Author: zhanyun | Hits:

[OpenGL program20091227linedda

Description: 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds of algorithms: point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm research. In this paper, point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm is derived to study the by-point comparison method, numerical differential method (DDA Act), Bresenham algorithm in the first quadrant of the implementation and improved point by point comparison method , numerical differential method (DDA Act), Bresenham algorithm for the realization in all quadrants. By programming practice, you can master the VC and opengl is used.
Platform: | Size: 211968 | Author: aliang | Hits:

[OpenGL programDDA

Description: dda算法实实现画线,并且是用c++和OpenGL实现的。-DDA to plot a line,to apply with the c++ and the opengl!
Platform: | Size: 75776 | Author: huganle | Hits:

[OpenGL programopenGL

Description: 此程序的功能是实现基本的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 drawing algorithm, improved Bresenham algorithm for drawing a straight line and ellipse drawing quartering
Platform: | Size: 1732608 | Author: 周中锋 | Hits:

[OpenGL programopengl

Description: 使用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 polygon clipping- cutting edge of law by the basic algorithm in computer graphics.
Platform: | Size: 4977664 | Author: | Hits:

[OpenGL programDDA_Line_Opengl

Description: DDA Line with Opengl
Platform: | Size: 107520 | Author: teo | Hits:

[OpenGL programhuaxian

Description: opengl 画线 中点画线法 DDA算法-opengl draw lines dotted line DDA algorithm
Platform: | Size: 35840 | Author: 晴空 | Hits:

[OpenGL programOpenGL_straight-line

Description: 基于opengl的直线画法,包含DDA画线法、中点画线法和Bresenham画线法-Based on opengl drawing a straight line, including DDA line drawing method, the dotted line method and Bresenham line method
Platform: | Size: 142336 | Author: Carlos | Hits:

[OpenGL programDDA

Description: 用opengl通话DDA画线算法画直线~-OpenGL call DDA line drawing line.
Platform: | Size: 19456 | Author: 大师 | Hits:

[3D GraphicDDA

Description: 基于openGL的代码,在VS2010上实现 1.直线的DDA算法 2.直线的Bresenham算法 3.圆弧的生成算法 -OpenGL code based on the realization VS2010 1. DDA line algorithm 2. Bresenham line algorithm 3. Arc generation algorithm
Platform: | Size: 5127168 | Author: 紫陌 | Hits:

[2D GraphicDDA

Description: DDA Line Drawing without OpenGL in C-DDA Line Drawing without OpenGL in CPP
Platform: | Size: 32768 | Author: scientist | Hits:

[OpenGL programopengl 3种函数画线

Description: 使用opengl画线,dda算法,中点算法,bresenham 算法,右键菜单实现线段颜色粗细的选择(Use OpenGL line, DDA algorithm, middle point algorithm, Bresenham algorithm, right key menu to select the color of line segment)
Platform: | Size: 6739968 | Author: kiafter | Hits:
« 12 3 »

CodeBus www.codebus.net