CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl dda line

搜索资源列表

  1. CG

    0下载:
  2. 学计算机图形学所画的图形,有画线(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, B
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2037657
    • 提供者:star
  1. include

    0下载:
  2. 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4107
    • 提供者:zhanyun
  1. 20091227linedda

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:211496
    • 提供者:aliang
  1. DDA

    0下载:
  2. dda算法实实现画线,并且是用c++和OpenGL实现的。-DDA to plot a line,to apply with the c++ and the opengl!
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:75666
    • 提供者:huganle
  1. openGL

    0下载:
  2. 此程序的功能是实现基本的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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1732882
    • 提供者:周中锋
  1. lab-3

    0下载:
  2. OPenGl实现直线DDA算法和中点画线算法,以及Brehensam算法-OPenGl DDA algorithm for straight line and the dotted line algorithm, and Brehensam algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1954460
    • 提供者:稀飯
  1. 3

    0下载:
  2. DDA和Bresenham算法画直线 基于OpenGL-DDA and Bresenham algorithm for drawing a straight line based on OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4021123
    • 提供者:萧絮
  1. opengl

    1下载:
  2. 使用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
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. MyDraw

    0下载:
  2. OpenGL DDA画线功能实现 八个区域的画线-OpenGL draw line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:49268
    • 提供者:
  1. dda1

    0下载:
  2. opengl及VS2010的vc编程,编写的DDA算法,实现构造直线-opengl DDA algorithm to construct a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6174299
    • 提供者:陈思
  1. DDA_Line_Opengl

    0下载:
  2. DDA Line with Opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:107576
    • 提供者:teo
  1. DDA

    0下载:
  2. 两种生成直线的方法Bresenham画线 对于opengl初学中很有帮助-Two methods of generating line Bresenham line drawing for the OpenGL beginner very helpful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-30
    • 文件大小:517
    • 提供者:肖宇剑
  1. dda line drawing

    0下载:
  2. dda line drawing program using opengl
  3. 所属分类:OpenGL

  1. OpenGL_straight-line

    0下载:
  2. 基于opengl的直线画法,包含DDA画线法、中点画线法和Bresenham画线法-Based on opengl drawing a straight line, including DDA line drawing method, the dotted line method and Bresenham line method
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:142578
    • 提供者:Carlos
  1. openGl-draw-a-straight-line

    0下载:
  2. openGl实现的DDA,中点和Bresenham算法画直线-openGl , DDA, the midpoint Bresenham algorithm and draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:243257
    • 提供者:季宁
  1. DDA

    1下载:
  2. 用OpenGL绘制DDA直线:两点确定一条曲线,即用鼠标点两点使-DDA draw a straight line with OpenGL: two points determine a curve, that makes two points with the mouse
  3. 所属分类:OpenGL program

    • 发布日期:2016-01-08
    • 文件大小:4096
    • 提供者:yuejuntao
  1. DDA

    0下载:
  2. 用opengl通话DDA画线算法画直线~-OpenGL call DDA line drawing line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:19506
    • 提供者:大师
  1. DDA

    0下载:
  2. 基于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
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5126997
    • 提供者:紫陌
  1. DDA

    0下载:
  2. DDA Line Drawing without OpenGL in C-DDA Line Drawing without OpenGL in CPP
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-05
    • 文件大小:32812
    • 提供者:scientist
  1. opengl 3种函数画线

    0下载:
  2. 使用opengl画线,dda算法,中点算法,bresenham 算法,右键菜单实现线段颜色粗细的选择(Use OpenGL line, DDA algorithm, middle point algorithm, Bresenham algorithm, right key menu to select the color of line segment)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-22
    • 文件大小:6739968
    • 提供者:kiafter
« 12 3 »
搜珍网 www.dssz.com