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

搜索资源列表

  1. bresenham

    0下载:
  2. 用C语言结合opengl技术实现bresenham算法绘制直线
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:1.23kb
    • 提供者:王栋
  1. opengl--Bemhan

    0下载:
  2. 本代码为bresenham直线生成代码,在窗体中可以以任意角度画出直线。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:李文晖
  1. glutdlls37beta.zip

    1下载:
  2. 图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,bresenham算法,opengl画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。,The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, bresenham algorithm, opengl drawing, as well as
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:149.52kb
    • 提供者:jianqifan
  1. line.rar

    0下载:
  2. 画线算法,bresenham画线算法,opengl,bresenham line-drawing procedure
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:953byte
    • 提供者:小胖
  1. opengl中实现基本的计算机绘图

    1下载:
  2. opengl中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和bresenham法绘制直线图元; 5.实现bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:44.4kb
    • 提供者:许晓晓
  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
    • 文件大小:1.94mb
    • 提供者:star
  1. Circle

    0下载:
  2. Draw Ellipse opengl using bresenham algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:587byte
    • 提供者:Nessen
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:opengl 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:129kb
    • 提供者:马卫龙
  1. zybresenham

    0下载:
  2. bresenham算法的动画演示程序,用opengl编写,可以显示斜率大于1和小于1的两种情况。-bresenham algorithm animation demo program using opengl prepared to show the slope is greater than 1 and less than 1 in both cases.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.33kb
    • 提供者:张程懿
  1. CG1

    0下载:
  2. 一个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
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2.06mb
    • 提供者:林思哲
  1. bresenham(mouse_control)

    0下载:
  2. 使用C++和opengl实现的bresenham画母算法。-The use of C++ and opengl mother realize the bresenham algorithm for drawing.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:8.64kb
    • 提供者:dcj
  1. bresenham

    0下载:
  2. 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用opengl实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用opengl的生成直线的命令,来验证程序运行结果。 -shi
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:430.26kb
    • 提供者:jing
  1. BresehamLine

    0下载:
  2. opengl 直线光栅化 bresenham算法-bresenham algorithm for line rasterization opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:175.3kb
    • 提供者:zhangfan
  1. bresenham

    0下载:
  2. 该源码实现bresenham划线算法,基于opengl,在VC++ 6.0下编译运行通过。该算法可以帮助大家更好理解计算机图形学的关键算法概念。-Source crossed the bresenham algorithm to achieve, based on opengl, under the VC++ 6.0 compiler run through. This algorithm can help you better understand the concept of key alg
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:55.04kb
    • 提供者:sunfulin
  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
    • 文件大小:4.75mb
    • 提供者:
  1. bresenham

    0下载:
  2. bresenham直线生成算法和中点圆圆弧生成算法-bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.34mb
    • 提供者:sanbudeyu
  1. bresenham

    0下载:
  2. opengl,利用bresenham算法绘制多边形,并实现种子填充-Use bresenham algorithm to draw polygons and achieve seed fill
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6.12mb
    • 提供者:慕阳田田
  1. opengl画圆和直线

    0下载:
  2. c++,使用opengl库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND opengl)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:夕饮冰
  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
    • 文件大小:6.43mb
    • 提供者:kiafter
  1. 提高(bresenham

    0下载:
  2. opengl环境下用c++语言实现bresenham画线算法画一万条直线(In the opengl environment, we use the c++ language to realize the bresenham drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:9.95mb
    • 提供者:theone123
« 12 3 4 5 6 »
搜珍网 www.dssz.com