Welcome![Sign In][Sign Up]
Location:
Search - opengl bresenham line

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:

[Graph DrawingDDA&Bresenham

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

[OpenGL program6.0MFC_OPENGL_PFbresenham

Description: 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the principle bresenham algorithm.
Platform: | Size: 61440 | Author: | Hits:

[OpenGL programopenglline

Description: 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issue through the exchange of endpoint merged into one, the four quadrant. Reuse sign variables, as a unified problem. Also, in consideration of the slope
Platform: | Size: 87040 | Author: 吴子朝 | Hits:

[OpenGL programbresenham

Description: 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line
Platform: | Size: 1024 | Author: 王栋 | Hits:

[OpenGL programdrawLine

Description: 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法-Computer Graphics OPENGL linear algorithm to generate the procedure: 1. The use of keyboard input enter the two end points of line segment 2. The realization of a straight line Bresenham Algorithm
Platform: | Size: 1024 | Author: huang | Hits:

[OpenGL programopenGL--Bemhan

Description: 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Platform: | Size: 1024 | Author: 李文晖 | Hits:

[OpenGL programline

Description: 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
Platform: | Size: 1024 | Author: 小胖 | Hits:

[OpenGL programlineBres

Description: 初学Opengl,从最基础开始,本程序实现用Bresenham算法画直线-Learning Opengl, from the beginning of the most basic, the program Bresenham algorithm for drawing a straight line with
Platform: | Size: 1024 | Author: wgj | Hits:

[OpenGL programBresenham_drawline

Description: 计算机图形学 opengl bresenham画直线算法-Computer graphics opengl bresenham painting a straight line algorithms
Platform: | Size: 9216 | Author: vance | Hits:

[OpenGL programBresehamLine

Description: openGL 直线光栅化 Bresenham算法-Bresenham algorithm for line rasterization openGL
Platform: | Size: 179200 | Author: zhangfan | Hits:

[OpenGL programdotted

Description: opengl dotted line bresenham
Platform: | Size: 604160 | Author: Nessen | 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 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 programBresenham

Description: Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
Platform: | Size: 3504128 | Author: sanbudeyu | Hits:

[OpenGL programopenGL

Description: 使用OpenGL编程实现Bresenham直线扫描转换算法-OpenGL programming using Bresenham line scan conversion algorithm
Platform: | Size: 179200 | Author: 天河草 | Hits:

[OpenGL programBresenham

Description: Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
Platform: | Size: 32768 | Author: 孟jc | Hits:

[OpenGL programline

Description: 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
Platform: | Size: 1024 | 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 programopengl画圆和直线

Description: c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
Platform: | Size: 1024 | Author: 夕饮冰 | Hits:
« 12 3 4 »

CodeBus www.codebus.net